报错信息:

OSError: No socket could be created – ((‘0.0.0.0’, 8080): [WinError 10048] 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。)

问题描述:

Python报错:OSError: No socket could be created -- (('0.0.0.0', 8080)

报错原因:

有程序正在运行状态

解决方法:

检查运行窗口,将未完结的程序运行状态关掉
Python报错:OSError: No socket could be created -- (('0.0.0.0', 8080)

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2022-01-19
  • 2022-02-23
  • 2021-12-14
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
相关资源
相似解决方案