Page MenuHomePhabricator

EOFError writing dict to cache file occured in featured.py
Closed, InvalidPublic

Description

飓风丹尼尔 -> 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


Version: core-(2.0)
Severity: normal

Details

Reference
bz58864

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:19 AM
bzimport set Reference to bz58864.

Seem the cache file was corrupt.