-
Notifications
You must be signed in to change notification settings - Fork 715
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
Results always come back empty? #11
Comments
I'm getting the same issue: "Cannot call method 'replace' of undefined" - did Yahoo change how things work on their end again? |
May I ask what pages are you requesting? This doesn't occur for me, on e.g. If this is occurring I would guess that it's because YQL wasn't able to get any results. I can only help if you give me more details about the specifics of your issue :) |
I've used it with success previously on the blog on The main site runs in django CMS. On the blog, which runs on WordPress, I Now that call returns nothing, so I wondered if something shifted in YQL. Alex On Sat, Nov 12, 2011 at 4:06 AM, James Padolsey <
|
Getting the same issue while it used to work just fine. I can read from my web server's logs that YQL gets the page:
But data.results[0] is undefined. Tried to switch between jQuery versions with no success, so I guess it's a YQL issue.
|
Please have a look at http://developer.yahoo.com/yql/console Here you can type in your query -- which is essentially what this plugin is doing. i.e.
YQL will provide you with the results, or errors if it encountered any. |
Thank you for your help! I didn't know about this tool. EDIT: I found how to set the encoding field in the HTTP header from my script. Now everything work just fine! |
I just dropped in this plugin and the code seems to be running as it should but when it tries to call my success function it crashes on "Uncaught TypeError: Cannot call method 'replace' of undefined". This is caused because the data.results[0] does not exist. Why would this be happening, am I missing something?
Here is the yql script section "jQuery16408109300213400275_1320019527725({"query":{"count":"0","created":"2011-10-31T00:10:05Z","lang":"en-US"},"results":[]});"
Any help would be great. Thanks
Bryan
The text was updated successfully, but these errors were encountered: