Timeout bei HTTPMOD nicht wirksam

Begonnen von Mario67, 17 November 2014, 13:31:31

Vorheriges Thema - Nächstes Thema

Mario67

Hallo,
da ich bei der Verarbeitung größerer Webseiten mit HTTPMOD oft Timeouts hatte, bin ich ein wenig auf die Suche nach den Ursachen gegangen.
Meine Vermutung ist, dass der im entsprechenden Attribut angegebene Wert für das Timeout nie zur Anwendung kommt. Das konnte ich auch in der Detail-Ansicht des Devices beobachten. Der für das Attribut festgelegte Wert 60 s wurde nur bei der Auflistung der Attribute angezeigt, der Timeout in der Liste der Internals lag stets bei 2 s.
Ein Blick in die Implementierung des Moduls und zusätzlich eingebaute Log-Ausgaben deuten darauf hin, dass die 2 s der Defaultwert sind und der Wert des Attributes nie verwendet wird.
Wenn ich den Defaultwert in der Zeile 116 von
$hash->{timeout}  = AttrVal($name, "timeout", 2);
nach
$hash->{timeout}  = AttrVal($name, "timeout", 60);
läuft das Parsen in meiner Anwendung stabil.

Zusätzliche Log-Ausgaben aus sub AttrVal($$$) in fhem.pl zeigen, dass das Attribut zu dem Zeitpunkt noch nicht verfügbar ist.
Gibt es einen eleganten Weg das Timeout früh genug zu setzen oder muss der Wert eventuell als optionaler Parameter mit in die Definition eines HTTPMOD-Devices aufgenommen werden?

Grüße,
Mario
FHEM auf Raspberry Pi 4 mit CUL868, WMBUS,
FS20 ST, FS20 AS4-3, FS20 SU-2, FS20 DF, 1-Wire + RS-232: AB Electronics Com Pi RS232, Brandmelder + Fenster: AB Electronics IO Pi 32
BUDERUS GB142 über EMS/AVR-NET-IO, WESTAFLEX WAC250 über RS232, MySensors
mit fhem.cfg & includes glücklich

StefanStrobel

Hallo Mario,

Danke für den Hinweis. Ich denke das Auslesen des Attributs steht im Modul tatsächlich an der falschen Stelle. Es sollte nicht beim Define sondern vor dem Ausführen des Requests geschehen, so dass Änderungen des Attributs nach dem Define auch wirken können.
Eine neue Version ist auf dem Weg ...

Gruß / Thanx
   Stefan

Mario67

Danke für die schnelle Reaktion. Unter "TV-Programm in FHEM" (http://forum.fhem.de/index.php/topic,28123.255.html) gibt es weitere Abnehmer.

Gruß,
Mario
FHEM auf Raspberry Pi 4 mit CUL868, WMBUS,
FS20 ST, FS20 AS4-3, FS20 SU-2, FS20 DF, 1-Wire + RS-232: AB Electronics Com Pi RS232, Brandmelder + Fenster: AB Electronics IO Pi 32
BUDERUS GB142 über EMS/AVR-NET-IO, WESTAFLEX WAC250 über RS232, MySensors
mit fhem.cfg & includes glücklich

Tommy82

Hab jetzt auch mal den Wert im MOdul geändert
Zitat$hash->{timeout}  = AttrVal($name, "timeout", 60);

mal gucken ob der Fehler bei mir dann auch beseitigt ist
Schonmal danke für den Tip
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

Tommy82

#4
Bekomme leider trotzdem auch heute noch jede Menge TimeOuts

2014.11.19 08:36:57.641 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:36:58.859 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:37:57.638 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:37:58.880 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:38:57.659 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:38:58.880 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:39:57.661 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:39:58.883 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:40:57.632 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:40:58.886 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:41:57.637 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:41:58.889 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:42:57.640 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:42:58.892 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:43:57.654 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:43:58.894 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:44:57.682 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:44:58.897 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:45:57.674 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:45:58.900 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:46:57.648 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:46:58.916 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:47:57.652 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:47:58.919 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:48:57.655 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:48:58.921 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:49:57.685 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:49:58.923 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:50:57.687 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:50:58.925 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:51:57.677 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:51:58.928 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:52:57.681 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:52:58.937 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:53:57.683 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:53:58.937 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:54:57.712 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:54:58.940 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:55:57.714 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:55:58.943 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:56:57.696 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:56:58.947 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:57:57.700 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:57:58.950 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:58:57.703 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:58:58.952 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:59:57.741 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 08:59:58.956 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:00:57.743 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:00:58.959 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:01:57.715 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:01:58.962 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:02:57.719 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:02:58.965 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:03:57.728 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:03:58.967 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:04:57.753 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:04:58.970 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:05:57.755 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:05:58.973 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:06:57.736 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:06:58.976 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:07:57.739 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:07:58.992 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:08:57.740 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:08:58.992 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:09:57.763 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:09:58.994 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:10:57.764 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:10:58.996 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:11:57.748 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:11:58.998 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:12:57.759 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:12:59.000 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:13:57.761 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:13:59.002 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:14:57.809 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:14:59.004 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:15:57.811 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:15:59.007 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:16:57.776 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:16:59.010 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:17:57.780 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:17:59.013 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:18:57.782 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:18:59.017 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:19:57.813 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:19:59.020 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:20:57.816 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:20:59.023 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:21:57.796 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:21:59.026 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:22:57.801 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:22:59.048 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:23:57.802 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:23:59.048 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:24:57.825 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:24:59.052 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:25:57.826 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:25:59.055 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:26:57.810 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:26:59.058 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:27:57.812 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:27:59.061 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:28:57.815 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:28:59.062 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:29:57.827 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:29:59.064 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:30:57.852 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:30:59.068 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:31:57.840 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:31:59.070 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:32:57.846 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:32:59.073 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:33:57.849 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:33:59.074 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:34:57.853 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:34:59.077 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:35:57.894 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:35:59.080 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:36:57.896 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:36:59.083 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:37:57.870 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:37:59.104 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:38:57.870 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:38:59.104 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:39:57.877 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:39:59.108 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:40:57.891 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:40:59.111 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:41:57.897 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:41:59.115 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:42:57.912 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:42:59.118 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:43:57.916 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:43:59.120 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:44:57.896 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:44:59.123 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:45:57.902 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:45:59.126 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:46:57.908 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:46:59.128 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:47:57.921 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:47:59.132 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:48:57.927 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:48:59.134 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:49:57.916 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:49:59.136 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:50:57.932 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:50:59.140 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:51:57.937 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:51:59.143 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:52:57.929 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:52:59.161 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:53:57.929 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:53:59.161 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:54:57.932 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:54:59.165 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:55:57.971 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:55:59.168 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:56:57.973 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:56:59.176 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:57:57.943 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:57:59.228 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:58:57.946 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:58:59.230 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:59:57.952 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 09:59:59.232 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:00:58.004 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:00:59.236 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:01:58.006 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:01:59.239 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:02:57.964 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:02:59.243 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:03:57.967 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:03:59.245 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:04:57.972 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:04:59.248 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:05:57.987 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:05:59.252 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:06:57.993 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:06:59.255 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:07:58.010 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:07:59.260 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:08:58.013 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:08:59.260 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:09:57.988 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:09:59.264 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:10:57.990 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:10:59.267 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:11:57.993 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:11:59.271 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:12:58.025 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:12:59.274 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:13:58.027 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:13:59.276 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:14:58.000 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:14:59.280 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:15:58.003 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:15:59.282 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:16:58.008 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:16:59.285 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:17:58.022 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:17:59.287 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:18:58.024 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:18:59.289 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:19:58.017 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:19:59.302 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:20:58.044 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:20:59.316 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:21:58.046 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:21:59.318 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:22:58.033 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:22:59.322 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:23:58.037 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:23:59.324 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:24:58.044 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:24:59.327 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:25:58.076 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:25:59.329 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:26:58.079 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:26:59.332 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:27:58.056 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:27:59.336 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:28:58.060 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:28:59.337 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:29:58.064 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:29:59.341 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:30:58.079 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:30:59.344 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:31:58.120 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:31:59.347 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:32:58.109 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:32:59.350 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:33:58.080 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:33:59.353 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:34:58.084 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:34:59.355 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:35:58.089 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:35:59.359 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:36:58.116 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:36:59.362 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:37:58.117 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:37:59.366 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:38:58.097 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:38:59.366 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:39:58.099 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:39:59.368 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:40:58.105 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:40:59.372 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:41:58.119 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:41:59.374 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:42:58.149 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:42:59.376 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:43:58.138 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:43:59.378 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:44:58.128 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:44:59.380 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:45:58.137 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:45:59.384 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:46:58.139 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:46:59.387 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:47:58.165 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:47:59.390 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:48:58.167 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:48:59.393 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:49:58.152 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:49:59.396 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:50:58.156 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:50:59.400 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:51:58.166 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:51:59.402 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:52:58.199 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:52:59.407 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:53:58.201 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:53:59.407 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:54:58.172 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:54:59.410 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:55:58.176 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:55:59.412 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:56:58.189 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:56:59.416 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:57:58.202 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:57:59.419 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:58:58.229 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:58:59.421 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:59:58.219 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 10:59:59.424 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:00:58.204 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:00:59.427 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:01:58.208 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:01:59.429 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:02:58.216 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:02:59.470 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:03:58.234 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:03:59.497 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:04:58.244 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:04:59.500 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:05:58.272 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:05:59.504 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:06:58.274 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:06:59.506 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:07:58.245 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:07:59.511 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:08:58.249 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:08:59.511 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:09:58.256 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:09:59.513 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:10:58.298 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:10:59.516 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:11:58.300 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:11:59.520 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:12:58.268 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:12:59.523 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:13:58.273 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:13:59.525 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:14:58.276 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:14:59.528 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:15:58.292 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:15:59.531 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:16:58.317 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:16:59.534 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:17:58.305 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:17:59.537 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:18:58.290 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:18:59.539 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:19:58.293 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:19:59.542 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:20:58.296 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:20:59.544 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:21:58.309 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:21:59.548 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:22:58.376 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:22:59.552 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:23:58.377 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:23:59.552 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:24:58.347 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:24:59.555 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:25:58.350 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:25:59.557 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:26:58.410 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:26:59.605 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:27:58.422 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:27:59.607 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:28:58.452 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:28:59.609 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:29:58.441 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:29:59.611 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:30:58.432 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:30:59.709 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:31:58.437 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:31:59.711 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:32:58.446 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:32:59.714 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:33:58.464 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:33:59.716 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:34:58.495 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:34:59.720 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:35:58.484 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:35:59.724 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:36:58.469 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:36:59.726 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:37:58.474 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:37:59.730 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:38:58.477 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:38:59.731 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:39:58.516 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:39:59.734 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:40:58.517 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:40:59.736 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:41:58.488 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:41:59.740 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:42:58.495 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:42:59.743 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:43:58.499 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:43:59.745 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:44:58.545 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:44:59.748 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:45:58.548 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:45:59.752 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:46:58.512 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:46:59.755 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:47:58.516 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:47:59.759 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:48:58.520 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:48:59.761 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:49:58.535 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:49:59.778 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:50:58.550 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:50:59.781 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:51:58.542 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:51:59.771 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:52:58.534 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:52:59.775 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:53:58.534 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:53:59.776 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:54:58.536 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:54:59.778 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:55:58.551 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:55:59.780 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:56:58.557 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:56:59.782 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:57:58.548 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:57:59.784 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:58:58.557 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:58:59.787 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:59:58.564 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 11:59:59.790 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:00:58.608 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:00:59.793 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:01:58.613 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:01:59.795 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:02:58.580 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:02:59.799 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:03:58.584 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:03:59.800 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:04:58.589 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:04:59.804 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:05:58.613 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:05:59.807 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:06:58.615 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:06:59.810 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:07:58.601 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:07:59.814 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:08:58.604 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:08:59.814 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:09:58.608 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:09:59.816 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:10:58.623 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:10:59.820 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:11:58.628 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:11:59.823 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:12:58.647 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:12:59.826 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:13:58.649 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:13:59.829 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:14:58.636 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:14:59.832 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:15:58.645 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:15:59.834 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:16:58.648 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:16:59.836 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:17:58.663 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:17:59.915 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:18:58.709 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:18:59.973 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:19:58.698 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:19:59.974 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:20:58.672 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:20:59.976 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:21:58.684 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:21:59.980 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:22:58.693 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:22:59.984 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:23:58.696 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:23:59.985 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:24:58.701 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:24:59.999 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:25:58.695 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:26:00.005 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:26:58.699 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:26:59.995 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:27:58.703 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:27:59.998 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:28:58.708 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:29:00.000 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:29:58.713 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:30:00.026 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:30:58.718 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:31:00.027 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:31:58.720 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:32:00.010 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:32:58.724 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:33:00.013 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:33:58.727 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:34:00.016 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:34:58.729 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:35:00.046 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:35:58.732 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:36:00.049 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:36:58.735 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:37:00.024 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:37:58.740 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:38:00.029 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:38:58.741 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:39:00.030 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:39:58.743 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:40:00.045 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:40:58.756 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:41:00.048 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:41:58.761 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:42:00.074 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:42:58.756 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:43:00.106 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:43:58.760 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:44:00.116 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:44:58.764 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:45:00.221 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:45:58.815 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:46:00.128 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:46:58.817 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:47:00.117 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:47:58.776 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:48:00.120 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:48:58.785 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:49:00.122 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:49:58.788 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:50:00.126 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:50:58.805 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:51:00.128 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:51:58.821 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:52:00.132 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:52:58.814 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:53:00.136 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:53:58.802 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:54:00.137 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:54:58.805 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:55:00.141 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:55:58.808 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:56:00.144 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:56:58.845 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:57:00.148 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:57:58.847 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:58:00.151 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:58:58.822 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:59:00.153 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 12:59:58.825 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:00:00.156 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:00:58.827 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:01:00.160 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:01:58.842 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:02:00.163 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:02:58.876 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:03:00.167 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:03:58.865 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:04:00.169 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:04:58.840 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:05:00.173 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:05:58.844 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:06:00.176 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:06:58.849 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:07:00.180 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:07:58.861 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:08:00.185 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:08:58.889 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:09:00.185 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:09:58.888 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:10:00.188 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:10:58.873 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:11:00.192 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:11:58.861 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:12:00.194 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:12:58.863 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:13:00.196 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:13:58.899 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:14:00.199 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:14:58.902 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:15:00.201 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:15:58.885 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:16:00.204 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:16:58.888 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:17:00.208 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:17:58.891 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:18:00.211 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:18:58.910 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:19:00.213 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:19:58.937 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:20:00.217 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:20:58.926 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:21:00.220 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:21:58.916 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:22:00.224 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:22:58.921 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:23:00.228 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:23:58.925 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:24:00.229 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:24:58.954 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:25:00.232 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:25:58.956 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:26:00.235 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:26:58.940 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:27:00.238 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:27:58.943 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:28:00.240 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:28:58.949 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:29:00.243 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:29:58.971 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:30:00.245 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:30:58.973 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:31:00.249 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:31:58.960 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:32:00.252 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:32:58.964 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:33:00.255 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:33:58.966 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:34:00.257 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:34:58.994 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:35:00.260 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:35:58.998 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:36:00.264 3: HTTPMOD got error in callback: connect to http://www.tvmovie.de:80 timed out
2014.11.19 13:36:58.974 3: HTTPMOD got
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

Puschel74

Lösch mal deine Antwort auf meinen (gelöschten) Beitrag damit der eigentliche Beitrag wieder "sauber" ist.
Zotac BI323 als Server mit DBLog
CUNO für FHT80B, 3 HM-Lan per vCCU, RasPi mit CUL433 für Somfy-Rollo (F2F), RasPi mit I2C(LM75) (F2F), RasPi für Panstamp+Vegetronix +SONOS(F2F)
Ich beantworte keine Supportanfragen per PM! Bitte im Forum suchen oder einen Beitrag erstellen.

Mario67

Hallo,

ich habe gerade die neue Version gesehen (http://forum.fhem.de/index.php/topic,29368.0/topicseen.html). Ich probiere sie heute Abend/Nacht aus und berichte.

Danke,
Mario
FHEM auf Raspberry Pi 4 mit CUL868, WMBUS,
FS20 ST, FS20 AS4-3, FS20 SU-2, FS20 DF, 1-Wire + RS-232: AB Electronics Com Pi RS232, Brandmelder + Fenster: AB Electronics IO Pi 32
BUDERUS GB142 über EMS/AVR-NET-IO, WESTAFLEX WAC250 über RS232, MySensors
mit fhem.cfg & includes glücklich

Tommy82

Zitat von: Mario67 am 20 November 2014, 14:37:54
Hallo,

ich habe gerade die neue Version gesehen (http://forum.fhem.de/index.php/topic,29368.0/topicseen.html). Ich probiere sie heute Abend/Nacht aus und berichte.

Danke,
Mario

Bin grad ein fhem Update am durchführen und werd dann auch mal sehen wie es aussieht.

Zitat von: Puschel74 am 19 November 2014, 21:28:25

dito :-)
Lösch mal deine Antwort auf meinen (gelöschten) Beitrag damit der eigentliche Beitrag wieder "sauber" ist.
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

StefanStrobel

Hallo,

die neue Version von HTTPMOD sollte inzwischen per update verteilt werden. Das attribut timeout müsste damit korrekt an die HttpUtils weiter gegeben werden. Allerdings ist mir noch ein neues Probem aufgefallen:
in den HttpUtils, die von HTTPMOD verwendet werden, wird der timeout per InternalTimer realisiert. Der Timer wird jedoch nicht mehr entfernt und wenn man nun mehrerer Requests in rascher Folge absetzt, kann es sein, dass der timeout-Timer eines früheren Requests den folgenden Request abbricht...
Falls die Intervalle zwischen den Requests größer als die Timeouts sind, fällt das nicht auf.
Langfristig wäre hier eine Änderung in den HttpUtils sinnvoller als ein weiteres Update von HTTPMOD. Das werde ich mal anregen.

Gruss
   Stefan