suurjaak / Skyperious

Skype chat history tool
Other
350 stars 36 forks source link

NameError: name 'db' is not defined #110

Closed jon-62 closed 2 years ago

jon-62 commented 2 years ago

Hello,

I can't import a json file. I receive the following message:

2022-06-07 12:55:35.751 Started application. 2022-06-07 12:55:58.141 An unexpected error has occurred:

        Traceback (most recent call last):
          File "skyperious\gui.py", line 1807, in on_new_export
          File "six.py", line 719, in reraise
          File "skyperious\gui.py", line 1803, in on_new_export
          File "skyperious\live.py", line 1009, in __init__
        NameError: name 'db' is not defined
suurjaak commented 2 years ago

Confirmed.

Will issue a fixed release soon.

suurjaak commented 2 years ago

Should be fixed in the newly released v5.2 - can you confirm?

jon-62 commented 2 years ago

Yes, I was able to import the json file successfully. Thank you!