0

still 500 error- what is wrong with the URI

I get this error

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

javax.el.ELException: bad Uri 'http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20social.connections.updates%20where%20guid%3Dme&format=json ' - java.lang.IllegalArgumentException: java.net.URISyntaxException: Illegal character in query at index 121: http://query.yahooapis.com/v1/public/yql?q...amp;format=json


using this code

<Content type="html" view="YahooSmallView">
</Content>

<Content type="html" view="YahooFullView">

<![CDATA[

<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/markup">
<os:HttpRequest key="yql1"

href="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20social.connections.updates%20where%20guid

%3Dme&format=json
"/>
</script>


<script type="text/os-template" require="yql1">
<ul>
<li repeat="${yql1.content.query.results.photo}">
<span id="id

${Context.Index}">${Cur.title}</span>
</li>
</ul>
<div><p>${yql1}
</p>
</div>
</script>

]]>

</Content>
</Module>

by
0 Replies

Recent Posts

in YAP