-
Notifications
You must be signed in to change notification settings - Fork 1
New IRCCloud server (tinside) fails to keep session alive #2
Comments
I would have to test this. I never run it personally on my machine. |
The issue seems to happen because of something fishy in environmental variables. Just hardcode username and password in your irccloud.py file and it should work. |
I've tried hardcoding and it doesn't seem to work... Working (highgate server)$ cd irccloud.self; IRCCLOUD_USERNAME="<redacted_1>" IRCCLOUD_PASSWORD="password" python3 /home/irccloud/irccloud.self/irccloud.py; cd Not working (tinside server)$ cd irccloud.self; IRCCLOUD_USERNAME="<redacted_2>" IRCCLOUD_PASSWORD="password" python3 /home/irccloud/irccloud.self/irccloud.py; cd With the following
|
I have gone through their android app source code. Authentication mechanism remains to be the same. They haven't changed anything. If on their API side, they changed something, i am not sure. In that case, maybe for the server where it fails, can you print the actual raw api output and paste ? Wherever you see the line
Include an additional line that prints this response and share the output. |
How do I do this? |
Just do
after that line |
{'success': True, 'token': '1616400772.f3d2662d0c9615d69a98adc60c570b57'} |
@PeGaSuS-Coder @alimaqsood |
{'success': True, 'token': '1616405147.d028c6da69890a500fc1ba8bc6cef2d9'} |
Exactly the same issue:
|
Unfortunately, when trying debug mode with a successful
Cheers |
Same issue here too
|
Hey everybody, Finally the issue is clear. It seems like IRCCloud disable HTTP based authentication and prefer a streaming request using their websocket API. You can track the progress here Once we have a working solution in the automated repository, i will update the same here. |
When you run
irccloud.py
, the session isn't kept alive but no explicit error is shown.If you need more debug, let me know the commands you'd like me to run.
All the other servers seem to work as expected, but they'll be probably affected by this issue some time later.
Cheers
The text was updated successfully, but these errors were encountered: