Open Jacobtey opened 7 years ago
251 jacobtey@jacobtey-laptop ~ % bti --debug bti: session_readline_init: Using libreadline.so for readline library bti - version 034 tweet: Hello bti: main: tweet = Hello bti: main: config file = /home/jacobtey/.bti bti: main: host = 0 bti: main: action = 0 bti: send_request: https://api.twitter.com/1.1/statuses/update.json?status=Hello bti: send_request: req_url:https://api.twitter.com/1.1/statuses/update.json bti: send_request: reply:{"errors":[{"code":89,"message":"Invalid or expired token."}]} bti: parse_response_json: Got this json response: bti: parse_response_json: {"errors":[{"code":89,"message":"Invalid or expired token."}]} key errors json_type_array, Array Length: 1 element[0] key code int value: 89 (errors->[]->code) key message string value: Invalid or expired token. (errors->[]->message) Got an error code: code=89 message=Invalid or expired token. error condition detected: 89 = Invalid or expired token. operation failed
251 jacobtey@jacobtey-laptop ~ % bti --debug
bti: session_readline_init: Using libreadline.so for readline library bti - version 034 tweet: Hello bti: main: tweet = Hello bti: main: config file = /home/jacobtey/.bti bti: main: host = 0 bti: main: action = 0 bti: send_request: https://api.twitter.com/1.1/statuses/update.json?status=Hello bti: send_request: req_url:https://api.twitter.com/1.1/statuses/update.json bti: send_request: reply:{"errors":[{"code":89,"message":"Invalid or expired token."}]} bti: parse_response_json: Got this json response: bti: parse_response_json: {"errors":[{"code":89,"message":"Invalid or expired token."}]} key errors json_type_array, Array Length: 1 element[0] key code int value: 89 (errors->[]->code) key message string value: Invalid or expired token. (errors->[]->message) Got an error code: code=89 message=Invalid or expired token. error condition detected: 89 = Invalid or expired token. operation failed