You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't connect to a peer anymore. commands like history and chat_with_peer are failing with `FAIL: 38: can not parse arg #1'.
I ran a quick gdb and it seems the username_peer_pair tree in interface.c is not being filled. Its pointer equals zero. It seems the functions that fill it are not getting called. Could something have changed on the server?
The text was updated successfully, but these errors were encountered:
I can't connect to a peer anymore. commands like
history
andchat_with_peer
are failing with `FAIL: 38: can not parse arg #1'.I ran a quick gdb and it seems the
username_peer_pair
tree in interface.c is not being filled. Its pointer equals zero. It seems the functions that fill it are not getting called. Could something have changed on the server?The text was updated successfully, but these errors were encountered: