You are not logged in.
Thanks, it was a bug that I didn't take time to look at.
It should be fixed on the last commit, so you might want get the last revision with:
yaourt -S tyrs-git
Offline
Thank you so much Nic0! Works great now.
Long life to Tyrs!
Offline
I have this error, traying to add a identi.ca account
¿Tu elección?
base_url:https://identi.ca/api
Obteniendo una permiso temporal desde Identica
Traceback (most recent call last):
File "/usr/bin/tyrs", line 18, in <module>
main()
File "/usr/lib/python2.7/site-packages/src/tyrs.py", line 61, in main
init_conf()
File "/usr/lib/python2.7/site-packages/src/tyrs.py", line 73, in init_conf
conf = config.Config(arguments())
File "/usr/lib/python2.7/site-packages/src/config.py", line 48, in __init__
self.new_account()
File "/usr/lib/python2.7/site-packages/src/config.py", line 137, in new_account
self.authorization()
File "/usr/lib/python2.7/site-packages/src/config.py", line 387, in authorization
resp, content = oauth_client.request(REQUEST_TOKEN_URL, 'GET')
File "/usr/lib/python2.7/site-packages/oauth2/__init__.py", line 552, in request
connection_type=connection_type)
File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1436, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1188, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 1123, in _conn_request
conn.connect()
File "/usr/lib/python2.7/site-packages/httplib2/__init__.py", line 911, in connect
raise SSLHandshakeError(e)
httplib2.SSLHandshakeError: [Errno 1] _ssl.c:503: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Offline
Hi,
I've been using Tyrs for a couple of week now (tyrs-git as recommended by Nic0) and I've noticed that Tyrs crashes every single time I launch it after a couple of hours with some python errors...
See attached screenshot.
http://pix.toile-libre.org/?img=1319572790.png
Is this Tyrs related or coming from my setup?
Offline
@Alquimista,
I could reproduce the crash, but I wasn't sure were this came from, my guess would be for a wrong certificate. I retried today, and it seems fix himself by now, so you might want try again, and it should work fine.
@geekmiki,
Seems to be a bug, i'll try to have a closer look before the weekend, thanks to notice it.
Edit: it should be fix, to get the latest commit: yaourt -S tyrs-git
Last edited by Nic0 (2011-10-26 10:43:56)
Offline
I just discovered this, looks like I missed this thread all those months. Tyrs looks really great, I like its interface a lot. But I already use bitlbee with irssi for all that stuff and I'll stay with it. But Nic0, great work, keep it up!
Offline
Bitlbee is a good choice indeed,
I know some guys coming from bitlbee, and they now use Tyrs. Personally, I was a TTYtter user. But that what so great about free software, you use what you think is the best for you. Thanks for your encouragements.
Offline
Thanks Nic0 for the update, seems to have solved the crashing problem...
There's still an issue though, even though it's more cosmectic than functional:
Again, after an undefined amount of time the layout "corrupts" itself and you get the line of "qqqqq" at the bottom and on the top right. Switching from "home" to another "tab" fixes the issue.
See the screenshot: http://pix.toile-libre.org/?img=1319660927.png
Offline
This gonna be more difficult to solve, as I haven't got a clue where it could come from.
However, you can force to redraw the whole screen with 'ctrl-l' and it should clean-up the mess, or switching 'tabs' as you said. I'll have a closer look, but really not sure I can spot the bug.
Offline
works like a champ Nic0
merci beaucoup
There are no foreign lands. It is the traveler only who is foreign. --R.L Stevenson
Offline
New release today, with Tyrs 0.5.0.
With a better update thread, as it was sometime buggy after awhile, and new proxy support.
@ga01f4733 Thank you
Offline
When I open tyrs timeline gets updated but inmediately crashes with this error:
File "/usr/bin/tyrs", line 18, in <module>
main()
File "/usr/lib/python2.7/site-packages/src/tyrs.py", line 64, in main
init_tyrs()
File "/usr/lib/python2.7/site-packages/src/tyrs.py", line 69, in init_tyrs
init_interface()
File "/usr/lib/python2.7/site-packages/src/tyrs.py", line 87, in init_interface
user_interface = Interface()
File "/usr/lib/python2.7/site-packages/src/interface.py", line 60, in __init__
self.first_update()
File "/usr/lib/python2.7/site-packages/src/interface.py", line 118, in first_update
self.display_timeline()
File "/usr/lib/python2.7/site-packages/src/interface.py", line 192, in display_timeline
br = self.display_status(timeline.statuses[i], i)
File "/usr/lib/python2.7/site-packages/src/interface.py", line 294, in display_status
size = self.get_size_status(status)
File "/usr/lib/python2.7/site-packages/src/interface.py", line 405, in get_size_status
txt = self.get_text(status)
File "/usr/lib/python2.7/site-packages/src/interface.py", line 339, in get_text
text = html_unescape(status.text.replace('\n', ' '))
File "/usr/lib/python2.7/site-packages/src/utils.py", line 48, in html_unescape
return re.sub(r'&([^;]+);', entity_replacer, str)
File "/usr/lib/python2.7/re.py", line 151, in sub
return _compile(pattern, flags).sub(repl, string, count)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 0: ordinal not in range(128)
With both tyrs and tyrs-git
Offline
Cool! just found out about tyrs from hackernews feed
there's one thing i need very much for my ideal twitter client, a clever filter, i mean filter by keywords. 2nd is mute function. with these two small tweaks added tyrs will definitely be my favourite!
Merci beaucoup!!! Keep up the good work
Offline
oops.. can't figure out how to specify proxy myself what kind of proxy does tyrs support? and how to set it in config file? can't find anything from documentation
Offline
what kind of proxy does tyrs support?
My bad, I forget to put this on the documentation, check here for details to activate the proxy, sorry about that, I'll update this detail soon.
https://github.com/Nic0/tyrs/issues/86# … nt-2614603
I should be able to implement your ideas, seems good ideas to me
@eduardo.eae
I'll have a closer look as soon as possible, unfortunately that it never happen to me. I'll do my best to fix it.
Last edited by Nic0 (2011-11-07 07:49:45)
Offline
@Nic0 thx! i tried a bit and got proxy working myself really appreciate ur quick response!
Offline
I've tried tyrs and I have to say that I like it a lot. However there is something that still doesn't fit:
Is there any way to make tyrs show tweets in chronological order?
I don't know if I'm forgetting some kind of config but I didn't find anything in the documentation (it's possible I overlooked something)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
@ethail,
Tyrs display latest tweet first (on top), and if the chronological order means latest tweet on bottom, therefor it cannot do that. It won't be so easy to inverse the order as there are few stuffs depending on this display. Not impossible thought.
Thanks for the feedback, I will, for sure, check if I can do something about that.
Offline
latest on top is what I meant.
However, if tyrs does that by default, something could be wrong when some tweets from 6 days ago are displayed first than others from 4 days ago, then it continues in chronological order from that. I'll check later, right now I don't have access to tyrs
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
It doesn't look like a normal behavior indeed, I'll be please to have a closer look to this, as nobody ever mention such behavior,
If you have an account to Github, It might be easier to open a bug report here: https://github.com/Nic0/tyrs/issues
Thanks for notice this weird bug!
Last edited by Nic0 (2011-11-07 14:09:42)
Offline
@Nic0, I just noticed that tyrs is not to blame because that strange behavior also happens on twitter.com
It could be something with my recent additions to people I'm following. As said, nothing to do with tyrs
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Strange thing. It works OK now.
Offline
@eduardo.eae, my guess is that Tyrs crash on a specific tweet, now that I an older one, it doesn't crash, but if you scroll, and load older tweets, I'm pretty sure it would crash again. But with the traceback that you paste earlier, I should be able to find "a fix" and try to don't crash again on it. Thanks
@ethail, thanks to let me know
Offline
Tyrs doesn't start since a few minutes ago. Crashes with this errors:
sorry for the messy output, is right how tyrs finished
EDIT: Twitter had some issues at the time tyrs crashed. In addition tyrs crashed several times in that while. Just adding more information about when/how it crashed
EDIT2: I managed to reproduce the crash and twitter is not having issues this time. Seems to be one of the tweets in my home the cause of the issues with tyrs. Same error output that the one pasted at top of the post.
Last edited by ethail (2011-11-15 08:12:13)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Hi,
I'm still getting my now "usual" interface drawing problems.
Instead of getting a line around a tweet i have "q"s...
See the screenshot here: http://pix.toile-libre.org/?img=1321308435.jpg
Checked the log file and that's what i see:
14/11/2011 22:49:45 ERROR - Updating issue: No JSON object could be decoded
Hope you can help and thumbs up for the great work on Tyrs!
Offline