New issue
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
Invalid Query #24
Comments
I have the same issue, checked and atleast the google finance API seems the same, however not sure if they have added any curl-rest restrictions or something, trying to poke around in the code to see if i can see anything from a novice point of view. |
I may be wrong, but i think the alfred-update is what broke this plugin, i just did the google finance API-part in my own plugin with simple file_get_contents and dom-parsing, works great, so i believe alfred maybe changed the way script-filters work or something, becuase the backend seems fine. (Well except for the BTC stuff that is using an obsolete API) |
Would love a solution for this as well. Was a great help so far! |
I'm also looking forward to a fix for this issue. This is a plugin I use regularly. |
Same here, would be great if it was fixed! |
Here is a simple solution. |
Thanks @Enochenti . For those who are looking for a solution to this issue... View the workflow in Finder. Change line 56. It is currently: Change it to: |
It works.
GREAT Jonathan - thank you!
|
Great job @JonathanNZ, thanks! |
Amazing! Thanks a ton! |
I get every other currency working that I try, except SEK (Swedish Krona)...any ideas? |
The Google Finance API seems to be slowly dying. Does anyone know if there is a good alternative? It might be time to replace it with something else.
I get the same issue for SEK. On stackoverflow there seems to be similar issues beeing noticed. https://stackoverflow.com/questions/46070126/google-finance-json-stock-quote-stopped-working#comment85598584_46125977 |
Darn. As of sometime this month (march 2018) the invalid query error has returned. I am guessing another change has occurred with the API. Looks like Google have now dropped their finance API entirely. |
I suggest switching over to this workflow: http://www.packal.org/workflow/currency-exchange It works well. It doesn't magically guess the currency when entering two digit country codes, as Currency Converter would, but so long as you put in the full three digit currency code, it's good to go. @esthor : As a bonus, it works fine with SEK. |
or you can edit the file
now uses: fixer.io also you can rename the |
@rauluranga Thanks for posting the code. Just a side note, I don't think it is possible to replace |
yes i know, what i mean is that you can rename
|
Ehhh. I liked this package. Such a shame, that it's not supportable now. |
@rauluranga That API is set to be shut-down June 1st 2018. The new API allows 1000 requests per-month on the free tier, whereas https://free.currencyconverterapi.com allows 100 per-hour.
I've got an open pull-request with a working alternative at #26. Edit: Seems you might have some luck with this hidden Google URL. Unsure how long it will stick around though. #26 (comment) |
This workflow has ceased working in the past week or so. I get an "Invalid query" error, no matter what I do. It's been working fine for the past year or more. Has something changed online (with whatever APIs it interacts with), requiring it to be updated?
The text was updated successfully, but these errors were encountered: