AcademySoftwareFoundation / AcademySoftwareFoundation/EncodingGuidelines
File not found error
- Dominant language
- Dockerfile
- Stars
- 55
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
If the yml source file exists, but the frames that the file points to do not, the error is rather obscure.
If the file is missing, the code currently ends up thinking that the image path is:
"/test/enctests/sources/enc_sources/chimera_fountains_srgb/chimera_fountains_srgb.%05d.png.yml%02d"
instead of:
"/test/enctests/sources/enc_sources/chimera_fountains_srgb/chimera_fountains_srgb.%05d.png"
We should be able to fail gracefully and continue.
Contributor guide
Research direction
Start by tracing how the YML source path and referenced frame paths are resolved, using the example paths in the issue to reproduce the missing-frame case. Verify that a missing frame produces a clear failure and that processing continues as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- yaml
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100