add-ons / plugin.video.viervijfzes

Kodi add-on to watch video-on-demand content from the Play 4, Play 5 and Play 6 channels.
https://github.com/add-ons/plugin.video.viervijfzes/wiki
GNU General Public License v3.0
50 stars 12 forks source link

Authorization header requires 'Credential' parameter #115

Closed StevenDeRoover closed 1 year ago

StevenDeRoover commented 1 year ago

Since yesterday, I get an error while trying to start an episode. The error log states "Authorization header requires 'Credential' parameter". Maybe GoPlay changed something?

dJos1991 commented 1 year ago

Duplicate: #112

StevenDeRoover commented 1 year ago

I don't think this issue is closed, and I'm not sure if it's a duplicate of #122.

I still have the same issue, with v0.4.9-matrix.1.

2023-01-15 14:27:43.219 T:12340 INFO : [plugin.video.viervijfzes] [urllib3.connectionpool] Starting new HTTPS connection (1): api.viervijfzes.be:443 2023-01-15 14:27:43.371 T:12340 INFO : Skipped 4 duplicate messages.. 2023-01-15 14:27:43.371 T:12340 INFO : [plugin.video.viervijfzes] [urllib3.connectionpool] https://api.viervijfzes.be:443 "GET /content/2580b3f8-c0e6-4436-a1fa-0f643a80d06c HTTP/1.1" 403 1881 2023-01-15 14:27:43.372 T:12340 ERROR : Skipped 4 duplicate messages.. 2023-01-15 14:27:43.372 T:12340 ERROR : [plugin.video.viervijfzes] [resources.lib.viervijfzes.content] {"message":"Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' or a 'Date' header. Authorization="} 2023-01-15 14:27:43.378 T:12340 ERROR : Skipped 4 duplicate messages.. 2023-01-15 14:27:43.378 T:12340 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

michaelarnauts commented 1 year ago

Quite sure that this is fixed in the branch of mediaminister. I've merged it now.

Please try this zip: https://github.com/add-ons/plugin.video.viervijfzes/archive/refs/heads/master.zip

StevenDeRoover commented 1 year ago

This fixes the problem. Thanks!