Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Python error on data load #8

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments
Open

Python error on data load #8

GoogleCodeExporter opened this issue Mar 15, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant