-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fixed] Lobster fails silently #213
Comments
I recently updated lobster and started facing the same issue. after selecting a movie from the menu, it waits for some time and then silently exits with error code 0. im using endeavourOS. |
edit: they did in fact not change anything, the decryption api just got taken down. this got fixed in 623d4e7 |
should be fixed now, i made |
@justchokingaround does that mean lobster wont depend on other api? |
@justchokingaround Thanks, Its working |
@ttx99 not rly, all it means is that now i am hosting it and i write the code for the api so i get more freedom and can fix it when it breaks much faster since i dont rely on anybody else |
Please port the fix to v4.3 as well. It is on line 368. |
@pitsi it's in PR #218 , this commit, if you'd like, you can use it from there until I finish with the PR and it's ready for merge. |
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:
lobster '[your movie name]'
fzf
menu and press enter.Expected behavior
The movie should start playing.
Desktop:
VPS (I use
-d
on my vps when the interned sucks):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 😅The text was updated successfully, but these errors were encountered: