-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Cannot read property 'commands' of undefined #768
Comments
Is this during rebases |
No, I wasn't rebasing. This was a fresh setup of Strider in combination with GitLab. |
Do you have a callstack? Would like to know which phase is triggering the error. |
@knownasilya I don't seem to be able to repro right now. It happened in a fresh installation. I'm only seeing this right now, but it's probably a different issue: |
Seems like |
@oliversalzburg most of the code is not following a specific style guide. I've been slowly following the airbnb guide as I make changes. Eventually I want to setup eslint and fix all the code O.O |
Yeah, sorry for not collecting more useful information when the error happens. Whenever I set up a fresh Strider instance, I seem to be running into all kinds of weird issues that resolve themselves shortly after. In those situations I'm usually under a lot of time pressure and am battling with multiple issues. If it happens again, I'll make sure to capture more useful information. |
@oliversalzburg can you walk me through how you setup gitlab with Strider (I don't use gitlab and the plugin is a little raw - adds to huge todo list)? |
@knownasilya I can try and reproduce this later at home, but it was a process involving a lot of trial-and-error. I'm not sure if I'll remember making the same mistakes again ;D |
@knownasilya So, I'm trying to reproduce this, but I'm running into Strider-CD/strider-gitlab#8 for now. I'll see if I can find the root of that one. |
So, this is what I did (originally, I used our on-premise GitLab, but I would assume the public gitlab.com works just as well):
|
@oliversalzburg awesome! Thanks for hanging in there. This will make it much easier to debug. |
I'm experiencing a similar issue right now that feels related. I have set up all our projects fresh. When there are no builds running, I go to the project configuration and click Retest & Deploy, which sends me to the build page. I have placed a breakpoint in the The full async stack trace is:
|
I can, however, not repro this issue at will. Partly due to #785 |
I get a lot of
Cannot read property 'commands' of undefined
errors during a run.The text was updated successfully, but these errors were encountered: