lobster
lobster copied to clipboard
[fixed] Lobster fails silently
Bug description Trying to watch or download a movie using lobster seems to fail with no error messages. Even exist code is 0.
To Reproduce Steps to reproduce the behavior:
- Run
lobster '[your movie name]'
- Choose the movie from
fzf
menu and press enter. - Wait and you'll see lobster exists.
Expected behavior The movie should start playing.
Desktop:
- OS: bedrocklinux (mainly gentoo)
- Version: latest
VPS (I use -d
on my vps when the interned sucks):
- OS: gentoo
- Version latest
Additional context
The error seems to be caused from this curl command returning nothing (which I don't know how to solve on my own). I believe the line following it should have at least an || exit 1
or an error message printed, for less confusion 😅