alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
731 stars 131 forks source link

Internal Server Error occurred #442

Closed petamoriken closed 1 year ago

petamoriken commented 2 years ago

It seems that node-fetch raises a FetchError for all repositories.

e.g. https://david-dm.org/bower/bower

FetchError: invalid json response body at https://status.david-dm.org/gh/bower/bower reason: Unexpected token < in JSON at position 0
    at /home/node/app/node_modules/node-fetch/lib/body.js:48:31
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async Promise.all (index 1)
    at async Promise.all (index 0)

Related: https://github.com/alanshaw/david/issues/179