You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Running simple test w/ non-existing database results storage fails.
$ multimech-run my_project...loading results into database: sqlite:///results.dbTraceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/Current/bin/multimech-run", line 9, in <module> load_entry_point('multi-mechanize==1.2.0', 'console_scripts', 'multimech-run')() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/multimechanize/utilities/run.py", line 64, in main run_test() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/multimechanize/utilities/run.py", line 144, in run_test import multimechanize.resultsloader File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/multimechanize/resultsloader.py", line 69, in <module> class ResultRow(Base): File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sqlalchemy/ext/declarative.py", line 1336, in __init__ _as_declarative(cls, classname, cls.__dict__) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sqlalchemy/ext/declarative.py", line 1104, in _as_declarative "__table_args__ value must be a tuple, "sqlalchemy.exc.ArgumentError: __table_args__ value must be a tuple, dict, or None
Running simple test w/ non-existing database results storage fails.
VERSION-INFO:
CONFIG-FILE:
results_database = sqlite:///results.db