Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error retrieving from URL https://api.twitter.com #48

Open
amunters opened this issue Jul 31, 2019 · 3 comments
Open

error retrieving from URL https://api.twitter.com #48

amunters opened this issue Jul 31, 2019 · 3 comments

Comments

@amunters
Copy link

Have been using bti for many years with great success. But since a couple of days I'm getting following errors:

echo "test" | bti --action update --debug --verbose

bti - version 034
bti: main: tweet = test
bti: main: config file = /root/.bti
bti: main: host = 0
bti: main: action = 0
bti: send_request: https://api.twitter.com/1.1/statuses/update.json?status=test
bti: send_request: req_url:https://api.twitter.com/1.1/statuses/update.json
bti: send_request: reply:(null)
Error retrieving from URL (https://api.twitter.com/1.1/statuses/update.json?status=test)
operation failed

Any idea what's going on?

Regards,
Allard Munters
Netherlands

@gregkh
Copy link
Owner

gregkh commented Jul 31, 2019 via email

@amunters
Copy link
Author

Hi Greg, if you have time, would you please be so kind to try it out from your side? I believe something has changed recently on the Twitter side that causes this error.

@paulrho
Copy link
Contributor

paulrho commented Nov 22, 2021

I think this is now fixed / working. Works for me on Fedora 33 with bti 34

[paulrho@localhost btitest]$ bti --config bti-Paulrho.config --verbose --action update --debug
bti: session_readline_init: Using libreadline.so.5 for readline library
bti - version 034
tweet: test on 34 fedora 33 debug
bti: main: tweet = test on 34 fedora 33 debug
bti: main: config file = bti-paulrho.config
bti: main: host = 0
bti: main: action = 0
bti: send_request: https://api.twitter.com/1.1/statuses/update.json?status=test%20on%2034%20fedora%2033%20debug
bti: send_request: req_url:https://api.twitter.com/1.1/statuses/update.json
bti: send_request: reply:{"created_at":"Mon Nov 22 11:28:26 +0000 2021"," .... _etc snip_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants