question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Describe the bug

After downloading more than 70 episodes of an Anime,it suddenly started giving me this error:

anime: Downloading episode 112 of Fairy Tail (Sub)

07/14 16:57:19 [NOTICE] Downloading 1 item(s)

07/14 16:57:19 [ERROR] CUID#7 - Download aborted. URI=https://www506.playercdn.net/173/0/YQP6zD5DBZMiOYTFngdJVw/1531623439/170427/6iXPJXswijp2FOR.mp4
Exception: [AbstractCommand.cc:351] errorCode=19 URI=https://www506.playercdn.net/173/0/YQP6zD5DBZMiOYTFngdJVw/1531623439/170427/6iXPJXswijp2FOR.mp4
  -> [AbstractCommand.cc:792] errorCode=19 CUID#7 - Name resolution for www506.playercdn.net failed:Domain name not found

07/14 16:57:19 [NOTICE] Download GID#aa6433af9f705a65 not complete: /media/johnpyp/sdb3/tv/Fairy_Tail/Fairy Tail - s01e112.mp4

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
aa6433|ERR |       0B/s|/media/johnpyp/sdb3/tv/Fairy_Tail/Fairy Tail - s01e112.mp4

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

And in turn stopping the process.

Now I might be able to download 3-4 episodes before it stops working again. To reproduce

anime dl -e 1:175 'http://kissanime.ru/Anime/Fairy-Tail' -xd "{aria2}" -q 360p --provider kissanime --download-dir ./Fairy_Tail -ff "Fairy Tail - s01e{ep_no}"

Same issue when searching rather than using a direct url.

LOG
$ anime dl -e 112:175 'http://kissanime.ru/Anime/Fairy-Tail' -xd "{aria2}" -q 360p --provider kissanime --download-dir ./Fairy_Tail -ff "Fairy Tail - s01e{ep_no}" --log-level DEBUG
INFO root: anime-downloader 3.2.0
DEBUG root: Platform: Linux-4.15.0-24-generic-x86_64-with-Ubuntu-18.04-bionic
DEBUG root: Python 3.6.5
INFO root: Extracting episode info from page
DEBUG root: Unfiltered episodes : ['http://kissanime.ru/Anime/Fairy-Tail/Episode-175?id=26397', 'http://kissanime.ru/Anime/Fairy-Tail/Episode-174?id=25364', 'http://kissanime.ru/Anime/Fairy-Tail/Episode-173?id=24123',
// Long list of episodes
'http://kissanime.ru/Anime/Fairy-Tail/Episode-001?id=816']
DEBUG root: Filtered episodes : ['http://kissanime.ru/Anime/Fairy-Tail/Episode-175?',
// Long list of episodes
'http://kissanime.ru/Anime/Fairy-Tail/Episode-001?id=816']
DEBUG root: EPISODE IDS: length: 175, ids: ['http://kissanime.ru/Anime/Fairy-Tail/Episode-001?id=816', 'http://kissanime.ru/Anime/Fairy-Tail/Episode-002?id=817', 'http://kissanime.ru/Anime/Fairy-Tail/Episode-003?id=818', 'http://kissanime.ru/Anime/Fairy-Tail/Episode-004?id=819', 
// Long list of episodes
'http://kissanime.ru/Anime/Fairy-Tail/Episode-175?id=26397']
INFO root: Found anime: Fairy Tail (Sub)
INFO root: Downloading to /media/johnpyp/sdb3/tv/Fairy_Tail
DEBUG root: Extracting stream info of id: http://kissanime.ru/Anime/Fairy-Tail/Episode-112?id=734
DEBUG root: Calling url: http://kissanime.ru/Anime/Fairy-Tail/Episode-112?id=734&s=rapidvideo
DEBUG root: Calling Rapid url: https://www.rapidvideo.com/e/FF2TV2UHL7&q=360p
INFO root: Downloading episode 112 of Fairy Tail (Sub)
DEBUG root: cmd: {aria2}
DEBUG root: episode: <anime_downloader.sites.kissanime.KissanimeEpisode object at 0x7f04bfe76e10>
DEBUG root: file format: Fairy Tail - s01e{ep_no}
DEBUG root: formatted cmd: aria2c https://www506.playercdn.net/173/0/304GNCnncWrO-6BohJ82yw/1531623911/170427/6iXPJXswijp2FOR.mp4 -x 12 -s 12 -j 12 -k 10M -o Fairy Tail - s01e112.mp4 --continue=true --dir=/media/johnpyp/sdb3/tv/Fairy_Tail --stream-piece-selector=inorder --min-split-size=5M

07/14 17:05:12 [NOTICE] Downloading 1 item(s)

07/14 17:05:12 [ERROR] CUID#7 - Download aborted. URI=https://www506.playercdn.net/173/0/304GNCnncWrO-6BohJ82yw/1531623911/170427/6iXPJXswijp2FOR.mp4
Exception: [AbstractCommand.cc:351] errorCode=19 URI=https://www506.playercdn.net/173/0/304GNCnncWrO-6BohJ82yw/1531623911/170427/6iXPJXswijp2FOR.mp4
  -> [AbstractCommand.cc:792] errorCode=19 CUID#7 - Name resolution for www506.playercdn.net failed:Domain name not found

07/14 17:05:12 [NOTICE] Download GID#ab7fc31b72737590 not complete: /media/johnpyp/sdb3/tv/Fairy_Tail/Fairy Tail - s01e112.mp4

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
ab7fc3|ERR |        n/a|/media/johnpyp/sdb3/tv/Fairy_Tail/Fairy Tail - s01e112.mp4

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
johnpypcommented, Jul 14, 2018

Gotcha

1reaction
vn-kicommented, Jul 14, 2018

Oh yeah. Update your installation before trying 9anime. I have released a new version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Code 19 Errors in Windows - Lifewire
The Code 19 error is one of several Device Manager error codes. It's caused by one or more issues with parts of the...
Read more >
How to Fix Code 19 Error in Windows 10 - Stellar Data Recovery
The Code 19 error is one of the most common error codes generated by Device Manager in Windows PC. This error occurs due...
Read more >
Fix Error Code 19, Windows cannot start this hardware device
Fix Error Code 19, Windows cannot start this hardware device · 1] Restart your computer · 2] Uninstall the recently installed driver or...
Read more >
How to Fix Error Code 19 | Re-enter Data - PaymentCloud
Error code 19 is one of the most common error codes in payment processing. Find out what it means and how to resolve...
Read more >
How to Fix Code 19 "cannot start this hardware device" Error ...
Method 3: Delete UpperFilters and LowerFilters from the registry · How to Fix Error Code Netflix Error Code TVQ-ST-131 · What is Roku...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found