comic-dl icon indicating copy to clipboard operation
comic-dl copied to clipboard

Script "can't connect to website" - Response 403

Open Guillaume-Garrigos opened this issue 3 years ago • 11 comments

Hi,

I just installed the script and it is not working for me. Both the windows script and the python one return the same error: after running python __main__.py -find "One Piece" (from the appropriate folder) or comic_dl.exe -find "One Piece", I obtain the following message error:

Downloading The Latest Data Set...
Whoops! Seems like I can't connect to website.
It's showing : <Response [403]>

With the --verbose argument, it produces the following logfile:

DEBUG: Arguments Provided : Namespace(auto=False, chapter_id=None, comic=False, comic_info=None, config=False, convert=None, download_directory=['C:\\Users\\XXXX\\Desktop'], force_download=False, input=None, keep=['True'], manga_language='0', page_id=None, password=['None'], print_index=False, quality='True', range='All', search=['One Piece'], search_comic=None, skip_cache='0', sorting=None, update=None, username=['None'], verbose=True, version=False)
DEBUG: Operating System : Windows - 10 - 10.0.18362
DEBUG: Python Version : 3.7.6 (64bit)
DEBUG: Script Version : 2019.05.26
DEBUG: Starting new HTTP connection (1): www.mangaeden.com:80
DEBUG: http://www.mangaeden.com:80 "GET /api/list/0/ HTTP/1.1" 403 None

At that point I don't know what to do? I precise that I installed all the dependencies as required (Node.js, Phantom.js, python) and added them to the PATH (I can access each of them from anywhere with the terminal).

Cheers Guillaume

Guillaume-Garrigos avatar Jul 11 '20 16:07 Guillaume-Garrigos

Facing the same issue

njscorpion avatar Jul 13 '20 03:07 njscorpion

Could you please try this again and update me? I'll take a look if the issue is still there.

Xonshiz avatar Sep 04 '21 18:09 Xonshiz

So it seems that there is a progress. I do not get an error, but :

Downloading The Latest Data Set...
Searching for One Piece in the Database...
Total Time Taken To Search : 0.336000204086
API Provided By Manga Eden : http://www.mangaeden.com/

Is it what I am supposed to get? The main documentation says that the result should look like this :

Manga Name  --> Manga ID
------------------------
One Piece: Wanted! --> 4e70ea60c092255ef7006726
One Piece (Databook) --> 5218b0ef45b9ef8b83731b00
One Piece x Toriko --> 4e70ea75c092255ef7006ee2
One Piece dj - Boukyaku Countdown --> 55a19e2b719a1609004ad1f3
One Piece --> 4e70ea10c092255ef7004aa2
One Piece Party --> 566d9611719a1697dd8cf79a
One Piece dj - Tears Will Surely Turn into Strength --> 55a19e31719a1609004ad1f7
One Piece dj - Lotus Maker --> 55a19e2e719a1609004ad1f5
One Piece dj - Three Days of Extreme Extravagance --> 55a19e34719a1609004ad1f9

Guillaume-Garrigos avatar Sep 06 '21 09:09 Guillaume-Garrigos

I don't know if it is related but I did not updated comic-dl before trying again, in the above answer. Maybe that was implicit in your demand?

After updating comic-dl from the repo, I'm getting a bunch of errors. It seems that a lot of paths have been turned into relative paths and the system is not liking it :

Traceback (most recent call last):
  File "__main__.py", line 10, in <module>
    from comic_dl.__version__ import __version__
  File "D:\Documents\config_xps\comic-dl\comic-dl-master\comic_dl\comic_dl.py", line 6, in <module>
    from .__version__ import __version__
ImportError: attempted relative import with no known parent package

Guillaume-Garrigos avatar Sep 06 '21 09:09 Guillaume-Garrigos

Ohhh yeah the relative path errors. I fixed it with a work-around for building the binaries/distributables. But, looks like the code will still have those issues. I'll park the import issues for now with code. But as for the original issue, seems like something changed in mangaeden api. Thanks for checking this one. I'll see whenever I get some time to look into this.

Xonshiz avatar Sep 06 '21 09:09 Xonshiz

I have the same issue, but I get <Reponse [522]>. Log File:

DEBUG: Arguments Provided : Namespace(version=False, sorting=None, auto=False, config=False, download_directory=['D:\\Downloads - Complete'], range='All', convert=None, keep=['True'], quality='True', input=None, cookie=None, comic=False, search_comic=None, comic_info=None, update=None, print_index=False, search=['Monsters'], manga_language='0', skip_cache='0', chapter_id=None, page_id=None, force_download=False, password=['None'], username=['None'], verbose=True)
DEBUG: Operating System : Windows - 10 - 10.0.22000
DEBUG: Python Version : 3.9.12 (64bit)
DEBUG: Script Version : 2022.04.23
DEBUG: Starting new HTTP connection (1): www.mangaeden.com:80
DEBUG: http://www.mangaeden.com:80 "GET /api/list/0/ HTTP/1.1" 301 None
DEBUG: Starting new HTTPS connection (1): www.mangaeden.com:443
DEBUG: https://www.mangaeden.com:443 "GET /api/list/0/ HTTP/1.1" 522 None

jackkerouac avatar May 09 '22 15:05 jackkerouac

Seems dead

Website Name: Mangaeden URL Checked: mangaeden.com Response Time: 0.95 ms. Down For: more than a week

https://www.isitdownrightnow.com/mangaeden.com.html

image

darodi avatar May 18 '22 20:05 darodi

Yeah, time to remove manga Eden and the search feature for now. I think I was looking into an alternative and I might've found one. I'll take a look at that next week if I get some time. Will keep this open till I remove the search or fix it.

Xonshiz avatar May 21 '22 18:05 Xonshiz

@Xonshiz

6 months later, the site is still down. Time to clean it up?

darodi avatar Jan 08 '23 14:01 darodi

I want to, but I don't want to.. :( I'll give it another try around this month, let's see and decide the fate of this one.

Xonshiz avatar Jan 08 '23 17:01 Xonshiz

Try out the only working downloader for readcomicsonline.li in 2024: https://github.com/tabletseeker/readcomic_dl

tabletseeker avatar Jan 10 '24 15:01 tabletseeker