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

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

Closed
afterdelight opened this issue Jul 27, 2022 · 7 comments

Comments

@afterdelight
Copy link

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
Copy link
Author

ok ty

@kdurov
Copy link

kdurov commented Oct 21, 2022

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

@maulvi
Copy link

maulvi commented Oct 23, 2022

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

@Eikreis
Copy link

Eikreis commented Nov 4, 2022

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

@afterdelight
Copy link
Author

maybe this PR will help #146

@eatsu
Copy link

eatsu commented Nov 14, 2022

#146 + send_heartbeat = True has solved this for me, thanks.

@afterdelight
Copy link
Author

downgrade to version 3.2.4 has solved this for me too

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

No branches or pull requests

6 participants