Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving error #33

Open
rjmm13 opened this issue Jul 10, 2024 · 1 comment
Open

Receiving error #33

rjmm13 opened this issue Jul 10, 2024 · 1 comment

Comments

@rjmm13
Copy link

rjmm13 commented Jul 10, 2024

I've substitued the issuesId and the credentials from the code that's uploaded. Do I need to change something more?

I'm receiving this error:

node:internal/errors:541
      throw error;
      ^

TypeError [ERR_INVALID_ARG_TYPE]: The "id" argument must be of type string. Received undefined
@smitterko
Copy link

I ran into the same issue and realized I missed the step of setting up the GOOGLE_APPLICATION_CREDENTIALS environment variable. You can check if it's set by doing the following:

echo $GOOGLE_APPLICATION_CREDENTIALS

See this page for how to set it: https://cloud.google.com/docs/authentication/provide-credentials-adc#local-key

It worked for me! Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants