PyInstaLive
PyInstaLive copied to clipboard
[E] Could not get livestream information: Expecting value: line 1 column 1 (char 0)
Version 4.0.2
Command used
pyinstalive -u xxx -p xxx -d yyy
Example: pyinstalive -u "johndoe" -p "grapefruits" -d "justinbieber"
Behaviour
[E] Could not get livestream information: Expecting value: line 1 column 1 (char 0)
pip list check your urllib3 version, if its version is greater than 1.25.7
pip uninstall urllib3 pip install urllib3==1.25.7
it works for me
ok ty
I'm getting the similar error on my debian 11 server.
[E] Could not login: Expecting value: line 1 column 1 (char 0)
and downgrading urllib3 to urllib3==1.25.7 version didn't work.
Then I tried to install pyinstalive on a clean ubuntu 22.04 LTS. still the same error after downgrading urllib3
What's the dependencies and their greatest version that works of the latest version of pyinstalive? @dvingerh
Could you run pyinstalive -df -u randomuserA -p randomPW
and see the error message? @Readerpray
Thanks
I'm getting the similar error on my debian 11 server. [E] Could not login: Expecting value: line 1 column 1 (char 0) and downgrading urllib3 to urllib3==1.25.7 version didn't work.
same issue on debian 11
Downgrading urllib3 also did not work for me, still encountering this issue.
maybe this PR will help https://github.com/dvingerh/PyInstaLive/pull/146
https://github.com/dvingerh/PyInstaLive/pull/146 + send_heartbeat = True
has solved this for me, thanks.
downgrade to version 3.2.4 has solved this for me too