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
When directory on box is created with national char ... f.eg. "ádir", owif crashed in movies.py in def getMovieList(rargs=None, locations=None) when you in "Movies" try select this dir
` File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/ajax.py", line 192, in P_movies
movies = getMovieList(request.args)
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/movies.py", line 127, in getMovieList
directory = getUrlArg2(rargs, "dirname")
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/utilities.py", line 303, in getUrlArg2
return six.ensure_str(args[k][0])
File "/usr/lib/python3.9/site-packages/six.py", line 917, in ensure_str
builtins.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 17: invalid continuation byte
`
This incomming wrong from enigma and should be fixed on e2 side or in Owif ?
The text was updated successfully, but these errors were encountered:
When directory on box is created with national char ... f.eg. "ádir", owif crashed in movies.py in def getMovieList(rargs=None, locations=None) when you in "Movies" try select this dir
` File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/ajax.py", line 192, in P_movies
movies = getMovieList(request.args)
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/movies.py", line 127, in getMovieList
directory = getUrlArg2(rargs, "dirname")
File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/utilities.py", line 303, in getUrlArg2
return six.ensure_str(args[k][0])
File "/usr/lib/python3.9/site-packages/six.py", line 917, in ensure_str
builtins.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 17: invalid continuation byte
`
This incomming wrong from enigma and should be fixed on e2 side or in Owif ?
The text was updated successfully, but these errors were encountered: