help with yql charset and the parsing of pages in yahoo groups?
I put this content into the https yql console
select * from auth.basic where url="http://tech.groups.yahoo.com/group/360attache/links/Blog_Entries_001254851492?function=1" and username="A VALID USER NAME" and password="A VALID PASSWORD"
And an error message comes up.
<?xml version="1.0" encoding="UTF-8"?>
<query xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" yahoo:count="1" yahoo:created="2009-10-06T07:20:06Z" yahoo:lang="en-US" yahoo:updated="2009-10-06T07:20:06Z" yahoo:uri="https://query.yahooapis.com/v1/yql?q=select+*+from+auth.basic+where+url%3D%22http%3A%2F%2Ftech.groups.yahoo.com%2Fgroup%2F360attache%2Flinks%2FBlog_Entries_001254851492%3Ffunction%3D1%22+and+username%3D%22A VALID USER NAME%22+and+password%3D%22A VALID PASSWORD%22">
<diagnostics>
<publiclyCallable>true</publiclyCallable>
<url execution-time="7" proxy="DEFAULT"><![CDATA[http://www.datatables.org/auth/auth.basic.xml]]></url>
<url execution-time="210" proxy="DEFAULT"><![CDATA[http://www.javarants.com/yss/base64.js]]></url>
<url error="Unable to parse data using default charset utf-8" execution-time="856" proxy="DEFAULT"><![CDATA[http://tech.groups.yahoo.com/group/360attache/links/Blog_Entries_001254851492?function=1]]></url>
<javascript execution-time="1068" instructions-used="14212" table-name="auth.basic"/>
<user-time>1482</user-time>
<service-time>1450</service-time>
<build-version>3431</build-version>
</diagnostics>
<results>
<result/>
</results>
</query>
Can you help? how do i change the charset if possible in YQL?
by
0 Replies