Git Product home page Git Product logo

Comments (14)

clarencecastillo avatar clarencecastillo commented on August 19, 2024 3

Fix is up and I've shifted the extraction method away from scraping classicthesaurus.org to a cleaner method by using their API.

Sorry it took awhile! Please give the new release a try and let me know if you're still having issues.

from alfred-powerthesaurus.

tjisousa avatar tjisousa commented on August 19, 2024 2

The SSL certificate of the API endpoint used by the workflow has expired.

A quick solution is to "monkey patch" the web.py file in your workflow with the following lines:

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

I have tested and is working. However, I don't recommend since this is extremely unsafe as it bypasses the verification. But if you really need to use the workflow, this is a solution.

image

from alfred-powerthesaurus.

clarencecastillo avatar clarencecastillo commented on August 19, 2024 2

@ocundale Appreciate it mate! I don't have one but in any case, please send your donation directly to the team working on Power Thesaurus. They could use all the help to cover their operational costs 🍻

from alfred-powerthesaurus.

clarencecastillo avatar clarencecastillo commented on August 19, 2024 1

Does this version uses features that require alfred 4?

I exported the workflow from Alfred 4 which makes it compatible only with Alfred 4+. Unfortunately, I do not use Alfred 3 anymore so I won't be able to maintain supporting that version in parallel.

Technically, the workflow doesn't really use any Alfred 4 specific features, so it's still possible to have it ported to Alfred 3. If you're interested, I can walk you through the steps on how you can do it. Feel free to create a new issue about it and we'll work it out from there.

from alfred-powerthesaurus.

Nurou avatar Nurou commented on August 19, 2024

Experiencing the same issue. Hope this gets fixed soon

from alfred-powerthesaurus.

ocundale avatar ocundale commented on August 19, 2024

Also experiencing this. One of my favourite workflows, really hope a fix is found!

from alfred-powerthesaurus.

lightlii avatar lightlii commented on August 19, 2024

Same here, use it a lot and now it's dead. Seems like them problem might be on the side of powerthesaurus though...

from alfred-powerthesaurus.

clarencecastillo avatar clarencecastillo commented on August 19, 2024

The current extraction method does some HTML scraping to collect the results since Powerthesaurus used to do server-side rendering to deliver search results. Now it seems they've changed it to RESTful API calls which is somewhat easier to work with, just that I'll be working blind given I do not officially work with them and do not have access to the official documentation. Working on the fix at the moment, will do some tests and get a new release out.

from alfred-powerthesaurus.

Nurou avatar Nurou commented on August 19, 2024

Works like a charm. Thanks!

from alfred-powerthesaurus.

ocundale avatar ocundale commented on August 19, 2024

Legend! All working again

Do you have a Bitcoin address where I can send you a tip?

from alfred-powerthesaurus.

lightlii avatar lightlii commented on August 19, 2024

Thanks for this, unfortunately I have a 'workflow incompatible' message. Does this version uses features that require alfred 4?
If so I guess it's time to upgrade...

from alfred-powerthesaurus.

rooted-admin avatar rooted-admin commented on August 19, 2024

this issue seems to have come back. anyone else experiencing?

from alfred-powerthesaurus.

ocundale avatar ocundale commented on August 19, 2024

Yes, I am also experiencing this issue again :/

from alfred-powerthesaurus.

rooted-admin avatar rooted-admin commented on August 19, 2024

just noticed Clarence pushed a change to disable verification: 84c1547

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.