Roger G. Coram
Roger G. Coram
Managed to replicate this using the latest OpenWayback and the cdx-indexer script and this mocked-up [ARC](https://dl.dropboxusercontent.com/u/20562039/BL-2083.arc). Not sure how to attach files to GitHub(?). In any case, the error is:...
I've just re-tested using a different ARC (updated the link above) with a record after the erroring one. Although it throws the exception it does continue to index records afterwards...
It's possible that there isn't an extension - in our case WARCs are retrieved from our store by passing a unique ID. Wayback's default behaviour is (or definitely used to...
Thanks, @Lee-W. We tend to follow the same workflow: the above only really arises when we have more than one active branch. If we're actively pushing to those branches, because...
Our immediate use-case is for CircleCI and that passes the `CIRCLE_BUILD_NUM` variable to each build job, [which is a build-specific integer](https://circleci.com/docs/variables). Passing `--devrelease ${CIRCLE_BUILD_NUM}` would allow for a branch-unique `.dev`...
Thanks, @woile: PR raised as #582. Regarding the tutorial you suggested, is there an example of how this should be done in the repo. that I could use as a...
Ran into a similar issue and I can replicate this using a real S3 bucket. If you attempt to pass through the file's location _with_ spaces: ```sh --table "test=s3://${S3_BUCKET}/folder with...
Did you ever find the right answer to this? I'd run into the same problem recently and—at the risk of invoking Cunningham's Law—here's what worked for me, as per your...
Looking at the timestamps, is there still an interest in this? Happy to raise a PR if so…?
What would the `None` case be? When an email is already in it's normalized form?