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

unit tests need to be updated #19

Open
poromaa opened this issue Oct 22, 2017 · 3 comments
Open

unit tests need to be updated #19

poromaa opened this issue Oct 22, 2017 · 3 comments
Labels

Comments

@poromaa
Copy link

poromaa commented Oct 22, 2017

Tried to get this running. Can run it and look at the samples but if trying to upload own research paper it crashes.

File "/Users/y-/Documents/Scripts/RB/robotreviewer/app.py", line 124, in upload_and_annotate
c.execute("INSERT INTO doc_queue (report_uuid, pdf_uuid, pdf_hash, pdf_filename, pdf_file, timestamp) VALUES (?, ?, ?, ?, ?, ?)", (report_uuid, pdf_uuid, pdf_hash, filename, sqlite3.Binary(blob), datetime.now()))
sqlite3.OperationalError: no such table: doc_queue

Is there any more config/setup that I have missed?

@wen-fei
Copy link

wen-fei commented Mar 5, 2018

Have you solved this problem?

@poromaa
Copy link
Author

poromaa commented Mar 5, 2018

Sorry to say I gave up. Might have been some of the services (db) that wasn't running.

@ijmarshall
Copy link
Owner

Unittests need rewritten

@ijmarshall ijmarshall changed the title Faling unittests Unittests no longer work Jan 7, 2020
@ijmarshall ijmarshall changed the title Unittests no longer work unit tests need to be updated Jan 7, 2020
@ijmarshall ijmarshall added the bug label Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants