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
Hi!
I'm tryng to construct websocket client and when I use: ws.send_text("<open xmlns=\"urn:ietf:params:xml:ns:xmpp-framing\" version=\"1.0\" xml:lang=\"en\" to=\"wallapop.com\"/>")
It says me:
File "/home/pi/.local/lib/python2.7/site-packages/lomond/websocket.py", line 517, in send_text
raise TypeError('text argument must not be bytes')
TypeError: text argument must not be bytes