Connection Error
-
I am unable to fix an error when trying to run the addon on fresh installs of Anki. I've tried multiple versions and it still presents,
Debug info:
Anki 2.1.61 (0c1eaf4c) Python 3.9.15 Qt 6.4.2 PyQt 6.4.0
Platform: Windows-10-10.0.22621
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2023-05-05 09:33:24Caught exception:
Traceback (most recent call last):
File "C:\Users\z\AppData\Roaming\Anki2\addons21\1846879528\migaku_connection_init_.py", line 32, in run
self.server.listen(44432, reuse_port=True)
File "C:\Users\z\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\tornado\web.py", line 2109, in listen
server.listen(port, address, reuse_port=reuse_port)
File "C:\Users\z\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\tornado\tcpserver.py", line 151, in listen
sockets = bind_sockets(port, address=address, reuse_port=reuse_port)
File "C:\Users\z\AppData\Roaming\Anki2\addons21\1846879528\lib\shared\tornado\netutil.py", line 87, in bind_sockets
raise ValueError("the platform doesn't support SO_REUSEPORT")
ValueError: the platform doesn't support SO_REUSEPORT -
@zakennayo same error
-
If anyone else has this error, I was able to resolve this error by switching versions from 0.3.0 (Github latest) to 0.2.5 (Ankiweb).