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
Traceback (most recent call last):
File "hitomi_downloader_GUI", line 11910, in <module>
File "hitomi_server\__init__", line 465, in start
File "hitomi_server\__init__", line 416, in join
File "hitomi_server\__init__", line 409, in run
File "decorator", line 232, in fun
File "locker", line 64, in _wrapper
File "hitomi_server\__init__", line 448, in switch
File "hitomi_server\__init__", line 440, in switch
File "hitomi_server\__init__", line 104, in __init__
File "socketserver", line 452, in __init__
File "http\server", line 138, in server_bind
File "socketserver", line 466, in server_bind
OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
I have already tried running the application with administrator privileges, but the issue persists. I suspect it could be caused by the default port being occupied by another process.
Is it possible to add a configuration option to set a custom port in the application? This could help users resolve such issues more easily in cases where port conflicts occur.
The text was updated successfully, but these errors were encountered:
Traceback:
The text was updated successfully, but these errors were encountered: