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 326 forks source link

DOCKER : JSON do not generate #554

Open sketubz opened 1 week ago

sketubz commented 1 week ago

Describe the bug

Hello,

I deployed (multiple time to be sure) the container, everything work fine except for analytics. Website is ok but json are not generating (but it's still creating the folder with my account name below aalytics folder)

Steps to reproduce

Start container Go to docker:5000 Page log but data are stuck on "loading". When i go into the analytics folder, it create a folder with my account name (and recreate it if i remove) but no json for data. (logs are ok)

if i create an empty json file, it appears correctly on the page (with no data)

Expected behavior

json written so i can have analytics

Operating system

Debian 12.5

Python version

3.12.4

Miner version

1.9.7

Other relevant software versions

Container is mounted using portainer

Logs

Only line with error are like that : 25/06/24 17:05:17 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"RESPONSE","error":"","nonce":"4u7mGYhJQoCn8jdPDsgib6DiG4bTfV"} 25/06/24 17:05:17 - DEBUG - TwitchChannelPointsMiner.classes.WebSocketsPool - [on_message]: #0 - Received: {"type":"RESPONSE","error":"","nonce":"4u7mGYhJQoCn8jdPDsgib6DiG4bTfV"}

Everything else is just normal. No logs talking about json

Additional context

No response