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