Kann mir jemand erklären, wie man in der Debug-Anzeige des HS die aufgetretenen Exceptions erkennt bzw. deren Lösung sucht?
Ich habe z.B. 3 Exceptions:
26.08.2014 19:30:25 (14)
File "./../hssrc/hs_eib.py", line 1520, in sendThread
ValueError: chr() arg not in range(256)
26.08.2014 20:39:57 (1)
File "./../hssrc/hs_client.py", line 845, in getWriteTag
ValueError: invalid literal for int() with base 10: '(null)'
26.08.2014 23:00:32 (2)
File "./../hssrc/hs_event.py", line 727, in doSend
File "./../hssrc/hs_fkt.py", line 282, in SockSend
error: [Errno 111] Connection refused
Danke
Ich habe z.B. 3 Exceptions:
26.08.2014 19:30:25 (14)
File "./../hssrc/hs_eib.py", line 1520, in sendThread
ValueError: chr() arg not in range(256)
26.08.2014 20:39:57 (1)
File "./../hssrc/hs_client.py", line 845, in getWriteTag
ValueError: invalid literal for int() with base 10: '(null)'
26.08.2014 23:00:32 (2)
File "./../hssrc/hs_event.py", line 727, in doSend
File "./../hssrc/hs_fkt.py", line 282, in SockSend
error: [Errno 111] Connection refused
Danke
Kommentar