Last modified: 2013-12-31 14:28:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T60864, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58864 - EOFError writing dict to cache file occured in featured.py
EOFError writing dict to cache file occured in featured.py
Status: RESOLVED INVALID
Product: Pywikibot
Classification: Unclassified
General (Other open bugs)
core-(2.0)
All All
: Unprioritized normal
: ---
Assigned To: xqt
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-12-22 16:38 UTC by xqt
Modified: 2013-12-31 14:28 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description xqt 2013-12-22 16:38:46 UTC
飓风丹尼尔 -> no corresponding page in wikipedia:eo
Writing 70 items to cache file C:\pwb\core\cache\good.
Traceback (most recent call last):
  File "C:\pwb\core\pwb.py", line 135, in <module>
    run_python_file(fn, argv, argvu)
  File "C:\pwb\core\pwb.py", line 67, in run_python_file
    exec(compile(source, filename, "exec"), main_mod.__dict__)
  File "C:\pwb\core\scripts\featured.py", line 674, in <module>
    main()
  File "C:\pwb\core\scripts\featured.py", line 667, in main
    bot.run()
  File "C:\pwb\core\scripts\featured.py", line 285, in run
    self.run_featured()
  File "C:\pwb\core\scripts\featured.py", line 348, in run_featured
    self.readcache(task)
  File "C:\pwb\core\scripts\featured.py", line 257, in readcache
    self.cache = pickle.load(f)
  File "C:\Python27\lib\pickle.py", line 1378, in load
    return Unpickler(file).load()
  File "C:\Python27\lib\pickle.py", line 858, in load
    dispatch[key](self)
  File "C:\Python27\lib\pickle.py", line 880, in load_eof
    raise EOFError
EOFError
Comment 1 xqt 2013-12-31 14:28:00 UTC
Seem the cache file was corrupt.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links