Advertisement
rehannali

Kodi Seren Alldebrid Auth Issue

Aug 19th, 2024 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2024-08-19 15:40:08.827 T:9162291    info <general>: SEREN (-1): Seren, Running Path - {'action': 'openSettings'}
  2. 2024-08-19 15:40:08.926 T:9138390 warning <general>: DARWINOSX: underflow (0 vs 4096 bytes)
  3. 2024-08-19 15:40:19.004 T:9138390    info <general>: Skipped 32 duplicate messages..
  4. 2024-08-19 15:40:19.004 T:9138390 warning <general>: DARWINOSX: underflow (0 vs 4096 bytes)
  5. 2024-08-19 15:40:21.764 T:9162846    info <general>: Skipped 7 duplicate messages..
  6. 2024-08-19 15:40:21.764 T:9162846    info <general>: SEREN (-1): Seren, Running Path - {'action': 'authAllDebrid'}
  7. 2024-08-19 15:40:21.841 T:9162846   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  8.                                                     - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  9.                                                    Error Type: <class 'AttributeError'>
  10.                                                    Error Contents: 'NoneType' object has no attribute 'status_code'
  11.                                                    Traceback (most recent call last):
  12.                                                      File "/Users/rehanali/Library/Application Support/Kodi/addons/plugin.video.seren/seren.py", line 46, in <module>
  13.                                                        seren_endpoint()
  14.                                                      File "/Users/rehanali/Library/Application Support/Kodi/addons/plugin.video.seren/seren.py", line 35, in seren_endpoint
  15.                                                        router.dispatch(g.REQUEST_PARAMS)
  16.                                                      File "/Users/rehanali/Library/Application Support/Kodi/addons/plugin.video.seren/resources/lib/modules/router.py", line 679, in dispatch
  17.                                                        AllDebrid().auth()
  18.                                                      File "/Users/rehanali/Library/Application Support/Kodi/addons/plugin.video.seren/resources/lib/debrid/all_debrid.py", line 103, in auth
  19.                                                        resp = self.get_json("pin/get", reauth=True)
  20.                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  21.                                                      File "/Users/rehanali/Library/Application Support/Kodi/addons/plugin.video.seren/resources/lib/debrid/all_debrid.py", line 87, in get_json
  22.                                                        return self._extract_data(self.get(url, **params).json())
  23.                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
  24.                                                      File "/Users/rehanali/Library/Application Support/Kodi/addons/plugin.video.seren/resources/lib/debrid/all_debrid.py", line 24, in wrapper
  25.                                                        if response.status_code in [200, 201]:
  26.                                                           ^^^^^^^^^^^^^^^^^^^^
  27.                                                    AttributeError: 'NoneType' object has no attribute 'status_code'
  28.                                                    -->End of Python script error report<--
  29.  
  30. 2024-08-19 15:40:22.638 T:9138390 warning <general>: DARWINOSX: underflow (0 vs 4096 bytes)
  31. 2024-08-19 15:41:28.710 T:9138390    info <general>: Skipped 1 duplicate messages..
  32. 2024-08-19 15:41:28.710 T:9138390 warning <general>: DARWINOSX: underflow (0 vs 4096 bytes)
Tags: logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement