[Factor-talk] with-http-request* sometimes fails

2018-09-05 Thread Georg Simon
As it seems there are websites that make with-http-request* throw an error : IN: scratchpad USING: http.client ; With "/https://fussballimtv.de"; [ . ] with-http-request* . I get the error "Bad store to specialized slot". With "http://factorcode.org"; [ . ] with-http-request* . all work

Re: [Factor-talk] with-http-request* sometimes fails

2018-09-05 Thread Alexander Ilin
Hello! Have you tried removing the leading slash before the "https://";? 05.09.2018, 16:05, "Georg Simon" : > As it seems there are websites that make > >  with-http-request* > > throw an error : > > IN: scratchpad USING: http.client ; > > With > "/https://fussballimtv.de"; [ . ] with-http-req