discord-mass-dm icon indicating copy to clipboard operation
discord-mass-dm copied to clipboard

Websocketapp isue

Open python-hmv opened this issue 2 years ago • 1 comments

Traceback (most recent call last): File "main.py", line 3, in from lib.scrape import scrape File "/home/runner/discord-mass-dm/lib/scrape.py", line 55, in class DiscordSocket(websocket.WebSocketApp): AttributeError: module 'websocket' has no attribute 'WebSocketApp'

python-hmv avatar May 01 '22 07:05 python-hmv

Use this to fix:

pip install websocket-client

S1mp1yDucky avatar Jul 12 '22 12:07 S1mp1yDucky