You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: githubApiProvider.request is not a function
File "/app/services/php-version.js", line 237, in request
githubApiProvider.request(request, url, {}, cb),
File "/app/core/legacy/regular-update.js", line 44, in regularUpdate
request(url, options, (err, res, buffer) => {
?, in new Promise
File "/app/services/php-version.js", line 221, in getPhpReleases
return promisify(regularUpdate)({
File "/app/services/travis/travis-php-version.service.js", line 83, in TravisPhpVersion.transform
await getPhpReleases(this._githubApiProvider)
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
So it turned out the fix for this bug is to do almost all of the remaining work on #4655 Fortunately I was planning on doing it soon anyway 😄 I have an unfinished but mostly working stab at this locally. Should be able to submit a PR in the next couple of days.
Sentry Issue: SHIELDS-73
The text was updated successfully, but these errors were encountered: