Ohad Perry
Ohad Perry
I changed my username. The updated url is http://ohadperry.github.io/filter_demo/?bf_productName=Product%20Name%201 On Mon, 24 Sep 2018 at 11:54 Jan Setzer wrote: > demo page http://ohadpartuck.github.io/filter_demo/ raises a 404 > > — >...
@GuillaumeDerval what's the status of this issue? struggling to run test suit on localhost. Like so: ``` TEST_ENV=boot2docker-local nosetests inginious/frontend/webapp/tests ``` Getting: ``` Value 'remote' for the 'backend' option is...
EDIT: my mistake simply moved to be defined as the **last** `app.after_request` Hi, I have Flask `1.0.2` I've tried @app.after_request def after_request(r): r.direct_passthrough = False ... other after hooks.... return...
@lbeder regardless of the competition results, I would love some feedback on the feature idea.
plus if there is an example of github actions or aws cron as to how to run preiodically on the could without the localhost dependency it would be great. I...
I did. it still stuck my package.json ``` { "name": "bankscraper", "version": "1.0.0", "main": "index.js", "author": "[email protected]", "license": "MIT", "dependencies": { "download-chromium": "^3.0.0", "israeli-bank-scrapers-core": "^5.0.1" } } ```
also tried adding `"israeli-bank-scrapers": "^5.0.1"` same result. maybe it's the `chromiumVersion`. it changed but download-chromium `versionNum` doesn't download a new version of it
@baruchiro is there a github action yml you know works for this library? I think it will be the simplest solution
this might work https://github.com/marketplace/actions/puppeteer-headful
tried this and got `scraping failed for the following reason: GENERIC` ``` scrapeResult: {"success":false,"errorType":"GENERIC","errorMessage":"Error: failed to find element matching selector \"a[href*=\"/osh/legacy/legacy-Osh-p420\"]\""} ``` ``` name: Bllink Auto detect failed bank charges...