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.

Redirection heavenmanga.vip →heaventoon.com

See original GitHub issue

Request to add a site redirection

Old site New site
http://heavenmanga.vip http://heaventoon.com

This works (redirection is fine):

pipenv run manga-py --cbz --zero-fill --rename-pages --no-webp \
  --show-current-chapter-info --destination Manga/ \
  --force-provider http://heavenmanga.vip/denma/ \
   http://heaventoon.com/denma/ 

But I catched a bug: Chapter 1.2 overlaps chapter 12 strangely it get’s download, but not json printed:

Current chapter url: http://heaventoon.com/denma-chap

Error processing file: vol_000-0


Current chapter url: http://heaventoon.com/denma-chap-1

 50% (2 of 4) |###################| Elapsed Time: 0:00:01 ETA:   0:00:01

Current chapter url: http://heaventoon.com/denma-chap-12

100% (4 of 4) |###################| Elapsed Time: 0:00:03 Time:  0:00:03
100% (7 of 7) |###################| Elapsed Time: 0:00:02 Time:  0:00:02
manga-py http://heaventoon.com/denma/ --simulate --print-json  \
  --force-provider http://heavenmanga.vip/denma/
...
  "volumes": [
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_000-0.cbz",
      "url": "http://heaventoon.com/denma-chap"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_002-0.cbz",
      "url": "http://heaventoon.com/denma-chap-2"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_003-0.cbz",
      "url": "http://heaventoon.com/denma-chap-3"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_004-0.cbz",
      "url": "http://heaventoon.com/denma-chap-4"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_005-0.cbz",
      "url": "http://heaventoon.com/denma-chap-5"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_006-0.cbz",
      "url": "http://heaventoon.com/denma-chap-6"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_007-0.cbz",
      "url": "http://heaventoon.com/denma-chap-7"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_008-0.cbz",
      "url": "http://heaventoon.com/denma-chap-8"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_009-0.cbz",
      "url": "http://heaventoon.com/denma-chap-9"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_010-0.cbz",
      "url": "http://heaventoon.com/denma-chap-10"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_011-0.cbz",
      "url": "http://heaventoon.com/denma-chap-11"
    },
    {
      "error": false,
      "error_message": "",
      "path": "/home/alicia/Descargas/Pendiente/Manga/denma/vol_013-0.cbz",
      "url": "http://heaventoon.com/denma-chap-13"
    },
...

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
gromenauercommented, May 3, 2020

Oops! 😇 Then everything works 👍

0reactions
1271commented, May 2, 2020

I can’t fix it. On the site, chapters 1.2 and 12 have the same address

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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