agentxan 8 Posted January 3 Posted January 3 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 2438 Posted January 3 Posted January 3 found the issue, fix will be out in a few hours once tested
Solution TeamB 2438 Posted January 3 Solution Posted January 3 fix released this should be fixed in 1.12.2
agentxan 8 Posted January 3 Author Posted January 3 After updating to 1.12.2 the tv shows work again. Thank your for your work
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now