zachwill / dom

Check domain name availability from the command line.
214 stars 24 forks source link

API key not recognized #25

Open alexschcom opened 3 months ago

alexschcom commented 3 months ago

Unfortunately, dom doesn't want to recognize my API key :(

I have my RapidAPI key set in my environment by including export DOMAINR_RAPIDAPI_KEY="ABC123" in my .zshrc file. When I run printenv, it shows up. However, when I try to run dom, I keep getting Error: No API key found in environment

Am I doing something wrong?

alexzhangs commented 3 months ago

Seems somehow the latest commit (851069e) is not in pypi (v0.9) now.

As a workaround, you may install dom from the git source:

pip uninstall dom
pip install git+https://github.com/zachwill/dom