Oliver Sayers
Oliver Sayers
Hmm, steamCountry does not seem to be sent back in the cookie on store page so correct currency cannot be determined. Works fine in wishlist.
Closing as duplicate of #135?
Interesting, `chmod u+x ffprobe` is ran as `postinstall` and should give your user executable access. What happens if you run `chmod +x ffprobe`? I like to avoid 777.
Yup, it's a farce. Bundles of hundreds of keys need to be handled differently. 🤷 I created [this](https://gist.github.com/SavageCore/a01bad6974041cc90985c19d130981ff) quick and dirty userscript to export all keys from https://www.humblebundle.com/home/keys to a...
I am also facing this issue on a Shield TV, good to know bypassing the proxy works! Thanks
1. Not sure 2. [Possible](https://github.com/telekineticyeti/lazychrono/blob/a7d57afc435640877a1f895ce6e79658868726b0/app.js#L26) 3. Create multiple cron jobs specifying your different JWT for each, the cookie saving mechanism will be defunct
Yeah, 1 seems unnecessary. I have code ready for 2, can send PR once #5 lands. I just replicated the output of `lazychrono` linked above.
> Hi - Revisiting this 1 year later, on the same M1 MBP, now well used, updated to Ventura, and reconfigured for use as a developer's machine, a fresh `npm...
Which node version are you using? I can't replicate this myself.
> After I changed it to this, no error will be reported and it can run normally > > ``` > if (verifyFile(npm3Binary)) { > ffmpegPath = npm3Binary; > packageJson...