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

AttributeError: 'NoneType' object has no attribute 'get_peers' #1157

Closed
vi opened this issue Jan 19, 2015 · 4 comments
Closed

AttributeError: 'NoneType' object has no attribute 'get_peers' #1157

vi opened this issue Jan 19, 2015 · 4 comments
Assignees
Milestone

Comments

@vi
Copy link
Contributor

vi commented Jan 19, 2015

Traceback (most recent call last):
  File "/home/vi/home/tribler/tribler/Tribler/Main/tribler_main.py", line 716, in sesscb_states_callback
    self.tunnel_community.monitor_downloads(dslist)
  File "/home/vi/home/tribler/tribler/Tribler/community/tunnel/community.py", line 1226, in monitor_downloads
    self.create_rendezvous_points(info_hash, hops=hops.get(info_hash, 2))
  File "/home/vi/home/tribler/tribler/Tribler/community/tunnel/community.py", line 1288, in create_rendezvous_points
    self.trsession.lm.mainline_dht.get_peers(info_hash, Id(info_hash), dht_callback)
AttributeError: 'NoneType' object has no attribute 'get_peers'

This message is printed to console each 3-4 seconds.

Version: 29a52aa , with appropriate submodules.

On v6.4.1 it was the same.

@whirm whirm added this to the V6.5 anonymity: destroy message milestone Jan 20, 2015
@whirm whirm added the depends label Jan 20, 2015
@whirm
Copy link

whirm commented Jan 20, 2015

Let's wait for the whole crypto overhaul to be finished before dealing with these bugs as they will probably not be there anymore.
Depends on #1066

@whirm whirm modified the milestone: V6.5 anonymity: destroy message Jan 26, 2015
@whirm
Copy link

whirm commented Feb 4, 2015

@rjruigrok I'm assigning you a few issues that depend on the tunnel community refactor, I guess most of them will be just checking that they don't happen anymore and closing them.

@rjruigrok
Copy link

@whirm Thats fine. I'll check them in the next few days.

@rjruigrok
Copy link

Does not happen anymore. :)

@whirm whirm closed this as completed Apr 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants