Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    witter - a python twitter client

    Reply
    Page 46 of 84 | Prev | 36   44     45   46   47     48   56 | Next | Last
    lifenexus | # 451 | 2010-05-31, 18:47 | Report

    congratz on the new update. portrait works fine. i have a problem though. iits the fullscreen thing. when i click on full screen, it works fine, he top bar disappears. but when if i click on the text bar to type, it exits out of full screen and never goes back until i click full screen

    Edit | Forward | Quote | Quick Reply | Thanks

     
    skr0 | # 452 | 2010-05-31, 18:56 | Report

    Still on v0.3.3-3
    Ran Witter normally and the timeline was empty, closed application. Ran from command line:
    $ run-standalone.sh python2.5 /opt/witter/witter.py
    Nothing in timeline nor mentions and i received a new error of:
    Error retrieving tweets (8, EOF occured in violation of protocol

    Xterm output (as much as I could get):
    /opt/witter/ui/gtkWitter.py:76: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed
    self.builder.add_from_file("/usr/share/witter/witter.ui")
    /opt/witter/ui/gtkWitter.py:109: GtkWarning: Could not lookup object gtk.RESPONSE_YES on signal clicked of object Ok-oauth
    self.builder.connect_signals(dic)
    /opt/witter/ui/gtkWitter.py:109: GtkWarning: Could not lookup object gtk.RESPONSE_YES on signal clicked of object Ok
    self.builder.connect_signals(dic)
    running tasks: 1
    getting tweets with Skr0
    base url = https://twitter.com/
    base url of api object = https://twitter.com/
    refreshing since15106578930
    fetching tweets from https://twitter.com/statuses/friends_timeline.json
    running tasks: 2
    getting dms
    running tasks: 3
    getting mentions
    refreshing since15068976607
    running tasks: 4
    getting public
    end refresh setup
    running tasks: 3
    error
    Error retrieving dms timed out
    running tasks: 2
    error
    Error retrieving tweets timed out
    running tasks: 1
    Exception in thread Thread-4:
    Traceback (most recent call last):
    File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
    File "/usr/lib/python2.5/threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
    File "/home/user/src/witter/fremantle/src/opt/witter/witter/refresh_thread.py", line 41, in _start
    File "/opt/witter/witter.py", line 753, in getPublicWrapper
    self.activeAccount.getPublic(auto=autoval, older=get_older, get_count=more)
    File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 510, in getPublic
    File "/home/user/src/witter/fremantle/src/opt/witter/twitter.py", line 1331, in GetPublicTimeline
    json = self._FetchUrl(url, parameters=parameters)
    File "/home/user/src/witter/fremantle/src/opt/witter/oauthtwitter/oauthtwitter.py", line 140, in _FetchUrl
    File "/usr/lib/python2.5/socket.py", line 304, in read
    data = self._sock.recv(rbufsize)
    File "/usr/lib/python2.5/httplib.py", line 529, in read
    s = self.fp.read(amt)
    File "/usr/lib/python2.5/httplib.py", line 1027, in read
    s = self._read()
    File "/usr/lib/python2.5/httplib.py", line 1003, in _read
    buf = self._ssl.read(self._bufsize)
    sslerror: The read operation timed out

    running tasks: 2
    getting tweets with Skr0
    base url = https://twitter.com/
    base url of api object = https://twitter.com/
    fetching tweets from https://twitter.com/statuses/friends_timeline.json
    running tasks: 3
    getting tweets with Skr0
    base url = https://twitter.com/
    base url of api object = https://twitter.com/
    refreshing since15106578930
    fetching tweets from https://twitter.com/statuses/friends_timeline.json
    <hildon.Button object at 0x41b22698 (HildonButton at 0x3d30e8)>
    mentions
    <hildon.Button object at 0x41b22698 (HildonButton at 0x3d3048)>
    timeline
    error
    Error retrieving tweets (8, 'EOF occurred in violation of protocol')
    running tasks: 2
    error
    Error retrieving tweets (8, 'EOF occurred in violation of protocol')
    running tasks: 1
    running tasks: 2
    getting tweets with Skr0
    base url = https://twitter.com/
    base url of api object = https://twitter.com/
    refreshing since15106578930
    fetching tweets from https://twitter.com/statuses/friends_timeline.json
    Stop Wittering
    shutting down refresh loop
    written config object to file
    stopping thread
    stopping thread
    stopping thread
    stopping thread
    killing thread
    killing thread
    killing thread
    error
    Error retrieving tweets The connect operation timed out
    running tasks: 1

    Edit | Forward | Quote | Quick Reply | Thanks

     
    skr0 | # 453 | 2010-05-31, 19:00 | Report

    Correction to above, when uninstalling it stated it was actually v0.3.3-4

    Edit | Forward | Quote | Quick Reply | Thanks

     
    cy8aer | # 454 | 2010-06-01, 07:20 | Report

    Originally Posted by dwould View Post
    Can I ask if you are oAuth or basic auth (it shouldn't make a difference, but could be relevant)
    Twitter: oAuth, status.net-Account: basic (not shure if oAuth is possible with my status.net instance anyway )

    Edit | Forward | Quote | Quick Reply | Thanks

     
    dwould | # 455 | 2010-06-01, 13:27 | Report

    Originally Posted by skr0 View Post
    Correction to above, when uninstalling it stated it was actually v0.3.3-4
    all of that looks like your network connection was down r it was unable to see twitter.com
    could you get to anything? twitter in a browser from n900?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    nosa101 | # 456 | 2010-06-01, 13:29 | Report

    The new update is pretty nifty. Thanks for the work

    Edit | Forward | Quote | Quick Reply | Thanks

     
    marcdxn | # 457 | 2010-06-01, 14:33 | Report

    Will we get a witter desktop widget to allow us to do a quick twitter status update by your self.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    hawaii | # 458 | 2010-06-01, 14:53 | Report

    Too many other things that need to be added before a widget will be created.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    dwould | # 459 | 2010-06-01, 14:59 | Report

    Originally Posted by cy8aer View Post
    Twitter: oAuth, status.net-Account: basic (not shure if oAuth is possible with my status.net instance anyway )
    Sorry, I'm stumped, is it possible the status.net account doesn't support new style retweets? eg could I be making an API call which that server doesn't support?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    dwould | # 460 | 2010-06-01, 15:00 | Report

    Originally Posted by marcdxn View Post
    Will we get a witter desktop widget to allow us to do a quick twitter status update by your self.
    It' already been said, but basically I'm focussed on features and fixes for the main app, haven't even looked at what a desktop widget requires, in any case it's bottom of a long list of things to do

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to dwould For This Useful Post:
    bheetebrij, marcdxn

     
    Page 46 of 84 | Prev | 36   44     45   46   47     48   56 | Next | Last
vBulletin® Version 3.8.8
Normal Logout