I will do that. But before I plug my hard drive back in, I’ve been operating without the hard drive, and am getting yet another problem
In the tuner setting I get a message saying: An error occurred during the rendering of this plugin.
When I look at the app log I’m seeing the following:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe2 in position 214: ordinal not in range(128)
while idata and ‘\0’ not in idata:
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 73, in read
data = read(sock)
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 105, in send
root = send(payload)
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 226, in get_transfers
files=ipc.get_transfers(),
File “/usr/lib/python2.7/site-packages/librarian_ondd/dashboard_plugin.py”, line 67, in get_context
context.update(self.get_context())
File “/usr/lib/python2.7/site-packages/librarian_dashboard/dashboard.py”, line 88, in render
Traceback (most recent call last):
[2015-12-09 12:10:19 (+0000)] ERROR Plugin rendering failed: ondd
[2015-12-09 12:10:19 (+0000)] DEBUG ONDD: sending payload:
[2015-12-09 12:10:19 (+0000)] DEBUG ONDD: received data: <?xml version="1.0" encoding="UTF-8"?>yes540.88501890668outernet-0
[2015-12-09 12:10:19 (+0000)] DEBUG ONDD: sending payload:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe2 in position 207: ordinal not in range(128)
while idata and ‘\0’ not in idata:
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 73, in read
data = read(sock)
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 105, in send
root = send(payload)
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 226, in get_transfers
files=ipc.get_transfers(),
File “/usr/lib/python2.7/site-packages/librarian_ondd/dashboard_plugin.py”, line 67, in get_context
context.update(self.get_context())
File “/usr/lib/python2.7/site-packages/librarian_dashboard/dashboard.py”, line 88, in render
Traceback (most recent call last):
[2015-12-09 12:07:29 (+0000)] ERROR Plugin rendering failed: ondd
[2015-12-09 12:07:29 (+0000)] DEBUG ONDD: sending payload:
[2015-12-09 12:07:29 (+0000)] DEBUG ONDD: received data: <?xml version="1.0" encoding="UTF-8"?>yes540.87501890197outernet-0
[2015-12-09 12:07:29 (+0000)] DEBUG ONDD: sending payload:
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe2 in position 207: ordinal not in range(128)
while idata and ‘\0’ not in idata:
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 73, in read
data = read(sock)
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 105, in send
root = send(payload)
File “/usr/lib/python2.7/site-packages/librarian_ondd/ipc.py”, line 226, in get_transfers
files=ipc.get_transfers(),
File “/usr/lib/python2.7/site-packages/librarian_ondd/dashboard_plugin.py”, line 67, in get_context
context.update(self.get_context())
File “/usr/lib/python2.7/site-packages/librarian_dashboard/dashboard.py”, line 88, in render
Traceback (most recent call last):
[2015-12-09 12:07:29 (+0000)] ERROR Plugin rendering failed: ondd
[2015-12-09 12:07:29 (+0000)] DEBUG ONDD: sending payload:
[2015-12-09 12:07:29 (+0000)] DEBUG ONDD: received data: <?xml version="1.0" encoding="UTF-8"?>yes540.87501890197outernet-0
Let me know if you want both logs sent by e mail, or this is enough information. Ken