Jump to content

embycon 1.12.1 error


Go to solution Solved by TeamB,

Recommended Posts

agentxan
Posted

I am getting the following error when trying to go into some of my tv shows

 

2026-01-02 22:29:15.022 T:23952   error <general>: EXCEPTION: argument "mpaa" for method "setMpaa" must be unicode or str
2026-01-02 22:29:15.031 T:23952   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'TypeError'>
                                                   Error Contents: argument "mpaa" for method "setMpaa" must be unicode or str
                                                   Traceback (most recent call last):
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\default.py", line 18, in <module>
                                                       main_entry_point()
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\tracking.py", line 22, in wrapper
                                                       value = func(*args, **kwargs)
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\functions.py", line 170, in main_entry_point
                                                       item_count = get_content(param_url, params)
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\tracking.py", line 22, in wrapper
                                                       value = func(*args, **kwargs)
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\dir_functions.py", line 194, in get_content
                                                       result = process_directory(url, progress, params, use_cache)
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\tracking.py", line 22, in wrapper
                                                       value = func(*args, **kwargs)
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\dir_functions.py", line 609, in process_directory
                                                       gui_item = add_gui_item(series_url, item_details, display_options, folder=True)
                                                     File "C:\Users\jfb\AppData\Roaming\Kodi\addons\plugin.video.embycon\resources\lib\item_functions.py", line 799, in add_gui_item
                                                       info_tag_video.setMpaa(item_details.rating)
                                                   TypeError: argument "mpaa" for method "setMpaa" must be unicode or str
                                                   -->End of Python script error report<--
                                                   

 

TeamB
Posted

thanks for the report, I will look into it

TeamB
Posted

found the issue, fix will be out in a few hours once tested

  • Solution
TeamB
Posted

fix released

this should be fixed in 1.12.2

agentxan
Posted

After updating to 1.12.2 the tv shows work again. Thank your for your work

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...