Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't dump page on Error 1001 #233

Closed
NHOrus opened this issue May 18, 2017 · 3 comments
Closed

Doesn't dump page on Error 1001 #233

NHOrus opened this issue May 18, 2017 · 3 comments
Labels

Comments

@NHOrus
Copy link
Contributor

NHOrus commented May 18, 2017

For example, https://www.pixiv.net/member_illust.php?id=211815

Config:

[Network]
useproxy = False
proxyaddress = 
useragent = Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36
userobots = True
timeout = 60
retry = 3
retrywait = 5

[Debug]
loglevel = DEBUG
enabledump = True
skipdumpfilter = 1004|1002
dumpmediumpage = False
dumptagsearchpage = False
debughttp = False

[IrfanView]
irfanviewpath = C:\Program Files (x86)\IrfanView
startirfanview = False
startirfanslide = False
createdownloadlists = True

[Settings]
filenameformat = %member_id%\%image_id% - %title%
filenamemangaformat = %member_id%\%image_id% - %title%_%page_index%
filenameinfoformat = %member_id%\%image_id% - %title%
avatarnameformat = 
downloadlistdirectory = .
uselist = False
processfromdb = False
overwrite = False
tagsseparator = ,
daylastupdated = 5
rootdirectory = E:\conf\pixiv
alwayscheckfilesize = False
checkupdatedlimit = 0
downloadavatar = True
createmangadir = False
usetagsasdir = False
useblacklisttags = False
usesuppresstags = False
tagslimit = -1
writeimageinfo = False
writeimagejson = False
datediff = 0
backupoldfile = False
writeugoirainfo = False
createugoira = True
deletezipfile = True
enableinfiniteloop = False
verifyimage = False
writeurlindescription = True
urlblacklistregex = 
urldumpfilename = url_list_%Y%m%d
dbpath = 
creategif = False
useblacklistmembers = False
createapng = False

[Pixiv]
numberofpage = 0
r18mode = False
dateformat = 

The page dump happened on previous, non-beta version.

@NHOrus NHOrus changed the title Doesn't dump on Error 1001 Doesn't dump page on Error 1001 May 18, 2017
@Nandaka
Copy link
Owner

Nandaka commented May 24, 2017

looks like they change the error message from 'The user has either left pixiv, or the user ID does not exist.' to 'User has left pixiv or the user ID does not exist.'

This might be happening again if they change the message again, as I don't see any error status code in the page.

Nandaka added a commit that referenced this issue May 24, 2017
@Nandaka Nandaka added Bug and removed Enhancement labels May 24, 2017
@NHOrus
Copy link
Contributor Author

NHOrus commented May 24, 2017

Just check that message <h2 class="error-title">An error has occurred.</h2> appears and dump as generic error, if not filtered out?

@Nandaka
Copy link
Owner

Nandaka commented May 24, 2017

I think I can modify IsErrorExist() in https://github.com/Nandaka/PixivUtil2/blob/master/PixivModel.py#L140, but it will marked as1003

@NHOrus NHOrus closed this as completed Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants