udger-python icon indicating copy to clipboard operation
udger-python copied to clipboard

sqlite3.OperationalError: no such table: udger_crawler_list

Open hemansah opened this issue 2 years ago • 1 comments

I just installed udger in virtual env and tried to test example code:

>>> from udger import Udger
>>> udger = Udger()
>>> udger.parse_ua("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67")

which resulted in sqlite3.OperationalError: no such table: udger_crawler_list

Do I have to do anything extra apart from pip install udger?

hemansah avatar Jul 04 '23 11:07 hemansah

I think you don't have a DB connected.

mallat avatar Jul 06 '23 05:07 mallat