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
{{ message }}
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
What steps will reproduce the problem?
1. Ran script
What is the expected output? What do you see instead?
Database loaded.
What version of the product are you using? On what operating system?
Python 3.1 script
Please provide any additional information below.
After the first error, removed all mp3 files so there are only html files in
the system. Still getting error.
contact_name - 2012-03-21T00-37-51Z.htmlTraceback (most recent call last):
File "googlevoice_to_sqlite.py", line 81, in <module>
if gvconn.import_Audio(record, False) == 1: #no contact for audio. Can happen if files have been renamed
File "/Users/curtis/Downloads/googlevoice_to_sqlite_v3.1_python/gvoice_sql.py", line 96, in import_Audio
callid = callidrow.fetchone()[0]
TypeError: 'NoneType' object is not subscriptable
Original issue reported on code.google.com by mr.curti...@gmail.com on 15 Apr 2012 at 10:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mr.curti...@gmail.com
on 15 Apr 2012 at 10:32The text was updated successfully, but these errors were encountered: