forked from worldveil/dejavu
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I've done the following:
- Cloned the repo
- run
export PYTHON_VERSION=$(cat Pipfile | awk '/python_version/ {print $3}' | tr -d '"') - run
docker-compose build - run
docker-compose run dejavu pipenv run run_tests
The output is a bit too large to include, but it seems there are some errors with the sql query?
If you can point me in the right direction, I'd like to dig into this and fix/PR. Just checking with author first to see what might be obvious?
sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) operator does not exist: character varying = bytea
LINE 3: WHERE songs.file_sha1 = '\x4e56496a362f5075512b37513946374b6...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels