Closed
Description
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?
Activity
cnishina commentedon Mar 8, 2018
The start command should not make a request to GitHub. This was fixed in a later release. Please uninstall the current version of webdriver-manager and reinstall it. Let me know if that works.
christosptr commentedon Mar 9, 2018
Hi @cnishina Thanks for your responses. I did not see this issue for few days now. Just so I can check and confirm in which release should this issue be fixed ?
p3x-robot commentedon Mar 30, 2018
Same error:
It is still the same error:
https://travis-ci.org/patrikx3/angular-compile
p3x-robot commentedon Mar 31, 2018
My solution is #307 (comment)
Appy fix for 'Github request rate limit reached'
DenysVuika commentedon Apr 19, 2018
Solution suggested by @p3x-robot in the link helped me as well.
disable gecko driver download
wachri commentedon Jun 6, 2018
It will not help if you like to run the tests in firefox... 😒
chore(*): do not install WebDriver for Firefox to avoid error on CI
chore(*): do not install WebDriver for Firefox to avoid error on CI
chore(*): do not install WebDriver for Firefox to avoid error on CI
virgile-hogman commentedon Jan 7, 2019
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 :(
cnishina commentedon Jan 8, 2019
This feature was resolved and released in the beta release of this and Protractor.
22 remaining items