hama3254 / Crunchyroll-Downloader-v3.0

Downloader for Crunchyroll
850 stars 109 forks source link

Idle after creating the CRD-TEMP-File #970

Closed EstebanRestoy closed 1 month ago

EstebanRestoy commented 1 month ago

Describe the bug When i add a video it create a .m3u8 file and put the status into idle but no download occured :'(

Where does the issue happen?

Additional context I may not know how to use the software.

hama3254 commented 1 month ago

The description is nothing out of the ordinary. You should see the download added to the main window where the download itself is preocessed. grafik

EstebanRestoy commented 1 month ago

I have no download after pasting the crunchyroll media url, is there a log file by any chance?

EstebanRestoy commented 1 month ago

thi is what i get image image

hama3254 commented 1 month ago

This is a new one, i would expect some kind of error to show up.

You can find a log hidden behind the bottom bar that will be shown by clicking on the bar. This log is a textbox and you can select (Ctrl+A) and copy (Ctrl+C) the text. grafik

from https://github.com/hama3254/Crunchyroll-Downloader-v3.0/wiki/CRD-Log

EstebanRestoy commented 1 month ago

ok thx, i get a 403 :

Thread Name: Main
Web server started at: 127.0.0.1:80
what's going on?: 29/05/2024 11:01:19
StatusLabel: 29/05/2024 11:01:19 - Status: using login to authenticate
StatusLabel: 29/05/2024 11:01:22 - Status: Url match - Anime episode
ObjectsUrl: https://beta-api.crunchyroll.com/content/v2/cms/objects/GK9U3K7NX?preferred_audio_language=en-US&locale=en-US
Website: https://www.crunchyroll.com/watch/GK9U3K7NX/dragged-into-another-world
29/05/2024 11:01:24 CR-Title: Dragged into Another World!
NewAPI: https://cr-play-service.prd.crunchyrollsvc.com/v1/GK9U3K7NX/console/switch/play
StatusLabel: 29/05/2024 11:01:25 - Status: API data received
0 Streams-1988: en-US fake_hls https://cr-play-service.prd.crunchyrollsvc.com/v1/manifest/GK9U3K7NX/evs3/e9ec2702336948fcb0cd5cc6d309c2ee/assets/p/ba202ee12a0507620615e21fac1de56f_,5400986.mp4,5400987.mp4,5400985.mp4,5400984.mp4,5400983.mp4,3633.txt,.urlset/master.m3u8?playbackGuid=08-607739c0-9fcb-4fcc-8370-aaf068745e0b&accountid=56daeed6-5b96-5980-8339-7cd3643f21f2
1 Streams-1988: null fake_hls https://cr-play-service.prd.crunchyrollsvc.com/v1/manifest/GK9U3K7NX/evs3/e9ec2702336948fcb0cd5cc6d309c2ee/assets/p/ba202ee12a0507620615e21fac1de56f_,5400764.mp4,5400765.mp4,5400763.mp4,5400761.mp4,5400762.mp4,3633.txt,.urlset/master.m3u8?playbackGuid=08-607739c0-9fcb-4fcc-8370-aaf068745e0b&accountid=56daeed6-5b96-5980-8339-7cd3643f21f2
StatusLabel: 29/05/2024 11:01:25 - Status: Language found
anime
C:\Users\hacki\Desktop\
Checking chapters
Checking chapters ended
StatusLabel: 29/05/2024 11:01:26 - Status: Resolution found

HTTP Status: 000
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /
on this server.</p>
</body></html>

HTTP Status: 403

HTTP Status: 000

HTTP Status: 000

HTTP Status: 000

HTTP Status: 000
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /20100101
on this server.</p>
</body></html>

HTTP Status: 403
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /126.0
on this server.</p>
</body></html>

HTTP Status: 403

HTTP Status: 204
EstebanRestoy commented 1 month ago

it work with solo leveling anime image

edit : still have the error at the end :

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

403 Forbidden

Forbidden

You don't have permission to access /20100101 on this server.

HTTP Status: 403 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

403 Forbidden

Forbidden

You don't have permission to access /126.0 on this server.

HTTP Status: 403

HTTP Status: 204

hama3254 commented 1 month ago

It looks like there was " missing in the curl command. you can see if the v3.23.7 helps.

hama3254 commented 1 month ago

without further complaints, i assume this fixed the issue.

EstebanRestoy commented 1 month ago

Yeah thx a lot !