SealedSaucer / Online-Forever

Make Your Discord Account 24/7 Online!
https://www.youtube.com/watch?v=-soq0pOqP_4
GNU General Public License v3.0
955 stars 472 forks source link

getting this error and account not getting online #46

Closed AKGamingYT0 closed 1 month ago

AKGamingYT0 commented 2 months ago

Traceback (most recent call last): File "/home/runner/24x7/main.py", line 85, in run_onliner() File "/home/runner/24x7/main.py", line 81, in run_onliner onliner(usertoken, status) File "/home/runner/24x7/main.py", line 31, in onliner ws = websocket.WebSocket() TypeError: WebSocket.init() missing 3 required positional arguments: 'environ', 'socket', and 'rfile'

SealedSaucer commented 2 months ago

Refer to this: Link

AKGamingYT0 commented 2 months ago

tried but not working

SealedSaucer commented 2 months ago

Try the method in #43

  1. First, do pip uninstall websocket.
  2. Make sure all websocket modules were removed by listing the currently installed modules with pip list | grep websocket.
  3. Then, run pip uninstall 'MODULEHERE' if any are listed.
  4. Finally, run pip install websocket-client.
AKGamingYT0 commented 2 months ago

still not working

SealedSaucer commented 2 months ago

What's the error now?

SealedSaucer commented 1 month ago

Closing the issue due to inactivity.