Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when the player is activated in the application access #19

Open
cadilhon opened this issue Dec 5, 2022 · 1 comment
Open

Issue when the player is activated in the application access #19

cadilhon opened this issue Dec 5, 2022 · 1 comment

Comments

@cadilhon
Copy link

cadilhon commented Dec 5, 2022

After the activation of : "Contrôle du Freebox Player" i see this problem :

2022-12-05 13:08:45.912 Error: Freebox: onHeartbeat error: 'id'
2022-12-05 13:08:45.913 Error: Freebox: Traceback (most recent call last):
2022-12-05 13:08:45.913 File "/home/pi/domoticz/plugins/PluginDomoticzFreebox/plugin.py", line 744, in onHeartbeat
2022-12-05 13:08:45.913 self._refresh_devices_players(f)
2022-12-05 13:08:45.913 File "/home/pi/domoticz/plugins/PluginDomoticzFreebox/plugin.py", line 583, in _refresh_devices_players
2022-12-05 13:08:45.913 uid = str(player['id'])
2022-12-05 13:08:45.913 KeyError: 'id'

@Abidos14
Copy link

Abidos14 commented Jan 6, 2023

Hello,

Exactly the same error for me with Freebox Pop :
2023-01-06 14:09:10.744 Error: Freebox: onHeartbeat error: 'id'
2023-01-06 14:09:10.745 Error: Freebox: Traceback (most recent call last):
2023-01-06 14:09:10.745 File "/home/pi/domoticz/plugins/PluginDomoticzFreebox/plugin.py", line 744, in onHeartbeat
2023-01-06 14:09:10.745 self._refresh_devices_players(f)
2023-01-06 14:09:10.745 File "/home/pi/domoticz/plugins/PluginDomoticzFreebox/plugin.py", line 583, in _refresh_devices_players
2023-01-06 14:09:10.745 uid = str(player['id'])
2023-01-06 14:09:10.745 KeyError: 'id'
2023-01-06 14:09:10.745

I read it was due ti the API... Is there any way to bypass the API and give a "false" id to the player ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants