Is there any way to see logs for the consumer_key? Eg. it would be
useful to be able to debug issues by seeing the requests received by
the server.
Also is there any way to log in to a web interface to see other
statistics?
Regards,
Julius.
We don't provide this yet, but have logs.
If you tell us what issues you are having we can help you debug.
Thank you for the reply.
I am successfully assembling a valid request (I've tested it with a
web browser) however when sending it from with in my test application
in the Java environment I am receiving a FileNotFoundException as
shown in the logs below:
05-26 14:26:14.370: WARN/System.err(664):
oauth.signpost.exception.OAuthCommunicationException: Communication
with the service provider failed: http://<removed>
05-26 14:26:14.480: WARN/System.err(664): Caused by:
java.io.FileNotFoundException: http://xxx
05-26 14:26:14.500: WARN/System.err(664): at
org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:
1064)
I was hoping to see whether the response was successful at the time I
sent it. Can you see how it failed from the time shown above? It will
(probably) be 12 hours before the time shown (ie. 2:26am).
Regards,
Julius.
On May 26, 9:24 pm, "Hibri @ 7Digital" <hibri.marz...@gmail.com>
wrote:
Can you send me the full request you are making ? I'll look for the
requests you've made
From the details you've given it seems to be a problem with the test
application, not making a request at all.
This will not show up in our logs.
You mentioned it works in your browser, so it's likely to how you've
implemented it in your test application.
On 26 May, 10:53, julius <jmvspen...@gmail.com> wrote:
> Hi Hibri,
>
> Thank you for the reply.
>
> I am successfully assembling a valid request (I've tested it with a
> web browser) however when sending it from with in my test application
> in the Java environment I am receiving a FileNotFoundException as
> shown in the logs below:
>
> 05-26 14:26:14.370: WARN/System.err(664):
> oauth.signpost.exception.OAuthCommunicationException: Communication
> with the service provider failed: http://<removed>
>
> 05-26 14:26:14.480: WARN/System.err(664): Caused by:
> java.io.FileNotFoundException:http://xxx
> 05-26 14:26:14.500: WARN/System.err(664): at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection....
On 26 May, 10:53, julius <jmvspen...@gmail.com> wrote:
> Hi Hibri,
>
> Thank you for the reply.
>
> I am successfully assembling a valid request (I've tested it with a
> web browser) however when sending it from with in my test application
> in the Java environment I am receiving a FileNotFoundException as
> shown in the logs below:
>
> 05-26 14:26:14.370: WARN/System.err(664):
> oauth.signpost.exception.OAuthCommunicationException: Communication
> with the service provider failed: http://<removed>
>
> 05-26 14:26:14.480: WARN/System.err(664): Caused by:
> java.io.FileNotFoundException:http://xxx
> 05-26 14:26:14.500: WARN/System.err(664): at
> org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection....