SealedSaucer/Voicecord

Error: Traceback (most recent call last): File "main.py", line 53, in <module> run_joiner() File "main.py", line 49, in run_joiner joiner(usertoken, status) File "main.py", line 34, in joiner ws = websocket.WebSocket() TypeError: WebSocket.__init__() missing 3 required positional arguments: 'environ', 'socket', and 'rfile'

Closed this issue · 4 comments

Successfully logs into my account, but spits out error after initiating run_joiner()

Traceback (most recent call last):
  File "main.py", line 82, in <module>
    run_joiner()
  File "main.py", line 77, in run_joiner
    joiner(usertoken, status)
  File "main.py", line 37, in joiner
    ws = websocket.WebSocket()
TypeError: WebSocket.__init__() missing 3 required positional arguments: 'environ', 'socket', and 'rfile'

same here

found a different way of doing it. check my repos for a working one.

@SoundDr0ut @wauv the fix to this issue is already mentioned in the README.md file: Link

image

Closing the issue.