jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Twidge 1.0.6 debian, work on cron, but dont work in shell #34

Closed danilomoretto closed 12 years ago

danilomoretto commented 12 years ago

Hello,

Greetings from Venezuela, Congratulations for this excellent tool for Microblogging...

I installed an configured twidge using de deb package for debian twidge ver 1.0.6, an them i put in cron file /25 * * * \ twidge dmsend @account "message here" Is working perctly, but, when im trying to use twidge in the command line in the shell.. returnd (Bad response 403) Im using the same user, that own the working cron file...

I only can make updates from shell, but i cant dmsend...

If anyone can help me please..

EXCUSE MY ENGLISH

This is the OUTPUT using debug:

danilo@debian-server:/var/spool/cron/crontabs$ twidge -d dmsend @buhonero "Buenos dias" CP /home/danilo/.twidgerc exists? True Sending request: ReqHttp {version = HTTP/1.1, ssl = True, host = "api.twitter.com", port = 443, method = POST, reqHeaders = Authorization=OAuth%20oauth_signature%3D%22p3xn75iTkzD%252FNJeecL%252Flr7NwBE4%253D%22%2Coauth_consumer_key%3D%22pzWekpM5IRh7HaKc9syEw%22%2Coauth_nonce%3D%22805691717%22%2Coauth_timestamp%3D%221318693298%22%2Coauth_signature_method%3D%22HMAC-SHA1%22%2Coauth_version%3D%221.0%22%2Coauth_token%3D%22199001233-ixAkPTvQ2ajGf5xoQpTiT5iTHPbxdRT7l0v3FtMA%22, pathComps = ["","1","direct_messages","new.xml"], qString = source=Twidge&text=Buenos%20dias&user=%40buhonero, reqPayload = Empty} Got response: (403,"",[],"") twidge: user error (Bad response: 403) danilo@debian-server:/var/spool/cron/crontabs$

danilomoretto commented 12 years ago

Excuse the problem was on my twitter account, over the 250 dm day of DM Thank you

jgoerzen commented 12 years ago

Hi,

Your problem may be putting the @ sign in front of the destination account. Try leaving it off, and also try making sure that you're sending to the same accounts.

On 10/15/2011 10:43 AM, danilomoretto wrote:

Hello,

Greetings from Venezuela, Congratulations for this excellent tool for Microblogging...

I installed an configured twidge using de deb package for debian twidge ver 1.0.6, an them i put in cron file /25 * * * \ twidge dmsend @account "message here" Is working perctly, but, when im trying to use twidge in the command line in the shell.. returnd (Bad response 403) Im using the same user, that own the working cron file...

I only can make updates from shell, but i cant dmsend...

If anyone can help me please..

EXCUSE MY ENGLISH

This is the OUTPUT using debug:

danilo@debian-server:/var/spool/cron/crontabs$ twidge -d dmsend @buhonero "Buenos dias" CP /home/danilo/.twidgerc exists? True Sending request: ReqHttp {version = HTTP/1.1, ssl = True, host = "api.twitter.com", port = 443, method = POST, reqHeaders = Authorization=OAuth%20oauth_signature%3D%22p3xn75iTkzD%252FNJeecL%252Flr7NwBE4%253D%22%2Coauth_consumer_key%3D%22pzWekpM5IRh7HaKc9syEw%22%2Coauth_nonce%3D%22805691717%22%2Coauth_timestamp%3D%221318693298%22%2Coauth_signature_method%3D%22HMAC-SHA1%22%2Coauth_version%3D%221.0%22%2Coauth_token%3D%22199001233-ixAkPTvQ2ajGf5xoQpTiT5iTHPbxdRT7l0v3FtMA%22, pathComps = ["","1","direct_messages","new.xml"], qString = source=Twidge&text=Buenos%20dias&user=%40buhonero, reqPayload = Empty} Got response: (403,"",[],"") twidge: user error (Bad response: 403) danilo@debian-server:/var/spool/cron/crontabs$