kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
304 stars 59 forks source link

ServiceError: Unknown Service: WANIPConnection:1 + Raspberry Pi 4 #4

Closed halfti closed 4 years ago

halfti commented 4 years ago

Hello,

I'm using fritzconnection (0.8.4), fritzcollectd (0.6.3), lxml (4.4.1) and requests (2.22.0) with collectd (5.8.1) on raspbian (10.1).

I'm getting following error while starting collectd: error_collectd.txt

and when im using command line directly it gives me this: using_python.txt

Is there something I can do to correct this?

kbr commented 4 years ago

Due to a bugfix in fritzconnection fritzcollecd 0.6.3 is incompatible with fritzconnection >=0.8.0. To solve this downgrade fritzconnection to a version < 0.8.0. There is also a pullrequest in preparation to solve this: https://github.com/fetzerch/fritzcollectd/pull/33