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
sqlite3 persistent_data.db
SQLite version 3.8.2 2013-12-06 14:53:30
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> .table
failed_files_list pipeline_list
files_to_delete_list pipeline_queue
sqlite> select count(*) from pipeline_queue;
8923
sqlite> select count(*) from pipeline_list;
48
sqlite> select count(*) from failed_files_list;
16
When running verify.py I get a crash after 5 files:
1% (444/26719)Traceback (most recent call last):
File "./verify.py", line 20, in <module>
conn.request("HEAD", parsed.path)
File "/usr/lib/python2.7/httplib.py", line 973, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1007, in _send_request
self.endheaders(body)
File "/usr/lib/python2.7/httplib.py", line 969, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 829, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 805, in send
self.sock.sendall(data)
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 48: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Inside my media folder I have CSS, downloadable folder etc. which is excluded from my rackspace CDN sync - why is this?
Here is my config.xml:
When running verify.py I get a crash after 5 files:
The text was updated successfully, but these errors were encountered: