I’m definitely still getting 403s and in other sce...
# report-bugs
n
I’m definitely still getting 403s and in other scenarios too. Since it seems auth related, let me try setting up graphite auth to CLI again.
Copy code
2023-06-22T02:13:11.050Z: ExitFailed: Unexpected server response (403).

Response: {
  "_response": {
    "size": 0,
    "timeout": 0
  }
}
    at requestServerToSubmitPRs (/snapshot/graphite-cli/apps/cli/dist/src/actions/submit/submit_prs.js)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async submitPullRequest (/snapshot/graphite-cli/apps/cli/dist/src/actions/submit/submit_prs.js)
    at async submitAction (/snapshot/graphite-cli/apps/cli/dist/src/actions/submit/submit_action.js)
    at async Object.run (/snapshot/graphite-cli/apps/cli/dist/src/commands/stack-commands/submit.js:16:9)
    at async graphiteHelper (/snapshot/graphite-cli/apps/cli/dist/src/lib/runner.js)
    at async /snapshot/graphite-cli/apps/cli/dist/src/lib/runner.js
    at async Tracer.span (/snapshot/graphite-cli/apps/cli/dist/src/lib/utils/tracer.js)
    at async graphiteInternal (/snapshot/graphite-cli/apps/cli/dist/src/lib/runner.js)
    at async Object.handler (/snapshot/graphite-cli/apps/cli/dist/src/commands/stack-commands/submit.js:15:5)
👀 1