Closed dnm13 closed 3 years ago
When I removed the package's dependency from node-fetch, requesting function that I made was getting a compressed response (as used to). So I had to use an uncompressing module to get raw data from Hitomi (and it was Zlib). But I soon realized with some benchmarks I made that getting a raw response was way faster than getting a compressed one. It could be a little annoying, but I want you to use the latest version of the package. It will solve the problem due to caused by Zlib.
huh that's weird
I wanted to update the package by using npm i node-hitomi
, but i guess it doesn't point to the latest version (v4.1.1)
it's solved now (had to run npm i node-hitomi@latest
this time)
Had a version jump, so I don't actually know from which version this error appears (from v3.0.1 to v3.1.0)
code:
just a guess, but probably ever from dependency change from node-fetch to https