KGIII / pino-twitter

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

Pino won't update timeline #316

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
From pino's error log:

[Aug 31 16:44:36] GET: http://api.twitter.com/statuses/home_timeline.xml
[Aug 31 16:53:35] 502 Unknown Error
[Aug 31 16:53:35] GET: http://api.twitter.com/statuses/mentions.xml
[Aug 31 16:53:49] 401 Unauthorized: the request requires user authentication.
[Aug 31 16:53:49] GET: http://api.twitter.com/direct_messages.xml
[Aug 31 16:53:51] 401 Unauthorized: the request requires user authentication.
[Aug 31 16:54:43] GET: http://api.twitter.com/statuses/home_timeline.xml
[Aug 31 16:58:51] GET: http://api.twitter.com/statuses/home_timeline.xml
[Aug 31 17:02:22] 502 Unknown Error
[Aug 31 17:02:22] GET: http://api.twitter.com/statuses/mentions.xml

From terminal:

zach@blue:~$ pino 
Xlib:  extension "RANDR" missing on display ":0.0".
Gtk-Message: Failed to load module "globalmenu-gnome": libglobalmenu-gnome.so: 
cannot open shared object file: No such file or directory
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 

** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 
** Message: useQuirks: 0 / 0 / 

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered 
(g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered 
(g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered 
(g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered 
(g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)

** (pino:2315): CRITICAL **: file /build/buildd/pino-0.2.11/src/cache.c: line 
376: uncaught error: Automount failed: mountpoint for 
org.gtk.vfs.mountpoint.http already running (g-io-error-quark, 16)
^C

Pino 0.2.11 on ubuntu 10.04 x64

Original issue reported on code.google.com by nosr...@gmail.com on 31 Aug 2010 at 10:10

GoogleCodeExporter commented 8 years ago
I have same problem, I can't view my timeline, mentions, directo messages. Only 
works new tweets and see user profiles. I'm using Pino 0.2.10 on Fedora 13 x64.
This problem begin 5 or 7 hours ago.

Original comment by gotenc...@gmail.com on 1 Sep 2010 at 12:40

GoogleCodeExporter commented 8 years ago
It's due to twitter turning off basic auth.  Pino needs to switch to oauth, or 
xauth (I hear the latter is better?)

Original comment by nosr...@gmail.com on 1 Sep 2010 at 12:43

GoogleCodeExporter commented 8 years ago
This is because Twitter has revoked the default auth method, and only allows 
OAuth, that Pino doesn't implements yet on version 0.2.X

Original comment by JoseL.Segura on 1 Sep 2010 at 8:39

GoogleCodeExporter commented 8 years ago
Well, that was kinda redundant.

Original comment by nosr...@gmail.com on 1 Sep 2010 at 12:56

GoogleCodeExporter commented 8 years ago
Does anybody know when version 0.3 is out?

Original comment by relga...@gmail.com on 1 Sep 2010 at 12:57

GoogleCodeExporter commented 8 years ago
I'm kinda disappointed that the devs didn't bring out an OAuth-ready version of 
Pino in time. Now I look like an ass to all the people I recommended to switch 
from Gwibber to Pino. >:-O

Original comment by igi...@gmail.com on 2 Sep 2010 at 8:03

GoogleCodeExporter commented 8 years ago
Gwibber has stopped working too. However, it seems there is a working (although 
unstable) version which does support OAuth.

Original comment by fibonacc...@gmail.com on 2 Sep 2010 at 8:30

GoogleCodeExporter commented 8 years ago
Pino was almost the perfect twitter client, it's a shame it didn´t survived 
the OAuthpocalypsis :(

Original comment by josernes...@gmail.com on 2 Sep 2010 at 2:46

GoogleCodeExporter commented 8 years ago
Will you fix this, my dear devs?

Original comment by dottorbl...@gmail.com on 4 Sep 2010 at 9:50

GoogleCodeExporter commented 8 years ago
@dottorblaster

It's already fixed in 0.3, it's just there's nothing more than screenshots of 
it to be had.

Original comment by nosr...@gmail.com on 4 Sep 2010 at 10:04

GoogleCodeExporter commented 8 years ago
Thank you for the very quick response nosrepa.
So, I feel relaxed now but... when will be release this 0.3?

Original comment by dottorbl...@gmail.com on 4 Sep 2010 at 11:00

GoogleCodeExporter commented 8 years ago
i will release my twitter-only build (im not original developer) in next days 
(say, monday) 

Original comment by lost.chi...@gmail.com on 4 Sep 2010 at 3:00