Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.42k stars 212 forks source link

e621 search does not work #2109

Open littledoggi opened 3 years ago

littledoggi commented 3 years ago

Bug description

Does not load pages from e621

Steps to reproduce

Enter any tag and nothing appears.

System information

Additional context

Yes i entered login and api key

littledoggi commented 3 years ago

Maybe they have changed something in the API authorization. Because in one mobile application you can not access your account (error 403).

In e621 settings it is not possible to perform an authorization test. There are no "test" buttons like in the same sankaku. But even without authorization some pictures should be shown...

SomeRandomDude870 commented 3 years ago

Works for me. Windows 10 Grabber 7.3.2

eivilpenc commented 3 years ago

Hi, could someone please check if it still works? In a new installation it failed for me. Pasting log for the wizards among you:

[16:21:45.799][Info] Loading results...
[16:21:45.800][Info] [e621.net][Html] Loading page https://e621.net/posts?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:45.801][Info] [e621.net][Json] Loading page https://e621.net/posts.json?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:45.810][Debug] Loading https://e621.net/posts?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:45.812][Debug] Loading https://e621.net/posts.json?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:50.042][Info] [e621.net][Html] Receiving page https://e621.net/posts?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:50.043][Info] [e621.net][Html] Parsed page https://e621.net/posts?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken: 0 images (0), 0 tags (0), -1 total (-1), -1 pages (-1)
[16:21:51.757][Debug] [Qt][default] libpng warning: iCCP: known incorrect sRGB profile
[16:21:51.757][Debug] [Qt][default] libpng warning: iCCP: known incorrect sRGB profile
[16:21:51.766][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Anime pictures/model.xml
[16:21:51.766][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Danbooru/model.xml
[16:21:51.767][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Danbooru (2.0)/model.xml
[16:21:51.767][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/E-Hentai/model.xml
[16:21:51.767][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/E621/model.xml
[16:21:51.768][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/FurAffinity/model.xml
[16:21:51.768][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Gelbooru (0.1)/model.xml
[16:21:51.768][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Gelbooru (0.2)/model.xml
[16:21:51.769][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Moebooru/model.xml
[16:21:51.769][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/NHentai/model.xml
[16:21:51.769][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Philomena/model.xml
[16:21:51.770][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Tumblr/model.xml
[16:21:51.770][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Sankaku/model.xml
[16:21:51.770][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Shimmie/model.xml
[16:21:51.770][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Twitter/model.xml
[16:21:51.771][Debug] Loading https://raw.githubusercontent.com/Bionus/imgbrd-grabber/master/src/sites/Zerochan/model.xml
[16:21:51.772][Debug] Loading https://raw.githubusercontent.com/wiki/Bionus/imgbrd-grabber/SourceIssues.md
[16:21:53.029][Info] [e621.net][Json] Receiving page https://e621.net/posts.json?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:53.030][Warning] [e621.net][Json] Uncaught exception at line 91: SyntaxError: JSON.parse: Parse error
[16:21:53.031][Warning] [e621.net] Loading using Json failed. Retry using Html.
[16:21:53.031][Info] [e621.net][Html] Loading page https://e621.net/posts?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:53.032][Debug] Loading https://e621.net/posts?limit=20&page=1&tags=tiger&login=MyLogin&api_key=MySecretToken
[16:21:53.667][Info] Saving sources...
[16:21:53.668][Info] Updating checkboxes.

note the real login and token were replaced

Is the number of pages supposed to be '-1'? Is the 'JSON.parse: Parse error' expected?