1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
C:\Users\Utilisateur\Documents\essai>py index.py
[11/Sep/2025:09:13:50] SERVER starting at C:\Users\Utilisateur\Documents\essai
[11/Sep/2025:09:13:50] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 222, in _start_http_thread
self.httpserver.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1844, in start
self.prepare()
~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1799, in prepare
raise socket.error(msg)
OSError: No socket could be created -- (('192.168.1.110', 8080): [WinError 10049] Ladresse demandée nest pas valide dans son contexte)
[11/Sep/2025:09:13:50] ENGINE Bus STOPPING
[11/Sep/2025:09:13:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.1.110', 8080)) already shut down
[11/Sep/2025:09:13:50] ENGINE No thread running for None.
[11/Sep/2025:09:13:50] ENGINE Bus STOPPED
[11/Sep/2025:09:13:50] ENGINE Bus EXITING
[11/Sep/2025:09:13:50] ENGINE Bus EXITED
Exception in thread HTTPServer Thread-1 (_start_http_thread):
Traceback (most recent call last):
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 222, in _start_http_thread
self.httpserver.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1844, in start
self.prepare()
~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1799, in prepare
raise socket.error(msg)
OSError: No socket could be created -- (('192.168.1.110', 8080): [WinError 10049] Ladresse demandée nest pas valide dans son contexte)
Traceback (most recent call last):
File "C:\Users\Utilisateur\Documents\essai\index.py", line 220, in <module>
cherrypy.server.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\_cpserver.py", line 191, in start
super(Server, self).start()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 183, in start
self.wait()
~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 243, in wait
raise self.interrupt
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 222, in _start_http_thread
self.httpserver.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1844, in start
self.prepare()
~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1799, in prepare
raise socket.error(msg)
OSError: No socket could be created -- (('192.168.1.110', 8080): [WinError 10049] Ladresse demandée nest pas valide dans son contexte)
C:\Users\Utilisateur\Documents\essai>py index.py
[11/Sep/2025:09:16:53] SERVER starting at C:\Users\Utilisateur\Documents\essai
[11/Sep/2025:09:16:53] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 222, in _start_http_thread
self.httpserver.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1844, in start
self.prepare()
~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1799, in prepare
raise socket.error(msg)
OSError: No socket could be created -- (('192.168.1.110', 8080): [WinError 10049] Ladresse demandée nest pas valide dans son contexte)
[11/Sep/2025:09:16:53] ENGINE Bus STOPPING
[11/Sep/2025:09:16:53] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.1.110', 8080)) already shut down
[11/Sep/2025:09:16:53] ENGINE No thread running for None.
[11/Sep/2025:09:16:53] ENGINE Bus STOPPED
[11/Sep/2025:09:16:53] ENGINE Bus EXITING
[11/Sep/2025:09:16:53] ENGINE Bus EXITED
Exception in thread HTTPServer Thread-1 (_start_http_thread):
Traceback (most recent call last):
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 222, in _start_http_thread
self.httpserver.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1844, in start
self.prepare()
~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1799, in prepare
raise socket.error(msg)
OSError: No socket could be created -- (('192.168.1.110', 8080): [WinError 10049] Ladresse demandée nest pas valide dans son contexte)
Traceback (most recent call last):
File "C:\Users\Utilisateur\Documents\essai\index.py", line 220, in <module>
cherrypy.server.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\_cpserver.py", line 191, in start
super(Server, self).start()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 183, in start
self.wait()
~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 243, in wait
raise self.interrupt
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1043, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 994, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cherrypy\process\servers.py", line 222, in _start_http_thread
self.httpserver.start()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1844, in start
self.prepare()
~~~~~~~~~~~~^^
File "C:\Users\Utilisateur\AppData\Local\Programs\Python\Python313\Lib\site-packages\cheroot\server.py", line 1799, in prepare
raise socket.error(msg)
OSError: No socket could be created -- (('192.168.1.110', 8080): [WinError 10049] Ladresse demandée nest pas valide dans son contexte) |