William Edmisten

Results 14 comments of William Edmisten

There is currently a typo in the README, so if you used `PUPPETEER-PRODUCT=firefox` (with a hyphen) you might still get this error. Could you try running it with `PUPPETEER_PRODUCT=firefox` (with...

Could you provide the logs from the console when this occurs?

@crash087 check out this PR, should address the mask popup issue: https://github.com/Ataraksia/NeweggBot/pull/35 Feel free to test my fork of this repo until this gets merged.

Could you provide logs from the console when this happens? I'm not able to reproduce this on my branch. I've only tested this with `"auto_submit":"false"`, so I'm not 100% sure...

For me, the successful logs look like this: ``` $ node NeweggBot.js Thu Dec 31 2020 19:30:45 : Started Thu Dec 31 2020 19:30:56 : Manual authorization code required by...

The behavior you're seeing is because firefox is launching in [headless mode](https://en.wikipedia.org/wiki/Headless_browser), so it's controlling the browser, but doesn't render it for a human to see. I just pushed a...

I added code to handle this popup. See https://github.com/Ataraksia/NeweggBot/pull/35 Other users are reporting an issue with the product looping being added to checkout, but I'm able to complete a purchase...

It looks like this is an issue of docker hub displaying the wrong digest. ``` $ docker pull tensorflow/tensorflow:1.13.1-gpu-py3 1.13.1-gpu-py3: Pulling from tensorflow/tensorflow 34667c7e4631: Pull complete d18d76a881a4: Pull complete 119c7358fbfc:...

Just to provide another example for reproduction, I also get this issue with [continuumio/miniconda3:4.6.14](https://hub.docker.com/layers/continuumio/miniconda3/4.6.14/images/sha256-6b5cf97566c3b1d8bfd4ff1464fbdaaa9d9737c26d1b153eb3e88358d3826c48?context=explore) ``` $ docker pull continuumio/miniconda3@sha256:6b5cf97566c3b1d8bfd4ff1464fbdaaa9d9737c26d1b153eb3e88358d3826c48 Error response from daemon: received unexpected HTTP status: 500 Internal Server...

Here's a specific way that is missing from the DuckDB query: ``` D SELECT kind, id FROM st_readOSM('/home/wcedmisten/Downloads/north-america-latest.osm.pbf') WHERE id = 18991954; 100% ▕████████████████████████████████████████████████████████████▏ ┌──────────────────────────────────────────────┬──────────┐ │ kind │ id │...