kk7ds / pynx584

Python library and server for talking to NX584/NX8E interfaces
GNU General Public License v3.0
29 stars 26 forks source link

Getting this error - TypeError: getboolean() got an unexpected keyword argument 'fallback' #17

Closed wicadmin closed 6 years ago

wicadmin commented 6 years ago
TypeError: getboolean() got an unexpected keyword argument 'fallback'
2018-03-24 18:09:42,833 controller ERROR Failed to process message type 10
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nx584/controller.py", line 610, in controller_loop
    getattr(self, name)(frame)
  File "/usr/lib/python2.7/site-packages/nx584/controller.py", line 509, in process_msg_10
    fallback=False)
TypeError: getboolean() got an unexpected keyword argument 'fallback'
2018-03-24 18:09:43,183 controller ERROR Failed to process message type 10
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nx584/controller.py", line 610, in controller_loop
    getattr(self, name)(frame)
  File "/usr/lib/python2.7/site-packages/nx584/controller.py", line 509, in process_msg_10
    fallback=False)
TypeError: getboolean() got an unexpected keyword argument 'fallback'
2018-03-24 18:09:43,532 controller ERROR Failed to process message type 10
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nx584/controller.py", line 610, in controller_loop
    getattr(self, name)(frame)
  File "/usr/lib/python2.7/site-packages/nx584/controller.py", line 509, in process_msg_10
    fallback=False)
TypeError: getboolean() got an unexpected keyword argument 'fallback'
wicadmin commented 6 years ago

Closing...looks to be an issue only with python 2. Using Python 3 now.