Closed Biggitybaked closed 2 years ago
the pip version is not actualized, try with the new one like this
pip uninstall toutatis
y
git clone https://github.com/megadose/toutatis/
cd toutatis
pip install .
Damn, you got back to me quick, i wish everyone on github was even half that responsive. I appreciate that. 👌👍 Thank you.
And thank you for explaining that about the script to me. I new to linux and python and didnt know that. More on the graphics\front end\windows side of the fence. Its been intereting learning Linux thats forsure.
Ill give it a go here in a little bit and let ya know how it goes. Wish me luck. 😂 Thanks again!
From: аэт @.> Sent: Friday, April 29, 2022, 1:36 AM To: megadose/toutatis @.> Cc: @. @.>; Author @.***> Subject: Re: [megadose/toutatis] helppp (Issue #31)
the pip version is not actualized, try with the new one like this
pip uninstall toutatis y git clone https://github.com/megadose/toutatis/ cd toutatis pip install .
— Reply to this email directly, view it on GitHubhttps://github.com/megadose/toutatis/issues/31#issuecomment-1113034693, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVCJ7HDFQL435ZPWQ45QST3VHONSRANCNFSM5UVAPJXA. You are receiving this because you authored the thread.Message ID: @.***>
Traceback (most recent call last): File "/usr/local/bin/toutatis", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.9/dist-packages/toutatis/core.py", line 80, in main
infos = getInfo(args.username,sessionsId)
File "/usr/local/lib/python3.9/dist-packages/toutatis/core.py", line 32, in getInfo
info = json.loads(response.text)
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/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)
any ideas?