p2p-sip project - p2psip.py and dhtgui.py

14 views
Skip to first unread message

Binan AL Halabi

unread,
Jul 16, 2015, 4:12:35 PM7/16/15
to myproje...@googlegroups.com

Hi all,
I have the following issues:


1- When i tried to execute dhtgui.py, i've got the following error when i click on the center of the ring:
Exception AttributeError: "'NetworkStub' object has no attribute 'mcast'" in > ignored

and nothing happened after this.


2- Executing p2psip.py gives this error:

Traceback (most recent call last):
  File "p2psip.py", line 360, in <module>
    agent = Agent(server=options.server, sipaddr=('0.0.0.0', options.sip_port), port=options.p2p_port).start(servers)
  File "p2psip.py", line 279, in start
    self.p2p.start(servers=servers); AbstractAgent.start(self); return self
  File "/home/binan/Documents/p2p-sip/src/app/p2p.py", line 484, in start
    self.net = net or Network(Ks=crypto.generateRSA()[0], cert=None, port=self.port)
  File "/home/binan/Documents/p2p-sip/src/app/p2p.py", line 125, in __init__
    self.queue = multitask.SmartQueue() # module's default queue for dispatching and receiving Message events
AttributeError: 'module' object has no attribute 'SmartQueue'
Exception AttributeError: "'Network' object has no attribute 'mcast'" in <bound method Network.__del__ of <app.p2p.Network object at 0x240fe10>> ignored

Thanks

/ Binan
Reply all
Reply to author
Forward
0 new messages