fonol / anki-search-inside-add-card

An add-on providing full-text-search and PDF reading functionality to Anki's Add card dialog
https://ankiweb.net/shared/info/1781298089
GNU Affero General Public License v3.0
177 stars 24 forks source link

Crash when trying to import yt video #275

Closed klimekwiktor closed 3 years ago

klimekwiktor commented 3 years ago

Anki 2.1.43 (0fbae6bc) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2 Platform: Mac 10.16 Flags: frz=True ao=True sv=2 Add-ons, last update check: 2021-05-31 14:46:31 Możliwy udział dodatków: ⁨Searching PDF Reading Note-Taking in Add Dialog⁩

Caught exception: Traceback (most recent call last): File "/Users/wiktorklimek/Library/Application Support/Anki2/addons21/1781298089/src/dialogs/importing/quick_youtube_import.py", line 98, in on_input data = json.loads(yt_videodata.text) File "json/init.py", line 357, in loads File "json/decoder.py", line 337, in decode File "json/decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

fonol commented 3 years ago

Hi, thanks for the report, I'll investigate.

klimekwiktor commented 3 years ago

Hi fonol, I tried to reproduce it once again now and it appears that was just the issue with publicity of the video I tried to embed. sorry for confusion

fonol commented 3 years ago

Okay, that's good to hear, thanks for the update.