define icon indicating copy to clipboard operation
define copied to clipboard

Non-functional for Oxford Dictionary?

Open AlexBlandin opened this issue 5 years ago • 1 comments

Currently getting (for any input)

> define Oxford

  The source returned an empty result for word: "Oxford"


> define --print-config
{
    "IndentationSize": 2,
    "MerriamWebsterDictionary": {
        "AppKey": ""
    },
    "OxfordDictionary": {
        "AppID": "########",
        "AppKey": "###############################"
    },
    "PreferredSource": "OxfordDictionary",
    "Source": "OxfordDictionary"
}

> define --version
define v0.1.2 (windows/amd64)

Censored ID/key but they are correct. Remains the same even if I don't have the source set (as default with "Source": ""). ID/key are set and correct for both config and envar.

AlexBlandin avatar May 27 '20 23:05 AlexBlandin

Yeaaaa, the Oxford API was updated and they dropped support for v1. See #12.

I need to get to reviewing #13 soon, which should fix this.

Sorry!

Rican7 avatar May 27 '20 23:05 Rican7