You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 2.15.0, English (US), definition & synonym provider "Free Dictionary API", looking up, for instance "right hand", delivers an audio link that’s unplayable, both in pane and generated note, due to the protocol missing:
Manually adding the https: protocol makes it playable.
Since we might encounter APIs that don’t use https:, it might be clever to check if the returned audio link uses a protocol, if not, add the one used to make the request.
The text was updated successfully, but these errors were encountered:
I added a check for if the audio url contains the protocol, if not i will just add https:// for now, since the localdictionarybuilder doesn't have access to the apis and the FreeDictionaryAPI is the only one which actually provides audio
Using 2.15.0, English (US), definition & synonym provider "Free Dictionary API", looking up, for instance "right hand", delivers an audio link that’s unplayable, both in pane and generated note, due to the protocol missing:
Manually adding the
https:
protocol makes it playable.Since we might encounter APIs that don’t use
https:
, it might be clever to check if the returned audio link uses a protocol, if not, add the one used to make the request.The text was updated successfully, but these errors were encountered: