Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@jeff Looks like they were all stuck reading the pipe output from a ffmpeg command

What's your Ruby version, by the way? And this is the "main" branch or 3.3.0?

6 comments
jeff

@Gargron here are the versions. Yeah 330.

jeff

@Gargron should be main. Installed from source using the instructions on the website. At the time it was giving me mimemagic errors, so I just installed from source

jeff

@Gargron and sorry, I should have been more clear. These are the instructions I used to install:

docs.joinmastodon.org/admin/in

Just removed a line so it would install from source, due to a mimemagic error.

jeff

@Gargron I am so sorry, but how is it installed? 😬 Or if there's a link that would be helpful, sorry not trying to pester by asking stupid questions

Eugen Rochko

@jeff To switch to the branch:

git fetch
git checkout origin/fix-hang-on-stdin

Then restart the processes so it runs

Go Up