8th Feb, 2017, 11:48 AM
Hi everyone,
Im a xbian user that never used before couchpotato. Now I'm trying to setting it up but I can't. i hope someone could help me.
Software
XBian version: 1.0
XBMC/Kodi version: 16.1
Overclock settings: none
Hardware
Device type and model (e.g. Raspberry Pi Model A/B 256/512 MB, CuBox-i i4Pro, ...): Raspberry Pi 3 Model B
Power supply rating: 2.5 A, original
SD card size and make/type: 2GB
Network (Ethernet or wireless): Wireless
Connected devices (TV, USB, network storage, ...): TV via HDMI
Log files
Link to logfile(s): not provided
Problem description:
I'im trying to use couchpotato but I get "500: Internal Server Error". I have uninstalled and installed couchpotato from xbian .xbian-config-start. I if have a look at
I always see something like this:
After looking on internet I have tried this
but I have still the same problem.
How to reproduce:
sudo /etc/init.d/couchpotato restart
Connect to the URL.
Thanks.
Im a xbian user that never used before couchpotato. Now I'm trying to setting it up but I can't. i hope someone could help me.
Software
XBian version: 1.0
XBMC/Kodi version: 16.1
Overclock settings: none
Hardware
Device type and model (e.g. Raspberry Pi Model A/B 256/512 MB, CuBox-i i4Pro, ...): Raspberry Pi 3 Model B
Power supply rating: 2.5 A, original
SD card size and make/type: 2GB
Network (Ethernet or wireless): Wireless
Connected devices (TV, USB, network storage, ...): TV via HDMI
Log files
Link to logfile(s): not provided
Problem description:
I'im trying to use couchpotato but I get "500: Internal Server Error". I have uninstalled and installed couchpotato from xbian .xbian-config-start. I if have a look at
Code:
cat /etc/couchpotato/logs/CouchPotato.log
Terminal
02-08 02:06:06 ERROR Uncaught exception GET / (192.168.1.134)
HTTPRequest(protocol='http', host='192.168.1.2:9095', method='GET', uri='/', version='HTTP/1.1', remote_ip='192.168.1.134', headers={'Connection': 'Keep-Alive', 'Accept-Language': 'es-ES', 'Accept-Encoding': 'gzip, deflate', 'Authorization': 'Basic eGJpYW46cmFzcGJlcnJ5', 'Host': '192.168.1.2:9095', 'Accept': 'text/html, application/xhtml+xml, image/jxr, */*', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'})
Traceback (most recent call last):
File "/usr/local/share/couchpotato/libs/tornado/web.py", line 1141, in _when_complete
else:
File "/usr/local/share/couchpotato/libs/tornado/web.py", line 1162, in _execute_method
File "/usr/local/share/couchpotato/couchpotato/__init__.py", line 28, in get
return self.get_secure_cookie('user')
File "/usr/local/share/couchpotato/couchpotato/__init__.py", line 39, in index
if not views.get(route):
File "/usr/local/share/couchpotato/libs/tornado/template.py", line 273, in generate
execute = namespace["_tt_execute"]
File "index_html.generated.py", line 111, in _tt_execute
_tt_tmp = json_encode(Env.get('args', unicode = True)) # index.html:83
TypeError: get() got an unexpected keyword argument 'unicode'
HTTPRequest(protocol='http', host='192.168.1.2:9095', method='GET', uri='/', version='HTTP/1.1', remote_ip='192.168.1.134', headers={'Connection': 'Keep-Alive', 'Accept-Language': 'es-ES', 'Accept-Encoding': 'gzip, deflate', 'Authorization': 'Basic eGJpYW46cmFzcGJlcnJ5', 'Host': '192.168.1.2:9095', 'Accept': 'text/html, application/xhtml+xml, image/jxr, */*', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'})
Traceback (most recent call last):
File "/usr/local/share/couchpotato/libs/tornado/web.py", line 1141, in _when_complete
else:
File "/usr/local/share/couchpotato/libs/tornado/web.py", line 1162, in _execute_method
File "/usr/local/share/couchpotato/couchpotato/__init__.py", line 28, in get
return self.get_secure_cookie('user')
File "/usr/local/share/couchpotato/couchpotato/__init__.py", line 39, in index
if not views.get(route):
File "/usr/local/share/couchpotato/libs/tornado/template.py", line 273, in generate
execute = namespace["_tt_execute"]
File "index_html.generated.py", line 111, in _tt_execute
_tt_tmp = json_encode(Env.get('args', unicode = True)) # index.html:83
TypeError: get() got an unexpected keyword argument 'unicode'
After looking on internet I have tried this
Code:
sudo find /usr/local/share/couchpotato/ -name "*.pyc" -exec rm -rf {} \;
How to reproduce:
sudo /etc/init.d/couchpotato restart
Connect to the URL.
Thanks.