jamesmeneghello/pynab

Problem inserting data.

gurumadmat opened this issue · 0 comments

When I run 'python3.6 install.py' I get the following output:

Welcome to Pynab.
-----------------
...

Building tables...
INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO  [alembic.runtime.migration] Will assume transactional DDL.
Installing admin user...
Copying groups into db...
Copying categories into db...
Copying TV data into db...
Copying movie data into db...
Updating regex...
Updating binary blacklist...
Copying pre data into db...
Problem inserting data into database: bad escape \N at position 1

I am running Ubuntu 17.10

Any help would be greatly appreciated.