Git Product home page Git Product logo

Comments (7)

alisneaky avatar alisneaky commented on July 19, 2024

I can see it's using my python 2.7 version instead of python 3 which i've also got installed. Any way to fix it?

from alfred-powerthesaurus.

clarencecastillo avatar clarencecastillo commented on July 19, 2024

I believe all Alfred-Workflow extensions use the pre-installed Python 2.7 so that's expected. As for the SSL error, the current certificate they send over is indeed valid.

Any chance your machine's date/time is not set correctly?

from alfred-powerthesaurus.

alisneaky avatar alisneaky commented on July 19, 2024

machine's date and time is correct. I've got other workflows calling api's fine. Changing the variable doesn't seem to have an effect either.

from alfred-powerthesaurus.

learn2reid avatar learn2reid commented on July 19, 2024

Having an issue suddenly with SSL as well.

SSLError: HTTPSConnectionPool(host='api.powerthesaurus.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)'),))

from alfred-powerthesaurus.

learn2reid avatar learn2reid commented on July 19, 2024

Having an issue suddenly with SSL as well.

SSLError: HTTPSConnectionPool(host='api.powerthesaurus.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)'),))

Fixed by installing requirements in workflow folder. The issue was:
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings.

Update: this actually did not fix the problem. Any update?

from alfred-powerthesaurus.

leadingendeavors avatar leadingendeavors commented on July 19, 2024

I am getting this issue as well for the past few weeks. any leads on a fix?

from alfred-powerthesaurus.

paultiomosquito avatar paultiomosquito commented on July 19, 2024

I have been getting the error off and on and haven't been able to use the workflow for the past couple months. I did not have any success with setting the environment variable to false but when I hard-coded False for the VERIFY_SSL variable in in api.py, it solved the problem for me.

Not sure why SSL is erroring out because per the README, the SSL cert is verified: https://www.sslshopper.com/ssl-checker.html#hostname=api.powerthesaurus.org but I still had the problem.

from alfred-powerthesaurus.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.