-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
TypeError: Cannot read property 'forEach' of undefined #127
Comments
What kind of error are you getting in the console log? Try logging in and logging out, fixed it for me. |
Although my token was set to never expire, creating a new one fixed this for me. |
I tried logging out and into Google to no avail. The error is also very persistent: once it's there better to give up trying. Interestingly, this message will persist even if the code is changed (eg. in my case forEach syntax to the What fixed it for me was to uninstall the GitHub assistant chrome extension (chrome://extensions/) and to generate a new GitHub token (https://github.com/settings/keys), then reinstall the extension (https://chrome.google.com/webstore/detail/google-apps-script-github/lfjcgcmkmjjlieihflfhjopckgpelofo?hl=en) with that new token. That fix seems to last for a few weeks. It is an annoying workaround, but to my knowledge, this extension is still this is the only game in town for this use case. |
I find that this error goes away after a few tries... |
If anyone has this problem again, it was a github token scope issue for me. You need to allow gist and repo access. |
After sucessfully logging into gitlab CE, I returned to the project in GA and I got the error:
TypeError: Cannot read property 'forEach' of undefined
Where can I find more details to troubleshoot the error?
I made the changes suggested in #117 to use our own gitlab CE instance.
The text was updated successfully, but these errors were encountered: