morpheus65535 / oscarr

Oscarr is a dashboard application for users of Plex, Emby, Sonarr, Radarr and Bazarr. It gives you and overview of your media management software.
GNU General Public License v3.0
57 stars 12 forks source link

Saving plex settings #14

Closed HPloco closed 4 years ago

HPloco commented 4 years ago

Installed in a custom jail on freenas 11.3. If i try to save any settings i'm redirected to a 500 page:

Error: 500 Internal Server Error Sorry, the requested URL 'http://192.168.1.170:5656/save_settings' caused an error:

Internal Server Error Exception: NameError("name 'unicode' is not defined") Traceback: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/bottle.py", line 868, in _handle return route.call(*args) File "/usr/local/lib/python3.7/site-packages/bottle.py", line 1748, in wrapper rv = callback(a, **ka) File "oscarr.py", line 406, in save_settings after = (unicode(settings_general_ip), int(settings_general_port), unicode(settings_general_baseurl)) NameError: name 'unicode' is not defined

morpheus65535 commented 4 years ago

Oscarr is untested with Python 3.x and will probably not work.