Notices


Reply
Thread Tools
Posts: 90 | Thanked: 5 times | Joined on May 2010
#621
Love the new version.. Just realized there's a button on the right to move to the last tweet on the page. And geolocation!!
Request: could we have a button next to the "W" button to turn on/off the geotagging?
Also,is it possible to open witter to the last tweet that was read, rather than the newest one?

Thanks again btw, like i tweeted, it's almost complete!!
 
Posts: 130 | Thanked: 57 times | Joined on Jul 2010 @ UK
#622
Hi Daniel,

I had the update for witter last night and now I cant run it.

Have already tried removing all the .witter folders, uninstalling, then re-installing - just cannot get it to run. When I try I get the black screen and timer thing on title bar for 3-4 seconds then it disappears.

Did the run-standalone thing and last line reads this:

File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
Import Error: No module name location


Any ideas what might be wrong here?

Thanks,
Ian
 
Posts: 49 | Thanked: 8 times | Joined on May 2010 @ Sweden
#623
Originally Posted by ikirk View Post
Hi Daniel,

I had the update for witter last night and now I cant run it.

Have already tried removing all the .witter folders, uninstalling, then re-installing - just cannot get it to run. When I try I get the black screen and timer thing on title bar for 3-4 seconds then it disappears.

Did the run-standalone thing and last line reads this:

File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
Import Error: No module name location


Any ideas what might be wrong here?

Thanks,
Ian
the same thing for me too..
 
Posts: 1 | Thanked: 0 times | Joined on Aug 2010
#624
Hello everyone

Trying to use the latest version from devel 0.3.6-0 . It keeped loading the timeline when I was starting witter (with the wait little circle continously going round and round), even though it told me I had 200 new tweets and 20 new DM.

I erased all files and folders related to witter (.witter and such), and tried restarting witter without any success. It is still opened, but I can't do anything in it, seems unresponsive (even for minutes). It doesn't even ask me to enter my login and pwd info for identi.ca and/or twitter.

Here is my log:

No config file, prompt for uid / pwd
Failed to establish api for Twitter
Failed to establish api for Twitter
failed to read timeline file
failed to read timeline file
failed to read timeline file
/opt/witter/ui/gtkWitter.py:78: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed
self.builder.add_from_file("/usr/share/witter/witter.ui")
UI elements loaded from file
signals connected to buttons
Loading Theme Icons
pixbufs loaded for default theme
defining ui buttons
define portrait keyboard objects
define general window
setting up treeview
adding button to panned area
time to show the window
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
pixbufs loaded for default theme
pixbufs loaded for default theme
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
end refresh setup
setting never rotate
trigger landscape orientation
Traceback (most recent call last):
File "/opt/witter/witter.py", line 1215, in <module>
app = Witter()
File "/opt/witter/witter.py", line 205, in __init__
self.activeAccount.setProfileInfo()
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 143, in setProfileInfo
AttributeError: 'NoneType' object has no attribute 'GetUser'
 
Posts: 90 | Thanked: 5 times | Joined on May 2010
#625
damn.. exact same problem as everyone else!! was working perfectly the whole day.. till ten minutes ago!!

UPDATE: It's working properly again now.. On wifi now, and the problem seemed to be happening only with 2g..

Last edited by hotzigetty; 2010-08-13 at 22:12. Reason: PRoblem solved
 
Posts: 77 | Thanked: 38 times | Joined on Jan 2010
#626
Originally Posted by ikirk View Post
Did the run-standalone thing and last line reads this:

File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 41, in <module>
Import Error: No module name location


Any ideas what might be wrong here?
There is a missing dependency. You need to do:

Code:
sudo gainroot
apt-get install python-location
I have already opened a bug and Daniel has indicated that it will be fixed in the next version.
 

The Following 2 Users Say Thank You to tnhh For This Useful Post:
Posts: 189 | Thanked: 23 times | Joined on May 2010
#627
Originally Posted by nosa101 View Post
a reboot fixed my virtual keyboard problem
Really? cause mine is not working and i already reboot my phone a lot of times... help?
 
Posts: 51 | Thanked: 20 times | Joined on Feb 2010 @ Malta
#628
Originally Posted by tnhh View Post
There is a missing dependency. You need to do:

Code:
sudo gainroot
apt-get install python-location
I have already opened a bug and Daniel has indicated that it will be fixed in the next version.
Yep i can confirm the missing package is the issue. Running the command fixes it.
 
Posts: 20 | Thanked: 2 times | Joined on Jun 2010
#629
Hi Daniel, my witter stopped starting up, I tried the fix of installing the dependency. Now it starts up but doesn't load any tweet and is also unresponsive when active. Thanks.

~ $ run-standalone.sh python2.5 /opt/witter/witter.py
No config file, prompt for uid / pwd
Failed to establish api for Twitter
Failed to establish api for Twitter
failed to read timeline file
failed to read timeline file
failed to read timeline file
/opt/witter/ui/gtkWitter.py:78: GtkWarning: gtk_container_child_set_property: assertion `child->parent == GTK_WIDGET (container)' failed
self.builder.add_from_file("/usr/share/witter/witter.ui")
UI elements loaded from file
signals connected to buttons
Loading Theme Icons
pixbufs loaded for default theme
defining ui buttons
define portrait keyboard objects
define general window
setting up treeview
adding button to panned area
time to show the window
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
pixbufs loaded for default theme
pixbufs loaded for default theme
probably nothing selected
couldn't scroll to item
probably nothing selected
couldn't scroll to item
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
running tasks: 1
Failed to establish api for Twitter
running tasks: 0
end refresh setup
setting never rotate
trigger landscape orientation
Traceback (most recent call last):
File "/opt/witter/witter.py", line 1215, in <module>
app = Witter()
File "/opt/witter/witter.py", line 205, in __init__
self.activeAccount.setProfileInfo()
File "/home/user/src/witter/fremantle/src/opt/witter/account/account.py", line 143, in setProfileInfo
AttributeError: 'NoneType' object has no attribute 'GetUser'
quitting
lat = 39.400000, long = 0.000000
^C~ $
 
Posts: 49 | Thanked: 8 times | Joined on May 2010 @ Sweden
#630
Geolocation seems to be a bit broken..

When I tried it was like 200km off my current position
 
Reply

Tags
python, twitter


 
Forum Jump


All times are GMT. The time now is 08:40.