badsyntax / jquery-spellchecker

[not maintained] A lightweight jQuery plugin that can check the spelling of text within a form field or DOM tree.
http://jquery-spellchecker.badsyntax.co
MIT License
257 stars 113 forks source link

I believe Google may have killed or moved their service that some of us use. (https://www.google.com/tbproxy/spell?lang=en) #50

Open TickleKitty opened 11 years ago

TickleKitty commented 11 years ago

I use the jquery-spellchecker with the Google service and a I have another custom app that uses it too. Last night I noticed that all queries to the serviced started to return a 502 error. Now they are all 404. Just browsing directly to the URL gives a 404:

https://www.google.com/tbproxy/spell?lang=en

Does anyone know if they have killed this service? Ugh....

mikeg123 commented 11 years ago

This is causing me headaches as well. Let me know if you find a solution, and I will do the same :)

Mike

TickleKitty commented 11 years ago

Well I can't get any sort of word from Google or anyone about that service so I just assumed it is toast. Our solution uses .net so we went with NHunspell (http://nhunspell.sourceforge.net/). It is working fine.

mikeg123 commented 11 years ago

Thanks for the update TickleKitty. I'll check that out. I'm still looking around for alternatives so if I find something else I'll post it here in case it helps.

mikeg123 commented 11 years ago

Hey again, I found this and will probably go with this ...

https://github.com/AnthonyTerra/ASP.MVC-Jquery-Spellchecker

My project is MVC and uses the same jquery spellchecker plugin (which was hooked up to google), so for me this is perfect. Hopefully this helps someone else out too