You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a few occasions, I and some members of my team have encountered an issue when attempting to push to instruqt. The CLI reports an error with the track.yml file, but the actual error seems to be with the assignment.md file in the teaser or contents properties.
Track info
slug: multi-analyzer
org: mongodb-dev
Error
2024-03-29T14:49:17.1526677Z ==> Reading track definition
2024-03-29T14:49:17.7525015Z �[1;31m[ERROR]�[0m yaml: line 11: could not find expected ':'
2024-03-29T14:49:17.7526341Z
2024-03-29T14:49:17.7551897Z ##[error]Process completed with exit code 1.
Actual issue:
In assignment.md, the issue actually seems to an improperly formatted teaser or contents property in the front-matter. If the indenting is off, it exits with an error
Suggested change
It seems like a more accurate error message in the CLI could mitigate some issues for users. There have been instances in the slack channel of this very issue impacting other teams as well. An error message that is specific to the file that is causing the problem would be better.
Issue
On a few occasions, I and some members of my team have encountered an issue when attempting to push to instruqt. The CLI reports an error with the
track.yml
file, but the actual error seems to be with theassignment.md
file in theteaser
orcontents
properties.Track info
slug:
multi-analyzer
org:
mongodb-dev
Error
Actual issue:
In
assignment.md
, the issue actually seems to an improperly formattedteaser
orcontents
property in the front-matter. If the indenting is off, it exits with an errorSuggested change
It seems like a more accurate error message in the CLI could mitigate some issues for users. There have been instances in the slack channel of this very issue impacting other teams as well. An error message that is specific to the file that is causing the problem would be better.
examples:
The text was updated successfully, but these errors were encountered: