Jump to content

Kodi Add User to Session


Nerto

Recommended Posts

Hi,

since the Emby Update 4.5 the function "Add user to Session" isn't working anymore.  I get following Error:

 

2020-10-05 14:14:21.815 T:17612  NOTICE: Emby.emby.core.http -> ERROR:: 401 Client Error: Unauthorized for url: http://{emby-server}/emby/Users?IsDisabled=False
2020-10-05 14:14:21.815 T:17612  NOTICE: Emby.emby.core.connection_manager -> revoking token
2020-10-05 14:14:21.816 T:17612  NOTICE: EMBY.default -> ERROR:: 
                                            Traceback (most recent call last):
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\default.py", line 54, in <module>
                                                Events()
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\entrypoint\default.py", line 178, in __init__
                                                add_user(params.get('permanent') == 'true')
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\entrypoint\default.py", line 878, in add_user
                                                users = EMBY['api'].get_users(False, hidden)
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 122, in get_users
                                                'IsHidden': hidden
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 53, in _get
                                                return  self._http("GET", handler, {'params': params})
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\api.py", line 50, in _http
                                                return  self.client.request(request)
                                              File "C:\Users\philipp\AppData\Roaming\Kodi\addons\plugin.video.emby\libraries\emby\core\http.py", line 144, in request
                                                raise HTTPException("Unauthorized", error)
                                            HTTPException

Nerto

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...