fsantini / python-e3dc

Python API for querying E3/DC systems through the manufacturer's portal
MIT License
71 stars 23 forks source link

Error message <lambda>() takes 1 positional argument but 3 were given #69

Closed HarrysLapTimer closed 8 months ago

HarrysLapTimer commented 1 year ago

Hello and thanks for contributing this library to the public!

I have added python-e3dc to my own project, so it is sharing my projects logging. When polling data, I see this messages in my log:

2022-12-16 15:02:28,285 WARNING: websocket connected [_logging.py 66]
2022-12-16 15:02:29,001 ERROR: error from callback <function E3DC_RSCP_web.connect.<locals>.<lambda> at 0xffff8ef02a60>: <lambda>() takes 1 positional argument but 3 were given [_logging.py 62]

Although this error is reported, the poll returns successfully