Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Json decode error help #10

Open
Nomanali3468 opened this issue Jun 24, 2024 · 1 comment
Open

Json decode error help #10

Nomanali3468 opened this issue Jun 24, 2024 · 1 comment

Comments

@Nomanali3468
Copy link

[2024-06-24 10:55:18] account detected : 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[2024-06-24 10:55:18] account number : 1
Traceback (most recent call last): File "/storage/emulated/0/Download/bots/ptap/bot.py", line 200, in app.main()
File "/storage/emulated/0/Download/bots/ptap/bot.py", line 79, in main
user = json.loads(data_parse['user']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/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)
Uploading Screenshot_20240624-105554.jpg…

@akasakaid
Copy link
Owner

i has update it, try it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants