Crashing on Boot #1333
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
$ python src/bitmessagemain.py
Loading existing config files from /home/.config/PyBitmessage/
2018-08-05 13:19:02,170 - WARNING - Using default logger configuration
2018-08-05 13:19:02,592 - CRITICAL - Unhandled exception
Traceback (most recent call last):
File "src/bitmessagemain.py", line 507, in
File "src/bitmessagemain.py", line 503, in main
File "src/bitmessagemain.py", line 276, in start
File "PyBitmessage/src/knownnodes.py", line 100, in readKnownNodes
pickle_deserialize_old_knownnodes(source)
File "PyBitmessage/src/knownnodes.py", line 63, in pickle_deserialize_old_knownnodes
knownNodes = pickle.load(source)
File "/usr/lib/python2.7/pickle.py", line 1384, in load
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
File "/usr/lib/python2.7/pickle.py", line 886, in load_eof
raise EOFError
EOFError
Cleaning up lockfile
Try deleting
knownnodes.dat
or the current code from v0.6 branch.Thanks just to catch up that I did that before you replied and it worked. :-) Thanks @PeterSurda