Sandmann79 / xbmc

Prime Video Addon for Kodi Media Center
https://forum.kodi.tv/showthread.php?tid=349255
GNU General Public License v3.0
760 stars 192 forks source link

Not possible to connect Amazon prime video with french account #556

Closed Jonathanr67 closed 3 years ago

Jonathanr67 commented 3 years ago

Addon used

System Setup (please provide the following information):

Upload Logs

Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: Error Contents: Cannot execute CSS selectors because the soupsieve package is not installed. Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in EntryPoint() File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 102, in EntryPoint exec('{}()'.format(mode)) File "", line 1, in File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/network.py", line 582, in LogIn form = br.select_form('form[name="signIn"]') File "/storage/.kodi/addons/script.module.mechanicalsoup/lib/mechanicalsoup/stateful_browser.py", line 215, in select_form limit=nr + 1) File "/storage/.kodi/addons/script.module.beautifulsoup4/lib/bs4/element.py", line 1871, in select "Cannot execute CSS selectors because the soupsieve package is not installed." NotImplementedError: Cannot execute CSS selectors because the soupsieve package is not installed. -->End of Python script error report<-- Upload `kodi.log` somewhere and post the link here. If you need help finding it, read the appropriate entry in the FAQs (https://github.com/Sandmann79/xbmc/wiki/FAQ#what-is-debug-logging--how-can-i-enable-debug-logging-in-kodi). For Login issues, enable advanced logging in the settings, upload the `(amazon/avod)-login` files from the Kodi Home (https://kodi.wiki/view/Special_protocol) folder, and paste the link here, as well. -->

Describe the bug

Can not connect to my account, i have Amazon VOD error, please check your log I have a french account and can not connect the amazon VOD addon in kodi with my email and password I try to change region in Amazon VOD setting with no success.

Varstahl commented 3 years ago

A simple search for soupsieve in the issues would have told you that you installed BeautifulSoup from a different, non official, broken repository. Remove whatever version you have of it and install the module through the official repos.