webdriver-manager: Error: Failed to make Github request, rate limit reached.
I am running
webdriver-manager start
and I get the following error and webdriver fails to start
(node:58736) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Failed to make Github request, rate limit reached. (node:58736) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js proces
Anyone else is seeing this issue?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 14
- Comments: 23 (3 by maintainers)
Commits related to this issue
- Appy fix for 'Github request rate limit reached' https://github.com/angular/webdriver-manager/issues/303 — committed to globaleaks/GlobaLeaks by evilaliv3 6 years ago
- disable gecko driver download workaround to avoid hitting GitHub's rate limit, see https://github.com/angular/webdriver-manager/issues/303 — committed to test-editor/deprecated-web-workspace-navigator by deleted user 6 years ago
- chore(*): do not install WebDriver for Firefox to avoid error on CI See https://github.com/angular/webdriver-manager/issues/303 for details. — committed to gkalpak/angular-seed by gkalpak 6 years ago
- chore(*): do not install WebDriver for Firefox to avoid error on CI See https://github.com/angular/webdriver-manager/issues/303 for details. — committed to gkalpak/angular-seed by gkalpak 6 years ago
- chore(*): do not install WebDriver for Firefox to avoid error on CI See https://github.com/angular/webdriver-manager/issues/303 for details. — committed to angular/angular-seed by gkalpak 6 years ago
- chore(*): do not install WebDriver for Firefox to avoid error on CI See https://github.com/angular/webdriver-manager/issues/303 for details. — committed to srinidhi-anand/ApplicationForm by gkalpak 6 years ago
- chore(*): do not install WebDriver for Firefox to avoid error on CI See https://github.com/angular/webdriver-manager/issues/303 for details. — committed to TopDevSun0/angular-seed by deleted user 6 years ago
It will not help if you like to run the tests in firefox… 😒
My solution is https://github.com/angular/webdriver-manager/issues/307#issuecomment-377684918
This feature was resolved and released in the beta release of this and Protractor.
Still having the issue with gecko driver for firefox. The problem is this file is downloaded from api.github.com so i if you make too many requests at a given moment it fails. It’s not a reliable solution 😦
Solution suggested by @p3x-robot in the link helped me as well.
Same error: It is still the same error: https://travis-ci.org/patrikx3/angular-compile
In my case, I think I made the mistake by installing both
protractor
andwebdriver-manager
globally. I uninstalled both the global packages and then installed justprotractor
. This resolved the “Rate limit” issue for me!@virgile-hogman haven’t spent much time to investigate, gecko-driver issues seems to be fixed. I dropped it as it is beta and our working tests on 5+ where failing on 6 beta. I don’t know if there are any plans on releasing a new 5+ with the latest
webdriver-manager
that might fix the issue.When using protractor 6.0.0-beta (which has webdriver manager beta) webdriver-manager update works fine. However we run into a lot of other issues with the e2e tests. Not a good viable solution. We need a solution for protractor 5 first. 😢