"Invalid --untraced" error
See original GitHub issueStarted getting this:
Run chromaui/action@v1
Chromatic CLI v6.3.0
https://www.chromatic.com/docs/cli
✖ Invalid --untraced
This option can only be used in conjunction with --only-changed
→ View the full stacktrace below
If you need help, please chat with us at https://www.chromatic.com/docs/cli for the fastest response.
You can also email the team at support@chromatic.com if chat is not an option.
Please provide us with the above CLI output and the following info:
{
"timestamp": "2021-12-22T12:19:49.677Z",
"sessionId": "28c105e1-cd45-4fb4-8bfe-0743016c2920",
"nodePlatform": "linux",
"nodeVersion": "12.13.1",
"packageName": "chromatic",
"packageVersion": "6.3.0",
"flags": {
"projectToken": "***",
"fromCI": true,
"interactive": false,
"exitZeroOnChanges": true,
"exitOnceUploaded": false,
"allowConsoleErrors": false
},
"errorType": "Error",
"errorMessage": "✖ Invalid --untraced"
}
Error: ✖ Invalid --untraced
This option can only be used in conjunction with --only-changed
at /home/runner/work/_actions/chromaui/action/v1/action/main.js:285:517
at yn (/home/runner/work/_actions/chromaui/action/v1/action/main.js:314:268)
at gn (/home/runner/work/_actions/chromaui/action/v1/action/main.js:244:246)
at /home/runner/work/_actions/chromaui/action/v1/action/main.js:350:1609690
at /home/runner/work/_actions/chromaui/action/v1/action/main.js:350:1608861
at Object.next (/home/runner/work/_actions/chromaui/action/v1/action/main.js:350:1608966)
at o (/home/runner/work/_actions/chromaui/action/v1/action/main.js:350:1607680)
Could not retrieve package info from registry; skipping update check
in workflow.yml
:
- name: Publish to Chromatic
if: github.ref != 'refs/heads/main'
uses: chromaui/action@v1
# Required options for the Chromatic GitHub Action
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
# 👇 Checks if the branch is main and accepts all changes in Chromatic
- name: Publish to Chromatic and auto accept changes
if: github.ref == 'refs/heads/main'
uses: chromaui/action@v1
# Required options for the Chromatic GitHub Action
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
autoAcceptChanges: true # 👈 Option to accept all changes
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:12 (4 by maintainers)
Top Results From Across the Web
git commit stopped working - Error building trees
This error means that you have a file with hash 13da9eeff5a9150cf2135aaed4d2e337f97b8114 , and this hash is not present in .git/objects/.
Read more >Instant crash on iOS · Issue #2270 · fyne-io/fyne - GitHub
The error will not report as an "error" in the filter as that is a feature we don't have access to when crashing....
Read more >Change Scene crashes Quick Look randomly - Apple Developer
I have two scenes in my .reality file that was built using Reality Composer. The first scene gets loaded first, then after 1...
Read more >WorkBookTroubleShooting < CMSPublic < TWiki - CERN Twiki
During a normal evolution process you start with parse and linking errors during compile time and via the mysteries of python errors finally ......
Read more >Web service error codes (Microsoft Dataverse) - Power Apps
Message: Invalid state code passed in expression. 0x8006040e ... Message: Error while fetching untracked emails from Exchange. 0x80060885
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Having the same problem. Seems to be an issue with the latest release 6.3.0 👉 https://github.com/chromaui/chromatic-cli/runs/4606379156?check_suite_focus=true
Hey everyone, thanks for opening this issue. We’re currently working on that and will try to release a fix as soon as possible! We appreciate your patience 🙏