Closed GoogleCodeExporter closed 8 years ago
The console error could be due to a component not being found. I received the
same error in the application when a SingleFetch function had not been
generated and imported into the webapp.
Debugging through the console is not the best way to solve issues like this. Is
there another method of tracing the source of the problem? Would have preferred
the system to throw an exception with meaningful data - such as the token and
parse string.
Original comment by darryl.m...@radmt.com
on 28 Jun 2011 at 11:32
Darryl - Maybe Joshua Kerns or Mark will have some better advice, but for
debugging, I have been using Google Chrome, Ctrl-Shift-J to step through the
java script.
Original comment by jdrhodes...@gmail.com
on 28 Jun 2011 at 11:51
Thanks for the tip - have used it extensively today
Original comment by darryl.m...@radmt.com
on 29 Jun 2011 at 4:23
This error was caused by the panel automatically submitting the form, resulting
in the request parameters not being set correctly. WebClient would return an
HTML response rather than a JSON response, which is why the JSON would not
parse correctly.
This issue should now be resolved in trunk.
Original comment by j...@jkerns.com
on 29 Jun 2011 at 5:26
Hi
Could someone please tell me how they fixed this issue?
I can't suss out what is happening with my Ext.Ajax.request ... initially I was
getting the json object returned but now I am getting the Uncaught SyntaxError
Uncaught SyntaxError: Unexpected end of input
Ext.util.JSON.decodesencha-touch-debug-w-comments.js:23504
Ext.Ajax.request.successnewfile.php:21
Ext.data.Connection.Ext.extend.onCompletesencha-touch-debug-w-comments.js:27674
Ext.data.Connection.Ext.extend.onStateChangesencha-touch-debug-w-comments.js:276
58
(anonymous function)
any hints or tips would be greatly appreciated
Thanks
Original comment by mk.kelly...@gmail.com
on 1 Nov 2011 at 4:30
Original issue reported on code.google.com by
darryl.m...@radmt.com
on 26 Jun 2011 at 10:28