heydryft / tlsclient.js

An axios based wrapper for bogdanfinn/tls-client based on ffi-rs for unparalleled performance and usability.
28 stars 9 forks source link

axios request sliently crashes on exit code 1 #10

Open trueicecold opened 6 months ago

trueicecold commented 6 months ago

Hey,

I've done a simple test from your docs:

` const createTLSClient = require("@dryft/tlsclient").default;

const axios = createTLSClient(); let res = await axios.get("https://ipv4.icanhazip.com"); console.log(res); `

but it crashes on exit code 1, no response or error whatsoever.

Using windows 11.

guyedry1 commented 6 months ago

same here.

TheFalloutOf76 commented 3 months ago

same issue