๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ skyjake โ€บ 14449 captured on 2024-02-05 at 10:56:35. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2024-03-21)

-=-=-=-=-=-=-

Comment by ๐Ÿš€ skyjake

Re: "Lagrange crashes when fed binary file as index.gmi"

In: s/Lagrange

It does not crash for me, athough it takes quite a while for the page to finish loading. The problem here is that you are returning a "text/gemini" response whose body is 1.3 MB of binary (executable?) data. Lagrange is dutifully trying to render the contents for you as text.

You need to fix your server configuration...

There is a relevant issue for this on GitHub:

โ€” https://github.com/skyjake/lagrange/issues/601

๐Ÿš€ skyjake [mod, sysop]

Jan 29 ยท 7 days ago

1 Later Comment

๐Ÿ satch [OP] ยท Jan 29 at 13:12:

Okay, I knew that's what my server was doing, I just didn't know the issue was already documented. I set up ://blube.club/ that way specifically to demonstrate the Lagrange issue, not because I was trying to serve CGI from my static directory.

Original Post

๐ŸŒ’ s/Lagrange

Lagrange crashes when fed binary file as index.gmi โ€” Previously there was a question here, because I had no idea what was going on and I though it had something to do with localhost vs remote hosts. I was wrong. My Lagrange on Mac becomes unresponsive when I view this link (be careful before clicking!) [gemini link] What I am serving here is simply a binary executable which I compiled from Go. The file is called index.gmi and placed at the root of the static/blube.club/ directory, served by...

๐Ÿ’ฌ satch ยท 3 comments ยท Jan 28 ยท 8 days ago