Webserver startet nicht / Fehlermeldung

Questions and comments specific to a particular plugin should go here.

Webserver startet nicht / Fehlermeldung

Postby abee87 » Tue Nov 01, 2011 11:49 am

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
abee87
 
Posts: 2
Joined: Tue Nov 01, 2011 11:35 am

Re: Webserver startet nicht / Fehlermeldung

Postby krambriw » Wed Nov 02, 2011 5:50 am

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

Code: Select all
            #print res


to

Code: Select all
            print res


Save and restart EG and see if anything gets printed in the log before it crashes

Best regards, Walter
krambriw
Plugin Developer
 
Posts: 1144
Joined: Sat Jun 30, 2007 2:51 pm


Return to Plugin Support

Who is online

Users browsing this forum: No registered users and 1 guest