question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Invalid --untraced" error

See original GitHub issue

Started 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:closed
  • Created 2 years ago
  • Reactions:10
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
banditlevcommented, Dec 22, 2021

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

6reactions
yannbfcommented, Dec 22, 2021

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 🙏

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found