Hi,
Plugin "Webserver" hinzufügen klappt nicht. Nach der Eingabe von html.Verzeichnis, Name und PW kommt folgende Fehlermeldung. Ein Wechsel des Ports (Statt 80) ändert leider nichts. Was ist zu tun? Das Ganze läuft auf einem WinXP-Rechner mit Anbindung an das lokale LAN, aber ohne Internet. Braucht eventghost einen permanenten Internetzugang? Vielen Dank.
Fehlermeldung:
Fehler beim Start des Plugins: Webserver
Traceback (most recent call last) (1540):
File "C:\Programme\EventGhost\eg\Classes\PluginInstanceInfo.py", line 177, in Start
self.instance.__start__(*self.args)
File "C:\Programme\EventGhost\plugins\Webserver\__init__.py", line 466, in __start__
self.server = MyServer(RequestHandler, port)
File "C:\Programme\EventGhost\plugins\Webserver\__init__.py", line 99, in __init__
socket.SOCK_STREAM, 0, socket.AI_PASSIVE):
gaierror: [Errno 10022] getaddrinfo failed
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Webserver startet nicht / Fehlermeldung
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: Webserver startet nicht / Fehlermeldung
Hello,
EG itself doesn't need internet access. There are some plugins that needs this but if you do not use them, no internet is required.
It looks like there is some basic network problem from the error.
How does your configuration for the web server look like? Do you have a port conflict?
Try to change line 100 in the webserver plugin
to
Save and restart EG and see if anything gets printed in the log before it crashes
Best regards, Walter
EG itself doesn't need internet access. There are some plugins that needs this but if you do not use them, no internet is required.
It looks like there is some basic network problem from the error.
How does your configuration for the web server look like? Do you have a port conflict?
Try to change line 100 in the webserver plugin
Code: Select all
#print res
Code: Select all
print res
Best regards, Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM