panic: 550 Unspecified Tor error: Onion address collision #107

Closed
opened 2018-08-05 05:03:19 +00:00 by kardan · 0 comments

loading two profiles after each other leads to a collision:

2018/08/05 06:55:42 using existing tor proxy
cwtch [unset]> load me
Profile needs to be set
cwtch [unset]> load-profile me
Enter a password to decrypt the profile: 
Loaded profile for me
cwtch [me]> load-profile a
Enter a password to decrypt the profile: 
Loaded profile for a
cwtch [a]> panic: 550 Unspecified Tor error: Onion address collision                                            

goroutine 48 [running]:
log.Panic(0x19237fdc, 0x1, 0x1)
        /usr/lib/go-1.10/src/log/log.go:326 +0x9d
cwtch.im/cwtch/app.(*Application).startPeer.func1(0x1924cea0)                                                   
        /home/user/go/src/cwtch.im/cwtch/app/app.go:85 +0x6b                                                     
created by cwtch.im/cwtch/app.(*Application).startPeer
        /home/user/go/src/cwtch.im/cwtch/app/app.go:82 +0x33                                                     
exit status 2

Also note that the invalid command load leads to

Profile needs to be set

loading two profiles after each other leads to a collision: ``` 2018/08/05 06:55:42 using existing tor proxy cwtch [unset]> load me Profile needs to be set cwtch [unset]> load-profile me Enter a password to decrypt the profile: Loaded profile for me cwtch [me]> load-profile a Enter a password to decrypt the profile: Loaded profile for a cwtch [a]> panic: 550 Unspecified Tor error: Onion address collision goroutine 48 [running]: log.Panic(0x19237fdc, 0x1, 0x1) /usr/lib/go-1.10/src/log/log.go:326 +0x9d cwtch.im/cwtch/app.(*Application).startPeer.func1(0x1924cea0) /home/user/go/src/cwtch.im/cwtch/app/app.go:85 +0x6b created by cwtch.im/cwtch/app.(*Application).startPeer /home/user/go/src/cwtch.im/cwtch/app/app.go:82 +0x33 exit status 2 ``` Also note that the invalid command `load` leads to > Profile needs to be set
sarah referenced this issue from a commit 2018-08-05 16:01:18 +00:00
sarah closed this issue 2018-09-05 17:20:28 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch#107
No description provided.