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
After modifying the suggestion file to satisfy the format which this tool is expecting, I receive this error:
Traceback (most recent call last):
File "render.py", line 26, in
cur.execute('select id, title, url, description from docs where id = ?', (id, ))
sqlite3.OperationalError: no such table: docs
(The line number is different because I added some sample codes to resolve the issue myself)
The text was updated successfully, but these errors were encountered:
After modifying the suggestion file to satisfy the format which this tool is expecting, I receive this error:
Traceback (most recent call last):
File "render.py", line 26, in
cur.execute('select id, title, url, description from docs where id = ?', (id, ))
sqlite3.OperationalError: no such table: docs
(The line number is different because I added some sample codes to resolve the issue myself)
The text was updated successfully, but these errors were encountered: