chandlerbeck / googlevoice-to-sqlite

Automatically exported from code.google.com/p/googlevoice-to-sqlite
0 stars 0 forks source link

Python error on data load #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
It looks like there was a recorded call without an mp3. (I think???). I removed 
all files with "Recorded call" in it and the load worked.

Original comment by mr.curti...@gmail.com on 15 Apr 2012 at 10:38

GoogleCodeExporter commented 8 years ago
Thanks. Sorry for my absentee management.

Original comment by handspri...@gmail.com on 4 Jun 2012 at 3:33

GoogleCodeExporter commented 8 years ago

Original comment by handspri...@gmail.com on 4 Jun 2012 at 3:36

GoogleCodeExporter commented 8 years ago

Original comment by handspri...@gmail.com on 5 Feb 2013 at 9:25