Gabriel Fosse
Gabriel Fosse
I have fixed the parsing issue, however it look like there might be extra params from the website that aren't being ingested. I'm looking into it
This adapter has been determined to be duplicate EEA data. This adapter can be updated and merged if the need arises.
I will test running it using node 18 and get it pushed up
I have updated the adapter to use the latest version of puppeteer as requested. The code now reflects recent changes to the puppeteer API.
Good catch, it should now have `"puppeteer": "^22.5.0"`
I updated the package-lock, I am hoping some mismatch was causing issues as it seems to run fine on my end. You have both noted this might not be the...
The previous commit `613595b0b2a8d6183fe86ed20968e66451b52201` was returning more data for me. This was functioning on my end, however the adapter is slow and concerns have been expressed about its implementation. Closing,...
That all sounds good. I was seeing a lot of zero values being returned which I interpreted to mean that there was no data available, which was assumption on my...
Requested changes have been made and merge conflicts resolved
Added a try/catch block as requested