Skip to content
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

Open
medanisjbara opened this issue Jul 23, 2024 · 9 comments
Open

[fixed] Lobster fails silently #213

medanisjbara opened this issue Jul 23, 2024 · 9 comments

Comments

@medanisjbara
Copy link
Contributor

medanisjbara commented Jul 23, 2024

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:

  1. Run lobster '[your movie name]'
  2. Choose the movie from fzf menu and press enter.
  3. 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 😅

@ek234
Copy link
Contributor

ek234 commented Jul 23, 2024

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.

@justchokingaround
Copy link
Owner

justchokingaround commented Jul 23, 2024

rabbitstream probably changed their encryption again, i'll check this friday/saturday what's going on, since i got exams today and tomorrow. sorry for the wait.

for easier access: https://github.com/Ciarands/rabbit_wasm

edit: they did in fact not change anything, the decryption api just got taken down. this got fixed in 623d4e7

@rahuloberai
Copy link

@justchokingaround
Copy link
Owner

should be fixed now, i made https://lobster-decryption.netlify.app/decrypt?id=${source_id}

@justchokingaround justchokingaround changed the title Lobster fails silently [fixed] Lobster fails silently Jul 25, 2024
@ttx99
Copy link

ttx99 commented Jul 25, 2024

@justchokingaround does that mean lobster wont depend on other api?

@rahuloberai
Copy link

@justchokingaround Thanks, Its working

@justchokingaround
Copy link
Owner

@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

@pitsi
Copy link

pitsi commented Jul 27, 2024

Please port the fix to v4.3 as well. It is on line 368.
Thank you in advance.

@medanisjbara
Copy link
Contributor Author

medanisjbara commented Jul 27, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants