akasakaid / blumtod

Auto claim
444 stars 169 forks source link

JSONDecodeError #102

Open djcobra opened 1 month ago

djcobra commented 1 month ago

hi there,Can you help me?Please when i run the bot [20:01:25]-[acc 1] already check in today ! [20:01:26]-[acc 1] balance : 38083.5 [20:01:27]-[acc 1] referral balance : 0 [20:01:27]-[acc 1] you have 761 game ticket Traceback (most recent call last): File "C:\Users\Sinno\blumtod\bot.py", line 622, in asyncio.run(main())


  File "C:\Program Files\Python313\Lib\json\decoder.py", line 362, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Can you tell me what's wrong and how to fix it? thx!!
marksofox1 commented 1 month ago

same problem

bomber8338 commented 1 month ago

hi there,Can you help me?Please when i run the bot [20:01:25]-[acc 1] already check in today ! [20:01:26]-[acc 1] balance : 38083.5 [20:01:27]-[acc 1] referral balance : 0 [20:01:27]-[acc 1] you have 761 game ticket Traceback (most recent call last): File "C:\Users\Sinno\blumtod\bot.py", line 622, in asyncio.run(main())


  File "C:\Program Files\Python313\Lib\json\decoder.py", line 362, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Can you tell me what's wrong and how to fix it? thx!!
Same problem
I don't know why ???
Rezerveq commented 1 month ago

Screenshot_20241020-191637

LuiisFernando commented 1 month ago

same error here

Malware6666 commented 4 weeks ago

in bot.py change line 326 with if self.cfg.auto_game: play_url = "https://game-domain.blum.codes/api/v1/game/play" play_url = "https://game-domain.blum.codes/api/v2/game/play" claim_url = "https://game-domain.blum.codes/api/v1/game/claim" game = True while game: