robotreviewer icon indicating copy to clipboard operation
robotreviewer copied to clipboard

unit tests need to be updated

Open poromaa opened this issue 6 years ago • 3 comments

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?

poromaa avatar Oct 22 '17 17:10 poromaa

Have you solved this problem?

wen-fei avatar Mar 05 '18 11:03 wen-fei

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

poromaa avatar Mar 05 '18 11:03 poromaa

Unittests need rewritten

ijmarshall avatar Jan 07 '20 14:01 ijmarshall