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

Unhandled expection, <type 'exceptions.AssertionError'> when downloading recently created

Open ghost opened this issue 8 years ago • 1 comments

https://github.com/JoeyH3/Derpibooru-dl/releases/tag/derpibooru_dl-2016-06-30 I am using this version, and I'm constantly getting this error.

2016-09-15 00:38:29,122 - INFO - Program finished. 2016-09-15 00:42:20,032 - DEBUG - Logging started. 2016-09-15 00:42:22,351 - DEBUG - API Key looks fine. 2016-09-15 00:42:22,352 - INFO - Attempting to resume any failed downloads. 2016-09-15 00:42:23,061 - DEBUG - Menu user input:'1' 2016-09-15 00:42:23,062 - INFO - Now downloading the last week's submissions. 2016-09-15 00:42:23,062 - DEBUG - Getting ID of most recent submission... 2016-09-15 00:42:23,065 - INFO - Starting new HTTPS connection (1): derpiboo.ru 2016-09-15 00:42:24,578 - DEBUG - "GET /search.json?perpage=50&sf=created_at&q=%2A&key=~~~~~~~~~~~~~~&page=1&sd=desc HTTP/1.1" 200 None 2016-09-15 00:42:24,788 - DEBUG - Most recent submission ID:1249099 2016-09-15 00:42:24,789 - INFO - Downloading the last 7000 submissions. Starting at 1249099 and stopping at 1242099 2016-09-15 00:42:24,789 - CRITICAL - Unhandled exception! 2016-09-15 00:42:24,789 - CRITICAL - <type 'exceptions.AssertionError'> 2016-09-15 00:42:24,790 - ERROR - Traceback (most recent call last): File "derpibooru_dl.py", line 1414, in File "derpibooru_dl.py", line 1397, in main File "derpibooru_dl.py", line 1300, in console_menu File "derpibooru_dl.py", line 901, in download_this_weeks_submissions File "derpibooru_dl.py", line 940, in download_range AssertionError 2016-09-15 00:42:24,792 - INFO - Program finished. 2016-09-15 00:43:01,078 - DEBUG - Logging started. 2016-09-15 00:43:02,818 - DEBUG - API Key looks fine. 2016-09-15 00:43:02,819 - INFO - Attempting to resume any failed downloads.

ghost avatar Sep 14 '16 15:09 ghost

Edit line 940 and 954. Increase the number to over maximum image ID number. See #27

apanx avatar Sep 18 '16 13:09 apanx