KevCui / soaper-dl

:tv: Soaper downloader: download TV series and movies in your terminal
Do What The F*ck You Want To Public License
70 stars 19 forks source link

Media Not Found (Again) #20

Closed MagnusStrom closed 2 years ago

MagnusStrom commented 2 years ago

Now that it works, Any show, even if it exists, shows media not found. Any tips??

MagnusStrom commented 2 years ago

Also, I cannot see terminal after it says this. It instantly closes

KevCui commented 2 years ago

Hey @MagnusStrom, would you mind sharing more details? Which command you entered to run the script? Try with -d flag in the end of the command, it will print out all debug logs. If you could paste some logs here, I can take a deeper look.

KevCui commented 2 years ago

Hey @MagnusStrom, it's been a month and there is no further information provided from your side. I assume you managed to make it work? So, I'm closing this issue for now. If you are still facing the same issue, please provide more details and logs in the comment or in a new issue, I will try to take another look.

MagnusStrom commented 2 years ago

Hello, I gave up and stuck with torrents but now I am back. I cannot provide copy paste logs as the program closes right after the error, but here is what i got from a clip. image

KevCui commented 2 years ago

Hey @MagnusStrom, could you please let me know which movie or TV you are trying to download with the script? Mind sharing the command you executed?

MagnusStrom commented 2 years ago

Hello, if I run ./soap2day-dl.sh, it does not run and says media not found, but if I run soap2day-dl.sh, it runs fine. Im assuming this is a certified windows moment.

KevCui commented 2 years ago

Hey @MagnusStrom,

if I run ./soap2day-dl.sh, it does not run and says media not found, but if I run soap2day-dl.sh, it runs fine. Im assuming this is a certified windows moment.

If it's an OS issue, I don't know how it could be fixed in the script... Moreover, it's not related to the error Media not found in your screenshot. I just want to know the name of media you used to download -n <name>. If you provide me the name, I can try it on my side.

MagnusStrom commented 2 years ago

It is related though. That screenshot happens when i do ./soap2day-dl.sh -n "The Snoopy"

KevCui commented 2 years ago

Hey @MagnusStrom, the same media title works for me. From your logs, it looks like the fetched cookie is invalid. Unfortunately, the logs in your screenshot are incomplete, it doesn't pinpoint the exact error.

You could try to remove cookie.json in the script directory and run script again, it will generate a new file. If it's still not working, please paste the complete logs here and I will take another look.