hi5 opensocial Issue of syntax error: ..... rc:504 error,inJavaScript making request .Please Somebod

C

charith

Hi All,

I get this error very frequently
syntax error
() in frequently calling a servlets and html files also
In the response of the makeRequest is this way
"body":"","rc":"504"
When clicked on the error displayed in firebug,it redirects to a js
file
line 186 >>

}}return{stringify:stringify,parse:function(text){if(/^[\],:{}\s]*

$/.test
(text.replace(/\\["\\\/b-u]/g,"@").replace(/"[^"\\\n\r]*"|true|false|
null|-
?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)
+/g,""))){return eval("("+text+")")

What eactly does this mean?

I don't know what might go wrong. I have the same application in
Orkut,FaceBook and don't have these problems. We need some help,
please.....
 
Á

Álvaro G. Vicario

charith escribió:
I get this error very frequently
syntax error
() in frequently calling a servlets and html files also
In the response of the makeRequest is this way
"body":"","rc":"504"

If 504 is the HTTP status code (you don't explain it), it means "Gateway
Timeout".
When clicked on the error displayed in firebug,it redirects to a js
file
line 186 >>

}}return{stringify:stringify,parse:function(text){if(/^[\],:{}\s]*

$/.test
(text.replace(/\\["\\\/b-u]/g,"@").replace(/"[^"\\\n\r]*"|true|false|
null|-
?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)
+/g,""))){return eval("("+text+")")

What eactly does this mean?

It's hard to debug anything when all the code is in a single line of
some dialect of chinese, but I'd say that it looks like text is empty so:

eval("("+text+")"

becomes:

()

Perhaps it happens when there's a timeout and you receive no data :-?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top