Martin Köhler

Results 4 comments of Martin Köhler

The flag is there: It is a consequence of inveniosoftware/invenio#867 IHMO it should honor `record_public_p` as well (e.g. `786+ if (get_restricted_collections_for_recid(recid, recreate_cache_if_needed=False) and not record_public_p(recid)):` NB: record_public_p must be of...

Dear Sam, I sent a pull request. Regards ## Martin Dr. Martin Köhler Head of library and documentation Deutsches Elektronen-Synchrotron DESY Building 01d Room EG.459 phone: +49-40-8998-1814 Notkestr. 85 fax:...

Using ``` options = uc.ChromeOptions() options.accept_insecure_certs=True driver = uc.Chrome(options=options) ``` works for me.

Google Chrome 114.0.5735.198 and latest version of undetected chromedriver (https://github.com/ultrafunkamsterdam/undetected-chromedriver). This downloads the webdriver version automatically. Hope this helps