Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@jeff Well, that didn’t get stuck at all. Weird. The relevant part would be the line that says “Running command” with ffmpeg. If the problem was there, that’s what would get stuck and you wouldn’t get past that.

6 comments
Eugen Rochko

@jeff Could you check if you are affected by this bug? bugs.ruby-lang.org/issues/1778 There are instructions how to check inside, you would run them from the console as well

jeff

@Gargron I don't think my command is outputting the desired results:
pastebin.com/vL3Xn1GJ

Unless I didn't run the command correctly 😬
Maybe my masto is cursed. or Im bad luck

Eugen Rochko

@jeff Yeah, you are affected by this bug. Maybe it was that all along. Try installing Ruby 2.6.6 instead and running with that

jeff

@Gargron alright - lets see if this works.
pastebin.com/dGk0Shs4

also - appreciate you giving me your time. will let you know how things turn out soon

Eugen Rochko replied to jeff

@jeff Think you need to also do `rbenv local 2.6.6` within the Mastodon directory, global won't affect it

jeff replied to Eugen

@Gargron good catch, thanks for the tip. looks like that did make a major change, because I had to do bundle install again then restart

pastebin.com/f3rqQWhb

lets see if this improves things

Go Up