cl-twitter icon indicating copy to clipboard operation
cl-twitter copied to clipboard

authentication: ssl required

Open xyjprc opened this issue 10 years ago • 0 comments

When trying to run

(cl-twit-repl)

Receiving error:

Server returned status 403: SSL is required [Condition of type SIMPLE-ERROR]

Restarts: 0: [RETRY] Retry SLIME REPL evaluation request. 1: [*ABORT] Return to SLIME's top level. 2: [REMOVE-FD-HANDLER] Remove #<SB-IMPL::HANDLER INPUT on descriptor 10: #<CLOSURE (LABELS SWANK-BACKEND::RUN :IN SWANK-BACKEND:ADD-FD-HANDLER) {1265F25D}>> 3: [ABORT] Exit debugger, returning to top level.

Backtrace: 0: (CL-OAUTH:OBTAIN-REQUEST-TOKEN "http://api.twitter.com/oauth/request_token" #<CL-OAUTH:CONSUMER-TOKEN ..) 1: (REPL-AUTHENTICATE-USER :CONSUMER-KEY NIL :CONSUMER-SECRET NIL) 2: (CL-TWIT-REPL) 3: (SB-INT:SIMPLE-EVAL-IN-LEXENV (CL-TWIT-REPL) #<NULL-LEXENV>) 4: (EVAL (CL-TWIT-REPL)) 5: (SWANK::EVAL-REGION "(cl-twit-repl) ..) 6: ((LAMBDA NIL :IN SWANK::REPL-EVAL))

xyjprc avatar Sep 29 '14 20:09 xyjprc