the-crypt-keeper / tldw

Too Long, Didn't Watch: End-to-End Rolling Summarizer of Long Videos
Apache License 2.0
162 stars 21 forks source link

ERROR:root:Error loading config: 'NoneType' object is not subscriptable Failed to load configuration #22

Open henri-edh opened 3 weeks ago

henri-edh commented 3 weeks ago

I am running a Ubuntu Linux [22.04] and I also tried on my Macbook M4 Pro but I keep on getting the same error:

$ python3 summarize.py -gui

ERROR:root:Error loading config: 'NoneType' object is not subscriptable Failed to load configuration

rmusser01 commented 3 weeks ago

Can you please run it again with the -log DEBUG command? That should print out explicitly where the error is occurring

rmusser01 commented 3 weeks ago

Latest merge should fix your issue. Please update to the latest commit, and see if the error still occurs. If so, please run it with summarize.py -gui -log DEBUG and paste the full (if possible) output when the error occurs. (also thank you for filing the issue, its greatly appreciated)