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

Error - No results found #234

Open
Bancsis opened this issue Oct 18, 2024 · 8 comments
Open

Error - No results found #234

Bancsis opened this issue Oct 18, 2024 · 8 comments

Comments

@Bancsis
Copy link

Bancsis commented Oct 18, 2024

Describe the bug
I've tried installing several times but there are no results ever.

To Reproduce
Steps to reproduce the behavior:
Go through the windows installation process and search for a movie.

Screenshots
image

Desktop (please complete the following information):
Windows 11 23H2

@FurqanHun
Copy link

It's a known issue, Lobster's broken atm. Rabbit Stream changed their encryption thingy.

@luismendoza-ec
Copy link

Rabbit stream aka. VidCloud/VidStreams/UpCloud and some many more have changed the main method.

We are discussing possible solutions here:
drblgn/rabbit_wasm#6 (comment)

@UnMolDeQuimica
Copy link

Hi @luismendoza-ec ! I see the linked issue is closed but the error persists on lobster. There is something we can do?

@FurqanHun
Copy link

Hi @luismendoza-ec ! I see the linked issue is closed but the error persists on lobster. There is something we can do?

It was fixed a few weeks ago and works fine now… you do need to update lobster tho, if you installed directly from source then try lobster --update and if that doesn't work than just reinstall, or if installed through package manager then update it through that… it does take a bit longer for it to trigger mpv for some reason tho.

@daUnknownCoder
Copy link

hey @FurqanHun, how can i solve this? i completely reinstalled lobster, now if i type anything, nothing happens, i thought it was not there, so i tried something simple like avengers and harry potter which didnt give me anything idk what to do

@FurqanHun
Copy link

FurqanHun commented Jan 14, 2025

@daUnknownCoder it does work

If you installed it through a package manager, the maintainer might not have updated it yet, as the release version is still 4.3.0.

Try removing Lobster and installing it from the source. That should fix the issue.

sudo curl -sL github.com/justchokingaround/lobster/raw/main/lobster.sh -o /usr/local/bin/lobster &&
sudo chmod +x /usr/local/bin/lobster

Also, if you were hosting the API on your own, you'd need to remove that as the decrypt API has changed. You can check these repos for it (i think)

  1. https://github.com/eatmynerds/embed_decrypt
  2. https://github.com/eatmynerds/flixhq-embed

or you can try the Lobster rewrite in Rust by one of the contributors (the one who fixed the lobster this time) https://github.com/eatmynerds/lobster-rs

I forgot to mention that it takes a bit of time to trigger mpv.

@UnMolDeQuimica
Copy link

Hi @FurqanHun and @daUnknownCoder!

Even reinstalling the script I still got the message Error - No results found. Trying to use lobster-rs did not fix the issue either.

However, I found that doing a curl request to flixhq.to resulted in the following response:

<META HTTP-EQUIV="Pragma" CONTENT="no-cache"><META HTTP-EQUIV="Expires" CONTENT="-1"><html>Por causas ajenas a Vodafone, esta web no est�disponible</html>

This means that my internet provider is blocking the content, which explains the No results found error.

That's weird, because I can access flixhq.to from firefox and chromium but not from the terminal, an incognito session with chromium or other programatic ways to connect to flixhq.to (like using the request package for python).

Using a vpn solved the issue when streaming the content, but downloading it with the -d flag returns the following errors:

[in#1 @ 0x5a0c276b6a40] Error opening input: Server returned 5XX Server Error reply
Error opening input file https://cc.subsceness.xyz/2e/50/2e50f373f533b1821ca85145dbbd0972/spa-12.vtt.
Error opening input files: Server returned 5XX Server Error reply

Hope that is useful for you!

@FurqanHun
Copy link

@UnMolDeQuimica Interesting, seems like a DNS level blocking (i could be wrong tho), you can try switching to a different DNS provider system wide (or network wide).

Your ISP might be blocking access to flixhq or the current API server for Lobster (likely at the DNS level). To confirm, you can try visiting this API server in a browser and see if it works: https://testing-embed-decrypt.harc6r.easypanel.host/

        json_data=$(curl -s "https://testing-embed-decrypt.harc6r.easypanel.host/embed?embed_url=${embed_link}&referrer=https://${base}")

As for the downloading error, it's probably the subtitle site having some issues or just refusing the connection for some reason.

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

5 participants