dexador icon indicating copy to clipboard operation
dexador copied to clipboard

ERROR 12002: Timeout [Condition of type WINHTTP::WIN-ERROR]

Open gassechen opened this issue 2 years ago • 0 comments

Hello. First of all thank you very much. Hola. Antes que nada muchas gracias. Restarts: 0: [RETRY] Retry SLIME REPL evaluation request. 1: [*ABORT] Return to SLIME's top level. 2: [ABORT] abort thread (#<THREAD "new-repl-thread" RUNNING {100698C983}>)

Backtrace: 0: (WINHTTP::GET-LAST-ERROR) 1: (WINHTTP:RECEIVE-RESPONSE #.(SB-SYS:INT-SAP #X00AA9CC0)) 2: (DEXADOR.BACKEND.WINHTTP:REQUEST "https://readings.geoforce.net/readings?.. 3: (GET-EVENTS-FROM-SERVER "2022-02-20T00:00:00Z" NIL) 4: (MAIN) 5: (CALL-WITH-TIMING #<FUNCTION SB-IMPL::PRINT-TIME> #<FUNCTION (LAMBDA NIL) {100248113B}>) 6: (SB-INT:SIMPLE-EVAL-IN-LEXENV (TIME (MAIN)) #<NULL-LEXENV>) 7: (EVAL (TIME (MAIN)))

i'm try

(let ((retry-request (dex:retry-request 5 :interval 3)))
(handler-bind ((WINHTTP::WIN-ERROR retry-request))
(dex:get "http://lisp.org/")))

Hi. The error persist. In windows 10 with portacle. In linux not error occurred.

gassechen avatar Mar 31 '22 18:03 gassechen