You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ SideServer-for-Linux (main) python3 main.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 6969 after 0 ms: Couldn't connect to server
libplist is not available on this machine.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 6969 after 0 ms: Couldn't connect to server
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 6969 after 0 ms: Couldn't connect to server
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (7) Failed to connect to 127.0.0.1 port 6969 after 0 ms: Couldn't connect to server
^CTraceback (most recent call last):
File "/home/mmm/Documents/SideServer-for-Linux/main.py", line 1066, in <module>
main()
File "/home/mmm/Documents/SideServer-for-Linux/main.py", line 137, in main
Gtk.main()
File "/usr/lib/python3.11/site-packages/gi/overrides/Gtk.py", line 1692, in main
with register_sigint_fallback(Gtk.main_quit):
File "/usr/lib/python3.11/contextlib.py", line 144, in __exit__
next(self.gen)
File "/usr/lib/python3.11/site-packages/gi/_ossighelper.py", line 237, in register_sigint_fallback
signal.default_int_handler(signal.SIGINT, None)
KeyboardInterrupt
^CException ignored in: <module 'threading' from '/usr/lib/python3.11/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1590, in _shutdown
lock.acquire()
KeyboardInterrupt:
On first run, downloaded the apk perfectly fine but refused to connect to server. Subsequent runs have the same error.
Running on Arch Linux, all dependencies have been installed.
The text was updated successfully, but these errors were encountered:
edit : Then ALTSERVER_ANISETTE_SERVER=http://127.0.0.1:6969 python main.py so the program will simply connect to it and not try to create the local server. Not sure why it needs the environment variable though, but on my computer the python script can't connect without it.
On first run, downloaded the apk perfectly fine but refused to connect to server. Subsequent runs have the same error.
Running on Arch Linux, all dependencies have been installed.
The text was updated successfully, but these errors were encountered: