You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generally run gallery-dl through a python script that I feed a list of Pixiv artist IDs, and pipe stdout and stderr to a log file. In the past, this log file has contained no indication when an ID pointed to a deleted account. Today I noticed that dead accounts now give Unable to collect artwork IDs using AJAX API (TypeError: 'NoneType' object is not subscriptable) in the log. Unfortunately, since it doesn't actually state the artist that had the error, I need to check whoever came before or after in the log (since successful downloads or skips include the artist ID in the file path), and compare against my list of artists to scrape.
Is it possible for the error to be adjusted to include the relevant artist ID?
At the same time I also noticed the appearance of 'limit_sanity_level' warning which I had not seen before. I do have the PHPSESSID cookie set. The images also appear to be successfully accessed; all those I see in-browser are downloaded by gdl, and when I checked one example (https://www.pixiv.net/en/artworks/95481877) against the artist's Twitter, I noticed that there were no additional images there not visible on Pixiv either, so it doesn't seem to be a case where my Pixiv account as a whole can't see them. But I can also see that image while logged out, so I'm really not sure what this warning is telling me.
I'm not sure if these behaviours are due to a change on Pixiv's end, or in gallery-dl's. These changes did come on the next run after I updated gallery-dl.
The text was updated successfully, but these errors were encountered:
At the same time I also noticed the appearance of 'limit_sanity_level' warning which I had not seen before
All limit_sanity_level_360.png works (#4327) emit this log message. Not to indicate an error, but to notify that some extra HTTP requests were necessary and something potentially failed during those.
I'm not sure if these behaviours are due to a change on Pixiv's end, or in gallery-dl's
This is due to gallery-dl changes to support otherwise missing limit_sanity_level_360.png works (#4327).
I generally run gallery-dl through a python script that I feed a list of Pixiv artist IDs, and pipe stdout and stderr to a log file. In the past, this log file has contained no indication when an ID pointed to a deleted account. Today I noticed that dead accounts now give
Unable to collect artwork IDs using AJAX API (TypeError: 'NoneType' object is not subscriptable)
in the log. Unfortunately, since it doesn't actually state the artist that had the error, I need to check whoever came before or after in the log (since successful downloads or skips include the artist ID in the file path), and compare against my list of artists to scrape.Is it possible for the error to be adjusted to include the relevant artist ID?
At the same time I also noticed the appearance of
'limit_sanity_level' warning
which I had not seen before. I do have the PHPSESSID cookie set. The images also appear to be successfully accessed; all those I see in-browser are downloaded by gdl, and when I checked one example (https://www.pixiv.net/en/artworks/95481877) against the artist's Twitter, I noticed that there were no additional images there not visible on Pixiv either, so it doesn't seem to be a case where my Pixiv account as a whole can't see them. But I can also see that image while logged out, so I'm really not sure what this warning is telling me.I'm not sure if these behaviours are due to a change on Pixiv's end, or in gallery-dl's. These changes did come on the next run after I updated gallery-dl.
The text was updated successfully, but these errors were encountered: