influencia0406 / oauth-signpost

Automatically exported from code.google.com/p/oauth-signpost
0 stars 0 forks source link

URLDecoder issue while trying against OAuth from jaiku #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attached is the twitter example showing the problem

I am not sure if this is a Jaiku issue or signpost but I get the following
exception:

Exception in thread "main"
oauth.signpost.exception.OAuthCommunicationException: Communication with
the service provider failed: URLDecoder: Illegal hex characters in escape
(%) pattern - For input string: " a"

I will continue to investigate and update accordingly.

Original issue reported on code.google.com by charroch on 11 Jul 2009 at 7:52

Attachments:

GoogleCodeExporter commented 8 years ago
BTW is there any google groups or similar I could use instead of bug tracker?

Original comment by charroch on 11 Jul 2009 at 7:53

GoogleCodeExporter commented 8 years ago
I just created a Google group here: 
http://groups.google.com/group/signpost-users

Original comment by m.kaepp...@gmail.com on 12 Jul 2009 at 10:55

GoogleCodeExporter commented 8 years ago
I just ran this through the debugger, and the reason why you get this error is 
that
the server answers to the request token request with an error website:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en ">  <head>    <meta
http-equiv="Content-Type" content="text/html; charset=UTF-8"/>    <title>Jaiku |
Something Broke :(</title>    <style type="text/css">      body {        
background:
#fff;        font: 80% arial;        margin: 2em;      }      div#content {     

background: #fff url(/themes/classic/maintenance-bird.gif) no-repeat;        
padding:
5px 25px 0 90px;        width: 345px;        height: 190px;        margin: 6em; 

}      div#content h1 {        font-weight: normal;        font-size: 1.4em;    

margin: 0;      }      div#content p {        margin: 70px 0 0 50px;       
font-size: 1.1em;      }      a img {        border: none;       }    </style> 
</head>  <body>    <div id="header">          <a href="http://www.jaiku.com"
id="logo">        <img src="/themes/classic/logo-big.gif" alt="Jaiku" />      
</a>  
 </div>    <div id="content">      <h1>        Whoa! That was *not* what I was
expecting.      </h1>    </div>  </body></html>

Looks like the Jaiku OAuth stuff is broken, you may want to contact them 
instead.

Original comment by m.kaepp...@gmail.com on 12 Jul 2009 at 11:06

GoogleCodeExporter commented 8 years ago
my bad.

thx,
Carl

Original comment by charroch on 12 Jul 2009 at 11:25

GoogleCodeExporter commented 8 years ago
Sure no problem. If you find that something is still not working on the client 
side,
feel free to re-open.

Original comment by m.kaepp...@gmail.com on 12 Jul 2009 at 11:36