Smissy icon indicating copy to clipboard operation
Smissy copied to clipboard

OperationalError: no such column: address

Open CLoutas opened this issue 11 years ago • 0 comments

running on an iOS 6.1.3 backup, the following error occurs (and Smissy does not work): screen shot 2013-06-25 at 23 11 40

macbook-pro:Smissy-master gurth4ng$ ./Smissy.py /Users/gurth4ng/Library/Application Support/MobileSync/Backup/22a2a2fcb60d1f499907c240cdc32fb11da3e642-20130612-102515/31bb7ba8914766d4ba40d6dfb6113c8b614be442 Tue Jun 25 23:08:58 2013 Server Starts - Port 8080 1.0.0.127.in-addr.arpa - - [25/Jun/2013 23:08:58] "GET / HTTP/1.1" 200 - 1.0.0.127.in-addr.arpa - - [25/Jun/2013 23:08:58] "GET /date.js HTTP/1.1" 200 - 1.0.0.127.in-addr.arpa - - [25/Jun/2013 23:08:58] "GET /jquery.js HTTP/1.1" 200 - 1.0.0.127.in-addr.arpa - - [25/Jun/2013 23:08:58] "GET /noisy.js HTTP/1.1" 200 - 1.0.0.127.in-addr.arpa - - [25/Jun/2013 23:08:58] "GET /conversation HTTP/1.1" 200 -


Exception happened during processing of request from ('127.0.0.1', 52698) Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 310, in process_request File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in init File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 343, in handle File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 331, in handle_one_request File "./Smissy.py", line 220, in do_GET s.wfile.write(json.dumps(list_conversations())) File "./Smissy.py", line 139, in list_conversations cursor.execute("select address from message") OperationalError: no such column: address


CLoutas avatar Jun 25 '13 20:06 CLoutas