You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a question for you hope you don't mind , i have been playing around with the 1channel addon edited the files and got it to work for k20... yet came across a little error ,,,, - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'TypeError'>
Error Contents: can't concat str to bytes
Traceback (most recent call last):
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\default.py", line 1952, in
sys.exit(main())
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\default.py", line 1949, in main
pw_dispatcher.dispatch(mode, _1CH.queries)
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\pw_dispatcher.py", line 81, in dispatch
self.func_registry[mode](*args, **kwargs)
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\default.py", line 658, in AddonMenu
msg = (i18n('popup_msg_line1') + '\n\n' + i18n('popup_msg_line2') + '\n\n' + i18n('popup_msg_line3'))
TypeError: can't concat str to bytes
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
Have a question for you hope you don't mind , i have been playing around with the 1channel addon edited the files and got it to work for k20... yet came across a little error ,,,, - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'TypeError'>
Error Contents: can't concat str to bytes
Traceback (most recent call last):
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\default.py", line 1952, in
sys.exit(main())
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\default.py", line 1949, in main
pw_dispatcher.dispatch(mode, _1CH.queries)
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\pw_dispatcher.py", line 81, in dispatch
self.func_registry[mode](*args, **kwargs)
File "C:\Users\Peter Dato\Desktop\Kodi 20.5 Test\portable_data\addons\plugin.video.1channel\default.py", line 658, in AddonMenu
msg = (i18n('popup_msg_line1') + '\n\n' + i18n('popup_msg_line2') + '\n\n' + i18n('popup_msg_line3'))
TypeError: can't concat str to bytes
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: