Help me please #457
Closed
justejules
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm french and I have an error when I start my script.
Error :
{'timestamp': '2024-02-22T18:27:16.600072873Z', 'channel_id': '144395004', 'point_gain': {'user_id': '694960038', 'channel_id': '144395004', 'total_points': 10, 'baseline_points': 10, 'reason_code': 'WATCH', 'multipliers': []}, 'balance': {'user_id': '694960038', 'channel_id': '144395004', 'balance': 190435}}} Traceback (most recent call last): File "/home/jules/SUITE/V2Twitch-Channel-Points-Miner-v2-master/TwitchChannelPointsMiner/classes/WebSocketsPool.py", line 196, in on_message ws.streamers[streamer_index].persistent_series( File "/home/jules/SUITE/V2Twitch-Channel-Points-Miner-v2-master/TwitchChannelPointsMiner/classes/entities/Streamer.py", line 226, in persistent_series self.__save_json("series", event_type=event_type) File "/home/jules/SUITE/V2Twitch-Channel-Points-Miner-v2-master/TwitchChannelPointsMiner/classes/entities/Streamer.py", line 240, in __save_json json_data = json.load( File "/usr/lib/python3.9/json/init.py", line 293, in load return loads(fp.read(), File "/usr/lib/python3.9/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.9/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Beta Was this translation helpful? Give feedback.
All reactions