Traceback when adding friends
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Anonplus |
Fix Released
|
High
|
aj00200 |
Bug Description
Due to the new setup of the Friend object in libs.friends, adding friends no longer works because of the way which the web-ui creates the Friend object. A temporary fix might be needed until the Kame-based web-ui is functional. The traceback is as follows:
Exception happened during processing of request from ('127.0.0.1', 55333)
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.handle()
File "/usr/lib/
self.
File "/usr/lib/
method()
File "/home/
broadcast(
File "/home/
getattr(
File "/home/
port = 1337, name = name)
File "/home/
friend_obj = Friend(keyid, ip, port, name)
TypeError: __init__() takes exactly 6 arguments (5 given)
Related branches
- pharno: Approve
-
Diff: 241 lines (+76/-45)5 files modifiedsrc/libs/friends.py (+38/-36)
src/libs/packets.py (+9/-2)
src/libs/storage/classes.py (+8/-1)
src/tunnels/tor.py (+19/-5)
src/vomun.py (+2/-1)
Changed in anonplus: | |
status: | In Progress → Fix Committed |
Changed in anonplus: | |
milestone: | build-7 → r212 |
status: | Fix Committed → Fix Released |