Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error getting a response from the server #6

Open
brettvac opened this issue May 19, 2019 · 5 comments
Open

Error getting a response from the server #6

brettvac opened this issue May 19, 2019 · 5 comments

Comments

@brettvac
Copy link

brettvac commented May 19, 2019

Knicker has suddenly started throwing KnickerExceptions and the error message is Error getting a response from the server.

 net.jeremybrooks.knicker.KnickerException: Error getting a response from the server.
 at net.jeremybrooks.knicker.Util.doGet(Util.java:144)
 at net.jeremybrooks.knicker.Util.doGet(Util.java:85)
 at net.jeremybrooks.knicker.WordsApi.randomWord(WordsApi.java:165)
 at net.jeremybrooks.knicker.WordsApi.randomWord(WordsApi.java:64)
at kerguelenpetrel.UpdateStatusServlet.doGet(UpdateStatusServlet.java:95)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1623)
at com.google.appengine.tools.development.ResponseRewriterFilter.doFilter(ResponseRewriterFilter.java:134)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at com.google.appengine.tools.development.HeaderVerificationFilter.doFilter(HeaderVerificationFilter.java:34)

And also this happens:

Caused by: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.

But I'm not sure if this is related and I'm also not sure why this started occurring a few days ago.

@hkurra
Copy link

hkurra commented Jul 10, 2019

I am also facing the same issue on one of my Android App.
Earlier it was working fine

@hkurra
Copy link

hkurra commented Jul 10, 2019

image

@judeibe
Copy link

judeibe commented Jul 18, 2019

Looks like wordnik it no longer sends xml. Only json now. I think I may work on this part.

@yoguess11
Copy link

Did you guys have this issue resolved by any chance? I know its been a year, but I still have this problem. It says error receiving response from the server with error code 422 for x URL, which when I try to get on, it says no API Key found in request, even though I set an API key with System.setProperty();

@hkurra
Copy link

hkurra commented Aug 31, 2020

@havoclee No, I was not able to work on this issue, I have started on this, but then I got busy somewhere else.
Moreover, I have disabled the features in my app dependent on this library due to other reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants