Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when importing the feed with postgresql #1

Open
facundoolano opened this issue Feb 1, 2012 · 2 comments
Open

Error when importing the feed with postgresql #1

facundoolano opened this issue Feb 1, 2012 · 2 comments

Comments

@facundoolano
Copy link

I'm trying to import the feed to a postgresql database, and it seems to work OK for some of the tables, but for others it throws this kinds of error:

2012-02-01 16:17:57,164 [ERROR]: Fatal error encountered while ingesting 'XXX/itunes20111026/application'
Traceback (most recent call last):
File "XXX/EPFImporter/EPFIngester.py", line 137, in ingestFull
self._populateTable(self.tmpTableName, skipKeyViolators=skipKeyViolators)
File "XXX/EPFImporter/EPFIngester.py", line 422, in _populateTable
cur.execute(exStr)
ProgrammingError: column "enull" does not exist at character 597

2012-02-01 16:17:57,165 [ERROR]: Last record ingested before failure: -1

Any idea why this might happen? Has this importer been tested to work with postgresql?

@TGOlson
Copy link

TGOlson commented Dec 28, 2013

Any resolution with this one? I'm trying to use the Apple Epf importer with Postgres, and getting similar errors.

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

No branches or pull requests

3 participants
@facundoolano @TGOlson and others