A-Posthuman

Results 37 comments of A-Posthuman

2nd the request for prebuilt linux arm64, for example for use on AWS graviton instances. I got it to compile, but yeah took a while. BTW, successfully using the libcurl-impersonate...

The steps I followed to install node-libcurl, using npm, on ubuntu 20.04: - first get curl-impersonate compiled/installed - install node-libcurl building dependencies: sudo apt-get install python libcurl4-openssl-dev build-essential - make...

I didn't keep those dbs around, but here is a similar db from today for that first error. It's generated on the 2nd run of the example detach() code from...

Testing out SA 1.6.1 against the 3 types of errors, I am no longer seeing the 2nd type "Uncaught (in promise) TypeError: Cannot read property 'id' of undefined". However, continuing...

node-libcurl with curl-impersonate's libcurl works for me, yes.

I'm too busy with my own projects atm to take on something else. Try asking around on the Scraping Enthusiasts discord, there are other folks there who might help or...

I set some env vars, then just use it similarly to how you can normally use node-libcurl: ``` process.env.LD_PRELOAD = '/usr/local/lib/libcurl.so'; process.env.CURL_IMPERSONATE = 'chrome107'; process.env.CURL_IMPERSONATE_HEADERS = "no"; // use our...

One thing I thought of is in my example I am using the most recent curl-impersonate source which supports chrome107, but if you happen to be using the precompiled binaries...

I seem to still be running into this issue of steadily growing mem usage of the text-embeddings-router process. This is with TEI 1.1.0, but I also tested 1.0.0 with same...

I don't have a pretty graph, but here are 3 ps outputs over the past 24 hrs, the first one is from just after starting the docker image, the 2nd...