add-ons / plugin.video.tvvlaanderen

Kodi add-on to watch Live TV and video-on-demand content with your TV Vlaanderen subscription.
https://github.com/add-ons/plugin.video.tvvlaanderen/wiki
GNU General Public License v3.0
9 stars 8 forks source link

Login to CanalDigitaal fails with error #58

Closed mark0100 closed 1 year ago

mark0100 commented 1 year ago

When i try to login to the Canal Digitaal app it fails with an error: "An error occurred during login". I am sure i have the right account settings because i can login the web interface for livetv from canal digitaal (https://livetv.canaldigitaal.nl/)

I am using 1.0.6+matrix.1 on kodi 19.5.0 on Raspberry Pi 3b

michaelarnauts commented 1 year ago

Can you see something related in the Kodi logs? You might want to turn on debug loggin in the canaal digitaal add-on settings.

mark0100 commented 1 year ago

Here is the debug logging from the canaldigitaal app:

...
2023-06-01 17:15:39.408 T:21731    INFO <general>: [plugin.video.canaldigitaal.nl] [resources.lib.solocoo.util] Got response (status=200): {"error":"toomany","id":"e8098c1d-ee25-c168-ad3c-c839b0af0ecd","secret":"1:xxx:xxx","action":0,"devices":[{"id":"w5aef4450-24fc-11ea-8c58-dd21ba1dce92","name":"Firefox","type":"web","lastactivity":-62135596800000},{"id":"w76af2240-9865-11eb-8585-d174fde7ee67","name":"Firefox","type":"web","lastactivity":1685629058080},{"id":"w7ca9c9d0-7fdf-11ed-8d8d-e3e1defa56ac","name":"Firefox","type":"web","lastactivity":1683663176264},{"id":"wa72710d0-8f59-11ed-b4e0-0d73a6b86c04","name":"Chrome","type":"web","lastactivity":1675366299262},{"id":"wec33c840-187c-11eb-8122-8f519d4ad266","name":"Firefox","type":"web","lastactivity":1603821306946}]}
...

I hope this helps.

michaelarnauts commented 1 year ago

I see. There is a limit on the amount of places you can login, and the Add-on isn't able to logout another session.

You can login on your computer, and go to your account settings or profile. There should be an item about logged in devices there. You can delete the ones you don't need anymore.

mark0100 commented 1 year ago

That solves the problem Michael. Thank you very much.