Advertisement
Guest User

Untitled

a guest
Apr 24th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 KB | None | 0 0
  1. 2013-04-24 20:02:20,315 - PixivUtil20130330 - INFO - ###############################################################
  2. 2013-04-24 20:02:20,315 - PixivUtil20130330 - INFO - Starting...
  3. 2013-04-24 20:02:20,319 - PixivUtil20130330 - INFO - Only process member where day last updated >= 7
  4. 2013-04-24 20:02:20,319 - PixivUtil20130330 - INFO - Using Username: -@gmail.com
  5. 2013-04-24 20:02:20,320 - PixivUtil20130330 - INFO - Log in using form.
  6. 2013-04-24 20:02:26,242 - PixivUtil20130330 - INFO - Logging in, return url: http://www.pixiv.net/index.php?return_to=%2Fmypage.php
  7. 2013-04-24 20:02:26,243 - PixivUtil20130330 - INFO - Logged in
  8. 2013-04-24 20:02:26,243 - PixivUtil20130330 - INFO - Taglist mode.
  9. 2013-04-24 20:02:26,248 - PixivUtil20130330 - INFO - Searching for: (我那覇響) %E6%88%91%E9%82%A3%E8%A6%87%E9%9F%BF
  10. 2013-04-24 20:02:26,249 - PixivUtil20130330 - INFO - Looping... for http://www.pixiv.net/search.php?s_mode=s_tag&p=1&word=%E6%88%91%E9%82%A3%E8%A6%87%E9%9F%BF
  11. 2013-04-24 20:02:31,896 - PixivUtil20130330 - ERROR - Error at processImage(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x1fdc5a8>)
  12. 2013-04-24 20:02:31,896 - PixivUtil20130330 - ERROR - Error at processImage(): 35206174
  13. Traceback (most recent call last):
  14. File "/root/PixivUtil2/PixivUtil2.py", line 592, in processImage
  15. image = PixivImage(iid=image_id, page=parseMediumPage, parent=artist, fromBookmark=bookmark)
  16. File "/root/PixivUtil2/PixivModel.py", line 218, in __init__
  17. self.artist = PixivArtist(page=page, fromImage=True)
  18. File "/root/PixivUtil2/PixivModel.py", line 45, in __init__
  19. self.ParseInfo(page, fromImage)
  20. File "/root/PixivUtil2/PixivModel.py", line 62, in ParseInfo
  21. temp = str(avatarBox.find('a')['href'])
  22. AttributeError: 'NoneType' object has no attribute 'find'
  23. 2013-04-24 20:02:31,897 - PixivUtil20130330 - ERROR - Dumping html to: Error Medium Page for image 35206174.html
  24. 2013-04-24 20:02:31,897 - PixivUtil20130330 - ERROR - Error at processTags(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x2016440>)
  25. Traceback (most recent call last):
  26. File "/root/PixivUtil2/PixivUtil2.py", line 853, in processTags
  27. processImage(mode, None, item.imageId, searchTags=searchTags)
  28. File "/root/PixivUtil2/PixivUtil2.py", line 592, in processImage
  29. image = PixivImage(iid=image_id, page=parseMediumPage, parent=artist, fromBookmark=bookmark)
  30. File "/root/PixivUtil2/PixivModel.py", line 218, in __init__
  31. self.artist = PixivArtist(page=page, fromImage=True)
  32. File "/root/PixivUtil2/PixivModel.py", line 45, in __init__
  33. self.ParseInfo(page, fromImage)
  34. File "/root/PixivUtil2/PixivModel.py", line 62, in ParseInfo
  35. temp = str(avatarBox.find('a')['href'])
  36. AttributeError: 'NoneType' object has no attribute 'find'
  37. 2013-04-24 20:02:31,898 - PixivUtil20130330 - ERROR - Error at processTagsList(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x20164d0>)
  38. Traceback (most recent call last):
  39. File "/root/PixivUtil2/PixivUtil2.py", line 900, in processTagsList
  40. processTags(mode, tag, page=page, endPage=endPage, useTagsAsDir=__config__.useTagsAsDir)
  41. File "/root/PixivUtil2/PixivUtil2.py", line 853, in processTags
  42. processImage(mode, None, item.imageId, searchTags=searchTags)
  43. File "/root/PixivUtil2/PixivUtil2.py", line 592, in processImage
  44. image = PixivImage(iid=image_id, page=parseMediumPage, parent=artist, fromBookmark=bookmark)
  45. File "/root/PixivUtil2/PixivModel.py", line 218, in __init__
  46. self.artist = PixivArtist(page=page, fromImage=True)
  47. File "/root/PixivUtil2/PixivModel.py", line 45, in __init__
  48. self.ParseInfo(page, fromImage)
  49. File "/root/PixivUtil2/PixivModel.py", line 62, in ParseInfo
  50. temp = str(avatarBox.find('a')['href'])
  51. AttributeError: 'NoneType' object has no attribute 'find'
  52. 2013-04-24 20:02:31,899 - PixivUtil20130330 - ERROR - Unknown Error: 'NoneType' object has no attribute 'find'
  53. Traceback (most recent call last):
  54. File "/root/PixivUtil2/PixivUtil2.py", line 1539, in main
  55. menuDownloadFromTagsList(mode, opisvalid, args)
  56. File "/root/PixivUtil2/PixivUtil2.py", line 1324, in menuDownloadFromTagsList
  57. processTagsList(mode, filename, page, endPage)
  58. File "/root/PixivUtil2/PixivUtil2.py", line 900, in processTagsList
  59. processTags(mode, tag, page=page, endPage=endPage, useTagsAsDir=__config__.useTagsAsDir)
  60. File "/root/PixivUtil2/PixivUtil2.py", line 853, in processTags
  61. processImage(mode, None, item.imageId, searchTags=searchTags)
  62. File "/root/PixivUtil2/PixivUtil2.py", line 592, in processImage
  63. image = PixivImage(iid=image_id, page=parseMediumPage, parent=artist, fromBookmark=bookmark)
  64. File "/root/PixivUtil2/PixivModel.py", line 218, in __init__
  65. self.artist = PixivArtist(page=page, fromImage=True)
  66. File "/root/PixivUtil2/PixivModel.py", line 45, in __init__
  67. self.ParseInfo(page, fromImage)
  68. File "/root/PixivUtil2/PixivModel.py", line 62, in ParseInfo
  69. temp = str(avatarBox.find('a')['href'])
  70. AttributeError: 'NoneType' object has no attribute 'find'
  71. 2013-04-24 20:02:31,899 - PixivUtil20130330 - INFO - EXIT
  72. 2013-04-24 20:02:31,899 - PixivUtil20130330 - INFO - ###############################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement