Giter Site home page Giter Site logo

Comments (4)

hirsivaja avatar hirsivaja commented on August 21, 2024

Could you post some examples from the log of these errors so I would know what to look for?

from plugin.video.areena.

miikalaaksonen avatar miikalaaksonen commented on August 21, 2024

Same happened to me.
Log from yesterday:
`
23:12:23 23.639418 T:3024020400 NOTICE: Running database version Addons20
23:12:23 23.646734 T:3024020400 NOTICE: Running database version ViewModes6
23:12:23 23.656311 T:3024020400 NOTICE: Running database version Textures13
23:12:23 23.692101 T:3024020400 NOTICE: Running database version MyMusic56
23:12:23 23.734228 T:3024020400 NOTICE: Running database version MyVideos99
23:12:23 23.743860 T:3024020400 NOTICE: Running database version TV29
23:12:23 23.752481 T:3024020400 NOTICE: Running database version Epg11
23:12:23 23.759880 T:3024020400 NOTICE: start dvd mediatype detection
23:12:25 26.076544 T:3024020400 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
23:12:26 26.437328 T:3024020400 NOTICE: ActiveAE DSP - starting
23:12:26 26.464808 T:3024020400 NOTICE: initialize done
23:12:26 26.475960 T:3024020400 NOTICE: Running the application...
23:12:28 28.421648 T:3024020400 NOTICE: starting zeroconf publishing
23:12:28 28.425648 T:3024020400 NOTICE: WebServer: Started the webserver
23:12:28 28.426096 T:3024020400 NOTICE: starting upnp client
23:12:28 28.515129 T:3024020400 NOTICE: starting upnp renderer
23:12:28 28.624422 T:2675962864 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
23:12:28 28.624865 T:2675962864 NOTICE: UDP: Listening on port 9777
23:12:32 32.581188 T:2838811632 NOTICE: Your platform (armv6 System.Platform.Linux)
23:13:03 63.802048 T:2838811632 NOTICE: libspotify: notified main thread
23:13:03 63.818474 T:2838811632 NOTICE: Bitrate label is 320kbps
23:13:18 78.605225 T:2580542448 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x96935940>)
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 932, in
router(sys.argv[2][1:])
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 913, in router
list_categories(base_category)
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 145, in list_categories
listing = list_sub_categories(base_category)
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 158, in list_sub_categories
categories = get_categories()
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 86, in get_categories
return get_areena_api_json_data('programs', 'categories.json', [])
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 64, in get_areena_api_json_data
response = get_url_response(url)
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 703, in get_url_response
raise error
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x96935940>)
-->End of Python script error report<--
23:13:19 79.591064 T:3024020400 ERROR: GetDirectory - Error getting plugin://plugin.video.areena/?action=categories&base=5-130
23:13:19 79.601135 T:3024020400 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.areena/?action=categories&base=5-130) failed
23:13:22 82.313858 T:2813645808 WARNING: CSkinInfo: failed to load skin settings
23:14:36 156.521500 T:2794771440 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0xa079a0a8>)
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 932, in
router(sys.argv[2][1:])
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 913, in router
list_categories(base_category)
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 145, in list_categories
listing = list_sub_categories(base_category)
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 158, in list_sub_categories
categories = get_categories()
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 86, in get_categories
return get_areena_api_json_data('programs', 'categories.json', [])
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 64, in get_areena_api_json_data
response = get_url_response(url)
File "/home/osmc/.kodi/addons/plugin.video.areena/main.py", line 703, in get_url_response
raise error
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0xa079a0a8>)
-->End of Python script error report<--
23:14:36 157.060349 T:3024020400 ERROR: GetDirectory - Error getting plugin://plugin.video.areena/?action=categories&base=5-130
23:14:36 157.067017 T:3024020400 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.areena/?action=categories&base=5-130) failed

`

from plugin.video.areena.

Huxely avatar Huxely commented on August 21, 2024

Looks very familiar, I think my log was similar. I'll check when I get to my home network. Maybe the error can be replicated by inputting the keys wrong?

from plugin.video.areena.

Huxely avatar Huxely commented on August 21, 2024

Yeah same here

17:33:25 T:140388757124864 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x7faf150ea1b8>)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 932, in
router(sys.argv[2][1:])
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 913, in router
list_categories(base_category)
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 145, in list_categories
listing = list_sub_categories(base_category)
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 158, in list_sub_categories
categories = get_categories()
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 86, in get_categories
return get_areena_api_json_data('programs', 'categories.json', [])
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 64, in get_areena_api_json_data
response = get_url_response(url)
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 703, in get_url_response
raise error
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x7faf150ea1b8>)
-->End of Python script error report<--
17:33:26 T:140390096074816 ERROR: GetDirectory - Error getting plugin://plugin.video.areena/?action=categories&base=5-130
17:33:26 T:140390096074816 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.areena/?action=categories&base=5-130) failed
17:33:26 T:140390096074816 ERROR: unable to load:/storage/.kodi/addons/skin.confluence/720p/DialogKaiToast.xml, Line 0
Failed to open file
17:33:27 T:140388757124864 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x7faf14895c20>)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 932, in
router(sys.argv[2][1:])
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 913, in router
list_categories(base_category)
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 145, in list_categories
listing = list_sub_categories(base_category)
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 158, in list_sub_categories
categories = get_categories()
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 86, in get_categories
return get_areena_api_json_data('programs', 'categories.json', [])
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 64, in get_areena_api_json_data
response = get_url_response(url)
File "/storage/.kodi/addons/plugin.video.areena/main.py", line 703, in get_url_response
raise error
IOError: ('http error', 401, 'Unauthorized', <httplib.HTTPMessage instance at 0x7faf14895c20>)
-->End of Python script error report<--

from plugin.video.areena.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.