chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
12.41k stars 938 forks source link

(0.9.0)Failed to execute script 'main' due to unhandled exception: NOT NULL constraint failed: transcription.time_queued #733

Closed nillwyc closed 3 months ago

nillwyc commented 5 months ago

when i launched it after installing this version but :

Traceback (most recent call last): File "main.py", line 4, in File "buzz\buzz.py", line 61, in main File "buzz\widgets\application.py", line 28, in init File "buzz\db\db.py", line 19, in setup_app_db File "buzz\db\db.py", line 30, in _setup_db File "buzz\db\helpers.py", line 16, in copy_transcriptions_from_json_to_sqlite sqlite3.IntegrityError: NOT NULL constraint failed: transcription.time_queued

raivisdejus commented 5 months ago

A way to fix this issue might be to remove caches of previous Buzz version from your system (the Buzz folder). For folder locations see https://chidiwilliams.github.io/buzz/docs/faq

raivisdejus commented 3 months ago

Also can try the latest version https://github.com/chidiwilliams/buzz/releases