Skip to content

error condition detected: 89 = Invalid or expired token. #42

@Jacobtey

Description

@Jacobtey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions