Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Common Problems

Sarah Yoder edited this page Apr 18, 2020 · 3 revisions

TRAM was installed, but I cannot run a report

Check that the data was loaded properly into the database. Upon install, tram.db should be created and pull in data based on the config, to check:

  • cd tram/database
  • sqlite3 tram.db
  • SELECT * FROM true_positives;

I submitted a report, it is in the queue, but never finishes analyzing

Some websites do not like TRAM scraping their content, causing errors on the backend, and leaving the report in the queue. We are working to add better error-handling, and a way to remove reports from the queue.