Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > hi5 opensocial Issue of syntax error: ..... rc:504 error,inJavaScript making request .Please Somebody Help for me

Reply
Thread Tools

hi5 opensocial Issue of syntax error: ..... rc:504 error,inJavaScript making request .Please Somebody Help for me

 
 
charith
Guest
Posts: n/a
 
      06-17-2008
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.....
 
Reply With Quote
 
 
 
 
Álvaro G. Vicario
Guest
Posts: n/a
 
      06-17-2008
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



--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://bits.demogracia.com
-- Mi web de humor al baño María: http://www.demogracia.com
--
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Jessica would like to be your friend on hi5! Lawrence D'Oliveiro NZ Computing 1 02-03-2010 08:03 AM
Will somebody help assist me about the pointer issue? sxzong@gmail.com C Programming 7 07-16-2007 07:30 PM
Hoping somebody with higher access then guest to Cisco's web site will help me on an altruistic endeavour BikeZilla Cisco 6 08-18-2004 12:17 AM
help ! I need somebody help ! Laurent Cisco 11 05-18-2004 02:42 PM
Re: Accessing Request.InputStream / Request.BinaryRead *as the request is occuring*: How??? Brian Birtle ASP .Net 2 10-16-2003 02:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57