Skip to content

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) #2

Description

@santosadrian

python3 main.py
Enter Likee page url: https://likee.video/*********
Getting user info...
Traceback (most recent call last):
File "main.py", line 63, in
main()
File "main.py", line 58, in main
user_info = get_user_info(get_user_uid(input("Enter Likee page url: ")))
File "main.py", line 15, in get_user_uid
final = json.loads(final.replace(";", ''))
File "/usr/lib/python3.6/json/init.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions