Giter Site home page Giter Site logo

Comments (3)

0ynn0 avatar 0ynn0 commented on August 20, 2024

For log file and console output i started my own stream and ended it when bot connected

from twitch-channel-points-miner-v2.

0ynn0 avatar 0ynn0 commented on August 20, 2024

Looks like problem solved, reinstalled Python 3.12.3 with dependencies, and now it's working, but on first launch it said:

File "C:\Users\djhgs\Desktop\Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\WebSocketsPool.py", line 235, in on_message
ws.streamers[streamer_index].set_offline()
File "C:\Users\djhgs\Desktop\Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\entities\Streamer.py", line 125, in set_offline
self.toggle_chat()
File "C:\Users\djhgs\Desktop\Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\entities\Streamer.py", line 288, in toggle_chat
self.leave_chat()
File "C:\Users\djhgs\Desktop\Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\entities\Streamer.py", line 262, in leave_chat
self.irc_chat.stop()
File "C:\Users\djhgs\Desktop\Twitch-Channel-Points-Miner-v2-master\TwitchChannelPointsMiner\classes\Chat.py", line 103, in stop
f"Отключение от чата {self.channel}", extra={"emoji": ":speech_balloon:", "event": Events.streamer_offline}
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Events' has no attribute 'streamer_offline'

So i just replaced 'streamer_offline' with 'STREAMER_OFFLINE' and now it's working

from twitch-channel-points-miner-v2.

rdavydov avatar rdavydov commented on August 20, 2024

Right, it must be UPPERCASE. Glad that you figured it out yourself.

from twitch-channel-points-miner-v2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.