ijmarshall / robotreviewer

Automatic synthesis of RCTs
https://www.robotreviewer.net
GNU General Public License v3.0
140 stars 83 forks source link

unit tests need to be updated #19

Open poromaa opened 6 years ago

poromaa commented 6 years ago

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 commented 6 years ago

Have you solved this problem?

poromaa commented 6 years ago

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

ijmarshall commented 4 years ago

Unittests need rewritten