As it seems there are websites that make 

 with-http-request* 

throw an error :

IN: scratchpad USING: http.client ;

With
"/https://fussballimtv.de"; <get-request> [ . ] with-http-request* .

I get the error "Bad store to specialized slot".

With
"http://factorcode.org"; <get-request> [ . ] with-http-request* .

all works fine.

Is there a way to avoid the error ?

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to