We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot get PowerThesaurus to run on my iMac. It works on my Macbook.
If I run in the terminal, I get:
import requests ModuleNotFoundError: No module named 'requests'
If I run through Alfred using the debugger, I get:
raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.powerthesaurus.org/
I cannot figure out what is wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I cannot get PowerThesaurus to run on my iMac. It works on my Macbook.
If I run in the terminal, I get:
import requests ModuleNotFoundError: No module named 'requests'
If I run through Alfred using the debugger, I get:
raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.powerthesaurus.org/
I cannot figure out what is wrong.
The text was updated successfully, but these errors were encountered: