[SOLVED] Jacked up my config page for Couch Potato


Recommended Posts

I just attempted to add my imdb watch list to the "extras" section of Couch Potato.  I guess it did not like my csv format because I can no longer access http://localhost:8083/config  all I see now is Error 500 Internal Server Error: Something unexpected has happened.

 

I am hoping a reboot fixes this, but sadly the only way I know to restart couch is via the config url (or rebooting my entire unraid system).  Any suggestions for me?  He is a snapshot of the logs:

 

 

 

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe5' in position 287: ordinal not in range(128)

    if str(value).lower() in self.bool:

  File "/mnt/cache/.custom/couchpotato/app/config/configApp.py", line 30, in get

  File "config_index_html", line 424, in render_body

    return lambda *args, **kwargs:callable_(self.context, *args, **kwargs)

  File "/mnt/cache/.custom/couchpotato/library/mako/runtime.py", line 278, in <lambda>

  File "_base_html", line 146, in render_body

    callable_(context, *args, **kwargs)

  File "/mnt/cache/.custom/couchpotato/library/mako/runtime.py", line 457, in _exec_template

    _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)

  File "/mnt/cache/.custom/couchpotato/library/mako/runtime.py", line 434, in _render_context

    _render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))

  File "/mnt/cache/.custom/couchpotato/library/mako/runtime.py", line 403, in _render

    as_unicode=True)

  File "/mnt/cache/.custom/couchpotato/library/mako/template.py", line 198, in render_unicode

    return self.template.render_unicode(**env)

Link to comment

I figured this out.  In case someone stumbles upon this at a later time:

 

First.  Kill the python process related to sickbeard by running ps -A -F | grep python

 

Next, identify which Process and do kill 1234 (the process id)

 

Then start the sickbeard app up again by running the script from your go file. in my case it was: python /mnt/cach/.custom/couchpotato/CouchPotato.py -d

 

I guess the config did not hold my settings for imdb watchlist and I was able to get into my config page again.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.