-
Notifications
You must be signed in to change notification settings - Fork 343
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
fix driver detection #1209
fix driver detection #1209
Conversation
casperdcl
commented
Oct 7, 2022
•
edited by 0x2b3bfa0
Loading
edited by 0x2b3bfa0
- tried to fix - Error: driver not set when trying to launch a runner for a Github Enterprise Repo #1066
- fixes #1066
I was about to open a pull request with the same change yesterday, but... are you sure it fixes the issue? 🤔 |
As per the original bug report, this is the error: Line 153 in 4ec6517
|
afaik there's nothing wrong with that line - it's correctly raising an error. The real cause must be elsewhere? |
Yes, sure! I still haven't found the GPS coordinates of elsewhere, though. |
Class constructorLines 117 to 118 in 9cfa5ab
Line 128 in 9cfa5ab
Driver detection functionLines 69 to 80 in 4ec6517
Thrown errorLines 151 to 153 in 4ec6517
|
I assume that the class constructor will always be called, and the only case where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps a look at the things @0x2b3bfa0 mentioned is required, but these are clearly wrong, and we can fix them now.
e2bed3a
to
fe9a06f
Compare
de-link #1066 and merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, but doesn't fix #1066