Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handler_worker:ERROR:Expecting value: line 1 column 1 (char 0) #1

Open
awindsr opened this issue Oct 30, 2021 · 1 comment
Open

handler_worker:ERROR:Expecting value: line 1 column 1 (char 0) #1

awindsr opened this issue Oct 30, 2021 · 1 comment

Comments

@awindsr
Copy link

awindsr commented Oct 30, 2021

Traceback (most recent call last):
File "\AppData\Local\Programs\Python\Python310\lib\site-packages\pyrogram\dispatcher.py", line 217, in handler_worker
await handler.callback(self.client, *args)
File "\blackpearl-bbcode-bot-main\BPBBCODE.py", line 389, in BPMV Language = getLANG(MOVIE_PATH)
File "\blackpearl-bbcode-bot-main\BPBBCODE.py", line 232, in getLANG mediainfo = json.load(mediainfo_output.stdout)
File "\AppData\Local\Programs\Python\Python310\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "\AppData\Local\Programs\Python\Python310\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "\AppData\Local\Programs\Python\Python310\lib\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)

@monkeydluffy7
Copy link
Owner

Have you put mediainfo binary in same path?

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

No branches or pull requests

2 participants