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

Parse error (might be resolved in recent version -- this is from 20141201) #62

Closed
placeholderaccount opened this issue Dec 12, 2014 · 1 comment

Comments

@placeholderaccount
Copy link

I'm about to try the latest revision, but here's the error for the old version just in case.

PixivDownloader2 version 20141201
https://nandaka.wordpress.com/tag/pixiv-downloader/

  1. Download by member_id
  2. Download by image_id
  3. Download by tags
  4. Download from list
  5. Download from online user bookmark
  6. Download from online image bookmark
  7. Download from tags list
  8. Download new illust from bookmark
  9. Download by Title/Caption
  10. Download by Tag and Member Id
  11. Download Member Bookmark

12. Download by Group Id

d. Manage database
e. Export online bookmark
r. Reload config.ini
p. Print config.ini
x. Exit
Input: 1
Member ids: 18397
Start Page (default=1):
End Page (default=0, 0 for no limit):
Processing Member Id: 18397
Reading O:\Pixiv Downloader\config.ini ...
done.
Page 1
Member Url: http://www.pixiv.net/member_illust.php?id=18397&p=1
Member Name : ??
Member Avatar: http://i4.pixiv.net/img02/profile/marbledbeef/1031609.gif
Member Token : marbledbeef
Using Referer: http://www.pixiv.net/member_illust.php?id=18397&p=1
Start downloading... Creating directory: O:\Pixiv ????????????? (18397)
1212 of 1212 Bytes Completed in 0.876s (1.35 KiB/s)
done.
#1

Processing Image Id: 43308553
Traceback (most recent call last):
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Error at process_image(): (<type 'exceptions.UnboundLocalError'>, UnboundLocalEr
ror("local variable 'temp' referenced before assignment",), <traceback object at
0x03797E40>)
Dumping html to: Error medium page for image 43308553.html
Stuff happened, trying again after 2 second ( 1 )
Traceback (most recent call last):
File "PixivUtil2.py", line 392, in process_member
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Processing Image Id: 43308553
Traceback (most recent call last):
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Error at process_image(): (<type 'exceptions.UnboundLocalError'>, UnboundLocalEr
ror("local variable 'temp' referenced before assignment",), <traceback object at
0x039D54B8>)
Dumping html to: Error medium page for image 43308553.html
Stuff happened, trying again after 2 second ( 2 )
Traceback (most recent call last):
File "PixivUtil2.py", line 392, in process_member
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Processing Image Id: 43308553
Traceback (most recent call last):
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Error at process_image(): (<type 'exceptions.UnboundLocalError'>, UnboundLocalEr
ror("local variable 'temp' referenced before assignment",), <traceback object at
0x03C9F508>)
Dumping html to: Error medium page for image 43308553.html
Stuff happened, trying again after 2 second ( 3 )
Traceback (most recent call last):
File "PixivUtil2.py", line 392, in process_member
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Processing Image Id: 43308553
Traceback (most recent call last):
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Error at process_image(): (<type 'exceptions.UnboundLocalError'>, UnboundLocalEr
ror("local variable 'temp' referenced before assignment",), <traceback object at
0x03E9B800>)
Dumping html to: Error medium page for image 43308553.html
Stuff happened, trying again after 2 second ( 4 )
Traceback (most recent call last):
File "PixivUtil2.py", line 392, in process_member
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Processing Image Id: 43308553
Traceback (most recent call last):
File "PixivUtil2.py", line 494, in process_image
File "PixivModel.pyc", line 224, in init
File "PixivModel.pyc", line 289, in ParseInfo
UnboundLocalError: local variable 'temp' referenced before assignment
Error at process_image(): (<type 'exceptions.UnboundLocalError'>, UnboundLocalEr
ror("local variable 'temp' referenced before assignment",), <traceback object at
0x037B2670>)
Dumping html to: Error medium page for image 43308553.html
Giving up image_id: 43308553

@Nandaka
Copy link
Owner

Nandaka commented Dec 13, 2014

try the new one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants