google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

Nullpointer error on console #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. app.yaml file had 'login: required' for url: /_ah/spi/.*
2. Server returned error 500 (INFO     2014-12-06 01:18:33,191 module.py:709] 
api: "GET /_ah/api/discovery/v1/apis HTTP/1.1" 500 60)

3.

Java console showed:
 Uncaught java.lang.NullPointerExceptioncom.google.api.explorer.Explorer-0.js:11719 handleResponsecom.google.api.explorer.Explorer-0.js:11734 onresponsecom.google.api.explorer.Explorer-0.js:11726 (anonymous function)com.google.api.explorer.Explorer-0.js:42406 apply_44com.google.api.explorer.Explorer-0.js:42487 entry0com.google.api.explorer.Explorer-0.js:42451 (anonymous function)cb=gapi.loaded_0:218 (anonymous function)cb=gapi.loaded_0:216 tcb=gapi.loaded_0:162 (anonymous function)cb=gapi.loaded_0:87 _.T.E.__cbcb=gapi.loaded_0:81 gcb=gapi.loaded_0:72 c

No feedback on error from API explorer

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

MacOS

Please provide any additional information below.

Original issue reported on code.google.com by mil...@angad.biz on 6 Dec 2014 at 1:27