We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Have you solved this problem?
Sorry, something went wrong.
Sorry to say I gave up. Might have been some of the services (db) that wasn't running.
Unittests need rewritten
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: