I googled part of the error I'm getting and saw issue #7 here.
My setup:
Thunderbird 24.2.0
bmwrapper latest git pull
bitmessage latest git pull
I'm pretty sure I've set this up correctly according to the youtube video. I'm able to send BM messages using thunderbird/bmwrapper but when tbird polls for messages it crashes. Here's the output. You can see the list worked and saw 3 messages in my BM inbox.
2014-05-24 12:55:54,179 INFO - Press Ctrl+C to exit.
2014-05-24 12:56:05,845 DEBUG - Parsing msg 1 of 3
2014-05-24 12:56:05,850 DEBUG - Parsing msg 2 of 3
2014-05-24 12:56:05,852 DEBUG - Parsing msg 3 of 3
2014-05-24 12:56:05,854 DEBUG - Answering STAT: 3 9213
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/home/user/bmwrapper/incoming.py", line 256, in incomingServer_main
conn.sendall(cmd(data))
File "/home/user/bmwrapper/incoming.py", line 64, in handleList
cmd, msgId = data.split()
ValueError: need more than 1 value to unpack
I googled part of the error I'm getting and saw issue #7 here.
My setup:
Thunderbird 24.2.0
bmwrapper latest git pull
bitmessage latest git pull
I'm pretty sure I've set this up correctly according to the youtube video. I'm able to send BM messages using thunderbird/bmwrapper but when tbird polls for messages it crashes. Here's the output. You can see the list worked and saw 3 messages in my BM inbox.
2014-05-24 12:55:54,179 INFO - Press Ctrl+C to exit.
2014-05-24 12:56:05,845 DEBUG - Parsing msg 1 of 3
2014-05-24 12:56:05,850 DEBUG - Parsing msg 2 of 3
2014-05-24 12:56:05,852 DEBUG - Parsing msg 3 of 3
2014-05-24 12:56:05,854 DEBUG - Answering STAT: 3 9213
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/home/user/bmwrapper/incoming.py", line 256, in incomingServer_main
conn.sendall(cmd(data))
File "/home/user/bmwrapper/incoming.py", line 64, in handleList
cmd, msgId = data.split()
ValueError: need more than 1 value to unpack