rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.1k stars 324 forks source link

WebSocket.__init__() got an unexpected keyword argument 'url' #430

Closed zassamel closed 5 months ago

zassamel commented 6 months ago

Describe the bug

Starting bot with then I'm getting info about connecting do irc and getting information about points. After that error showing up

TwitchChannelPointsMiner\classes\TwitchWebSocket.py", line 14, in init super().init(*args, **kw) TypeError: WebSocket.init() got an unexpected keyword argument 'url' 

Steps to reproduce

Starting bot with then I'm getting info about connecting do irc and getting information about points. After that error showing up

TwitchChannelPointsMiner\classes\TwitchWebSocket.py", line 14, in init super().init(*args, **kw) TypeError: WebSocket.init() got an unexpected keyword argument 'url' 

Expected behavior

Starting bot with then I'm getting info about connecting do irc and getting information about points. After that error showing up

TwitchChannelPointsMiner\classes\TwitchWebSocket.py", line 14, in init super().init(*args, **kw) TypeError: WebSocket.init() got an unexpected keyword argument 'url' 

Operating system

Windows 11

Python version

Newset

Miner version

1.9.1

Other relevant software versions

No response

Logs

... Zz

Additional context

No response

rdavydov commented 5 months ago

Python version

Newset

It is not an answer. Respect other's time and provide all the required info. It's there for a reason.

Your .log & run.py are needed to determine the problem.