gulbuhar / pino-twitter

Automatically exported from code.google.com/p/pino-twitter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Can't connect "some strange error" #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter pino
2. try to connect
3. shows the message "some strange error"

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

What version of the product are you using? On what operating system?
The least version. on ubuntu 9.10

Please provide any additional information below.

Original issue reported on code.google.com by akai.hen@gmail.com on 17 Dec 2009 at 2:12

GoogleCodeExporter commented 9 years ago
It always shows this message or sometimes it connects? And what type of 
connection do 
you have (in mbits/sec)?

Original comment by tro...@gmail.com on 17 Dec 2009 at 11:28

GoogleCodeExporter commented 9 years ago
never connects. I have a 30 kb/s, low adsl... why? besides the problem I really 
like
the whole project dude, congrats... i'm not a developer but i'm wondering to 
start
learnin...

Original comment by akai.hen@gmail.com on 17 Dec 2009 at 4:51

GoogleCodeExporter commented 9 years ago
I will try to reproduce this problem and fix it. But this may take a long time.

Original comment by tro...@gmail.com on 17 Dec 2009 at 5:14

GoogleCodeExporter commented 9 years ago
Hi, I have a proxy in our office. Checking the logs showed this error whenever 
I run
pino:

TCP_DENIED/411 1690 GET http://api.twitter.com/1/statuses/home_timeline.xml - 
NONE/-
text/html
TCP_DENIED/411 1679 GET http://twitter.com/statuses/mentions.xml - NONE/- 
text/html

According to this:

http://www.squid-cache.org/mail-archive/squid-users/200505/0700.html

"This is a bad request not complying fully with the HTTP specifications. To
be specific the GET requests contains a request-body which is undefined
for GET requests."

Running through Wireshark I see some output from Squid about this:

"Invalid Request. Some aspect of the HTTP Request is invalid. Possible problems:
- Missing or unknown request method
- Missing URL
- Missing HTTP Identifier (HTTP/1.0)
- Request is too large
- Content-Length missing for POST or PUT requests.
- Illegal character in hostname; underscores are allowed."

And after that, I get a:

"HTTP/1.0 411 Length Required  (text/html)"

I don't know if these help at all. But it's the errors I'm getting. Can't see 
any
"debug" mode for pino. Please note that I've used Gwibber before and it works 
through
our proxy. Also, using Tweetie on an iPhone works as well. Twitter isn't 
blocked for
me in anyway.

Original comment by thep...@gmail.com on 14 Jan 2010 at 9:07

GoogleCodeExporter commented 9 years ago
i'm getting this in the terminal output:

** (pino:4775): CRITICAL **: file default/src/rest_api_re.c: line 461: uncaught
error: 404 Not Found: The server has not found anything matching the 
Request-URI.
(rest_api_rest_error-quark, 0)

** (pino:4775): CRITICAL **: cache_get_or_download: assertion `url != NULL' 
failed

** (pino:4775): CRITICAL **: popups_start: assertion `home != NULL' failed

Original comment by dae...@gmail.com on 15 Feb 2010 at 6:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
birdnest (r102, line 82-91 deleted) + pino (up to date) + gae + ubuntu 10.04 
(up to date).

logs from gae, 

OUTGOING IP - - [07/Apr/2010:07:55:16 -0700] "GET 
/api/direct_messages.xml?count=20 HTTP/1.1" 500 29 - "pino/0.2.5,gzip(gfe)" 
"APPID.appspot.com"
I 04-07 07:55AM 11.329
None
I 04-07 07:55AM 11.329
pino/0.2.5,gzip(gfe)
E 04-07 07:55AM 16.050
/direct_messages.xml?count=20

ApplicationError: 5 

{'User-Agent': 'pino/0.2.5,gzip(gfe)'}

Original comment by angelch...@gmail.com on 7 Apr 2010 at 3:08