fstercq / freepybox

Manage your freebox in Python using the Freebox OS API
24 stars 32 forks source link

connection class unavailabe #19

Open wpilon opened 4 years ago

wpilon commented 4 years ago

Using exemple-wan.py, i have this error message :

fbx_connection_status_details = fbx.connection.get_status_details() AttributeError: 'Freepybox' object has no attribute 'connection'

exemple-wan.py is running on form Ubuntu 20.04 / Python 3 Freebox POP server (v8) is used

keir0 commented 3 years ago

Hello @wpilon, I don't know if you found what is causing your issue, but I had the same error message and I noticed that the file "api/connection.py" wasn't in the module directory. So I uninstalled the module via pip, downloaded it directly from git and it's working now!