summaryrefslogtreecommitdiff
path: root/enroll.py
AgeCommit message (Collapse)Author
2025-08-18Enroll - URL encode file name to allow for symbolsuser@node5.net
2025-08-18Mitigate enroll script image load erroruser@node5.net
My image had different exif data, which threw an exception on load. Fallback to prompting user [nix-shell:~/projects/public/spyoscape]$ python enroll.py static/images/jYSKHELÅRS\ TURiST\ SØGES\ TiL\ BLiD\ OG\ GENSiDiG\ TEAM\ BUiLDiNG.webp Enter the quote: jYSKHELÅRS TURiST SØGES TiL BLiD OG GENSiDiG TEAM BUiLDiNG Enter comma-separated author names (default: SPYO): File "/nix/store/...-python3.13-plum-py-0.8.6/lib/python3.13/site-packages/plum/buffer.py", line 53, in unpack_and_dump raise UnpackError(dump, exc) from exc plum.exceptions.UnpackError: +--------+------------+-------+-------+------------------------+ | Offset | Access | Value | Bytes | Format | +--------+------------+-------+-------+------------------------+ | | | | | TiffHeader (Structure) | | 0 | byte_order | 14422 | 38 56 | tiff_byte_order | +--------+------------+-------+-------+------------------------+ ValueError occurred during unpack operation: 14422 is not a valid TiffByteOrder
2025-08-01updated enrollscript and requirementsJohannes Nordskov
2025-08-01added new enrollment scriptJohannes Nordskov