File not found error

Open
#76 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
yaml
Domain
tooling

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.

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.

Dominant language
Dockerfile
Stars
56
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AcademySoftwareFoundation/EncodingGuidelines

All issues in AcademySoftwareFoundation/EncodingGuidelines

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.