Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bmwrapper crashes when fetching mail using thunderbird #10

Open
stevegee58 opened this issue May 24, 2014 · 0 comments · May be fixed by #15
Open

bmwrapper crashes when fetching mail using thunderbird #10

stevegee58 opened this issue May 24, 2014 · 0 comments · May be fixed by #15

Comments

@stevegee58
Copy link

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

jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Fix handleList to handle non-argumented LIST command properly
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Fix handleList to handle non-argumented LIST command properly
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Fix handleList to handle non-argumented LIST command properly
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Fix handleList to handle non-argumented LIST command properly
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Fix handleLIST to handle non-argumented LIST command properly
Fix handleUIDL to make Thunderbird handle UIDL correctly

This fixes issue Arceliar#10
jimmysong added a commit to jimmysong/bmwrapper that referenced this issue May 29, 2014
Fix handleLIST to handle non-argumented LIST command properly
Fix handleUIDL to make Thunderbird handle UIDL correctly

Tested and working in both Thunderbird and fetchmail

This fixes issue Arceliar#10
Arceliar added a commit that referenced this issue Jun 6, 2014
Issue #10: Fix the broken Thunderbird Connection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant