asolfre / qwit

Automatically exported from code.google.com/p/qwit
GNU General Public License v3.0
0 stars 0 forks source link

OAuth crash with HMAC(SHA1) is not supported #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open qwit
2. Add a Twitter account
3. Mark OAuth and click in Authorize button
4. qwit close immediately

What is the expected output? What do you see instead?
I don't know the expected output. In console output is:

lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_add_friend(QString)
lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_unfollow_friend(QString,UserMgmtWidgetItem*)
lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_block_friend(QString,UserMgmtWidgetItem*)
lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_follow_follower(QString,UserMgmtWidgetItem*)
lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_unfollow_follower(QString,UserMgmtWidgetItem*)
lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_block_follower(QString,UserMgmtWidgetItem*)
lun ago 9 19:21:41 2010 Warning: QMetaObject::connectSlotsByName: No matching 
signal for on_unblock_user(QString,UserMgmtWidgetItem*)
lun ago 9 19:21:41 2010 Warning: QLayout: Attempting to add QLayout "" to 
FriendshipsMgmtPage "", which already has a layout
lun ago 9 19:21:41 2010 Warning: QLayout: Attempting to add QLayout "" to 
MainWindow "MainWindow", which already has a layout
lun ago 9 19:24:29 2010 Fatal: HMAC(SHA1) is not supported!
Abortado

What version of the product are you using? On what operating system?
qwit (1.0+svn346-1) over Debian GNU/Linux "testing" on 2.6.32-5-amd64.

Original issue reported on code.google.com by day...@gmail.com on 9 Aug 2010 at 5:27

GoogleCodeExporter commented 9 years ago
Same issue with qwit-1.1-pre2-x86 on Ubuntu 10.04.1 / 2.6.32-24-generic.

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

GoogleCodeExporter commented 9 years ago
I've fixed installing libqca2-plugin-ossl package in my Debian testing, like 
someone said in Debian bug reports[1].

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592374#60

Original comment by day...@gmail.com on 1 Sep 2010 at 1:53