PyInstaLive icon indicating copy to clipboard operation
PyInstaLive copied to clipboard

[E] Could not get livestream information: Expecting value: line 1 column 1 (char 0)

Open afterdelight opened this issue 2 years ago • 2 comments

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)

afterdelight avatar Jul 27 '22 09:07 afterdelight

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

Readerpray avatar Aug 19 '22 14:08 Readerpray

ok ty

afterdelight avatar Aug 19 '22 19:08 afterdelight

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

kdurov avatar Oct 21 '22 13:10 kdurov

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

maulvi avatar Oct 23 '22 16:10 maulvi

Downgrading urllib3 also did not work for me, still encountering this issue.

Eikreis avatar Nov 04 '22 06:11 Eikreis

maybe this PR will help https://github.com/dvingerh/PyInstaLive/pull/146

afterdelight avatar Nov 09 '22 12:11 afterdelight

https://github.com/dvingerh/PyInstaLive/pull/146 + send_heartbeat = True has solved this for me, thanks.

eatsu avatar Nov 14 '22 07:11 eatsu

downgrade to version 3.2.4 has solved this for me too

afterdelight avatar Nov 15 '22 04:11 afterdelight