QUT-Digital-Observatory / coordination-network-toolkit

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolved urls error

timothyjgraham opened this issue · comments

When constructing co-link networks using the --resolved parameter, it throws the following error:

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.9/bin/compute_networks", line 8, in <module>
    sys.exit(main())
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/coordination_network_toolkit/__main__.py", line 316, in main
    compute_co_link_network(
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/coordination_network_toolkit/compute_networks.py", line 388, in compute_co_link_network
    db.execute(
sqlite3.OperationalError: no such column: url

Huh, it's probably time to write some automated tests to catch these ones.

Try upgrading to version 1.4.1 (building for PyPI now) and let me know if that fixes the error.