meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
https://dictionaryapi.dev/
GNU General Public License v3.0
2.61k stars 264 forks source link

https error when calling api #120

Open AdrianaPana opened 2 years ago

AdrianaPana commented 2 years ago

ERR_SSL_PROTOCOL_ERROR when searching for a word using the api or: https://dictionaryapi.dev/ (e.g. https://api.dictionaryapi.dev/api/v2/entries/en/sunset) Thanks!

solamour commented 2 years ago

Is this still a problem? Seems OK now.

bordedelcielo commented 2 years ago

Is this still a problem? Seems OK now.

As of 11:16 AM Eastern US Time, I am also having this issue. The online version at URL https://api.dictionaryapi.dev/api/v2/entries/en/ and my Python script for pulling data are returning SSL errors. I am not able to pull definitions.

I would be interested in running the API locally for a personal project. If anybody has already tried that I would welcome advice.

jiannazzone commented 2 years ago

I am also getting an SSL error: [boringssl] boringssl_metrics_log_metric_block_invoke(151) Failed to log metrics

Edit: I am not getting this error when running on my device (iPhone 12 Pro), so perhaps it is a bug with Simulator and XCode