dmcgrath19
dmcgrath19
Thanks for getting back to me. I super appreciate it! I updated the files to the new releases (v 0.4.4) and I removed the extra ports (so the client is...
Thanks, I have tried re-routing the docker to run instead on \24 ``` "Subnet": "172.33.100.0/24", "Gateway": "172.33.100.1" ``` The server now runs on `"IPv4Address": "172.33.100.3/24",` and the client on `"IPv4Address":...
Oh good catch on the endpoint! I totally missed that. This solved the issue and it is handshaking and the `./wiretap status` shows that it is working as expected now....
@whitead My reasoning for replacing rather than ignoring invalid characters is that the hash serves as a unique identifier. If invalid characters are ignored and dropped silently, different inputs with...
Thanks for digging into this. In my case, I batch-downloaded some PDFs from ChemRxiv into a local folder and pointed paperqa at that directory. Not all of the files triggered...
Hi @jamesbraza , just went through the files manually in the batch(es) where I originally got the errors. These two files cause the error. [DOI: 10.26434/chemrxiv-2025-1x058-v2 ](https://doi.org/10.26434/chemrxiv-2025-1x058-v2) [DOI: 10.26434/chemrxiv-2025-3lwn2](https://doi.org/10.26434/chemrxiv-2025-3lwn2)
I made a [PR](https://github.com/Future-House/paper-qa/pull/1069) with my fix. I've been running it on more chemistry papers and have not run into any errors since making this change locally.