fons / cl-twitter

cl-twitter : Common Lisp Client for Twitter
http://cl-twitter.blogspot.com/
23 stars 6 forks source link

authentication: ssl required #8

Open xyjprc opened 10 years ago

xyjprc commented 10 years ago

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) #) 4: (EVAL (CL-TWIT-REPL)) 5: (SWANK::EVAL-REGION "(cl-twit-repl) ..) 6: ((LAMBDA NIL :IN SWANK::REPL-EVAL))