chylex / Discord-History-Tracker

Desktop app & browser script that saves Discord chat history into a file, and an offline viewer that displays the file.
https://dht.chylex.com
MIT License
475 stars 83 forks source link

SQL error when tracking multiple times into one database #167

Closed chylex closed 2 years ago

chylex commented 2 years ago

Apparently I didn't make sure this use case works properly... every thread needs its own database connection, because right now it tries to start multiple transactions at once and crashes.