Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start HTTP server #7862

Open
CastleYu opened this issue Jan 25, 2025 · 0 comments
Open

Failed to start HTTP server #7862

CastleYu opened this issue Jan 25, 2025 · 0 comments

Comments

@CastleYu
Copy link

Traceback:

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant