n8acl / aprsnotify

APRS Notification bot for various Social Media Networks
https://n8acl.github.io/aprsnotify
GNU General Public License v3.0
14 stars 2 forks source link

Running an_util.py: sqlite3.OperationalError #8

Open DK2BN opened 1 year ago

DK2BN commented 1 year ago

Hi, thank you for your work!

I'm trying to setup aprsnotify for the first time.

root@raspberry:/opt/aprsnotify# python3 an_util.py 
Traceback (most recent call last):
  File "an_util.py", line 157, in <module>
    new(conn, current_version)
  File "an_util.py", line 127, in new
    exec_sql(conn,sql)
  File "an_util.py", line 33, in exec_sql
    cur.execute(sql)
sqlite3.OperationalError: 18 values for 19 columns
n8acl commented 8 months ago

I'm sorry I never got notified of this. I will have to take a look and see what is going on.