Ed Summers
Ed Summers
I was wondering if it might make sense for `query()` to retry `requests.exceptions.RequestException` errors? https://github.com/digital-science/dimcli/blob/master/dimcli/core/api.py#L113-L196 I ran into a situation where a `requests.exceptions.ChunkedEncodingError` was being thrown because of some network...
**URL** https://reporter.nih.gov/exporter/ **Describe the bug** When I manually run the `autoclick` behavior the browser goes into an infinite loop, with error messages being printed to the console. Also, it never...
### ArchiveWeb.page Version v0.13.0 ### What did you expect to happen? What happened instead? I'm unable to archive https://cultprotest.me/ ### Step-by-step reproduction instructions Try to archive https://cultprotest.me/ and notice that...
It looks like browsertrix-crawler now writes WACZ `datapackage.json` files without a `profile`? https://specs.webrecorder.net/wacz/1.1.1/#datapackage-json I only noticed it because we were using it to determine whether to unpack a multi-wacz or...
👋 If I already have some JSON-LD as a dict and would like to create a rdflib Graph from it, is there a way to do that? For example: ```python...
This commit includes changes to remove the use of setup.py and setuptools in favor of using the existing pyproject.toml and hatch. A source layout was chosen, which required several changes...
I was wondering if anyone else has been experiencing intermittent HTTP 408 errors when doing queries? ``` File "/opt/airflow/rialto_airflow/dags/harvest.py", line 70, in dimensions_harvest return dimensions.harvest(snapshot, limit=harvest_limit) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/airflow/rialto_airflow/harvest/dimensions.py", line...