stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

TypeError: Cannot assign to read only property 'response' of object '[object Object]' #202

Closed dwreski closed 3 years ago

dwreski commented 4 years ago

This happened after about twenty minutes of running on our site successfully. What more can I do to help troubleshoot this error?

├───OK─── https://github.com/omererdem/honeything /usr/local/lib/node_modules/broken-link-checker/node_modules/bhttp/lib/bhttp.js:159 err.response = response; ^ TypeError: Cannot assign to read only property 'response' of object '[object Object]' at addErrorData (/usr/local/lib/node_modules/broken-link-checker/node_modules/bhttp/lib/bhttp.js:159:16) at ClientRequest. (/usr/local/lib/node_modules/broken-link-checker/node_modules/bhttp/lib/bhttp.js:567:25) at ClientRequest.emit (events.js:310:20) at TLSSocket.socketErrorListener (_http_client.js:426:9) at TLSSocket.emit (events.js:310:20) at emitErrorNT (internal/streams/destroy.js:92:8) at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) at processTicksAndRejections (internal/process/task_queues.js:84:21)

TysonMN commented 4 years ago

This looks like a duplicate of #184

gauravgandhi1315 commented 4 years ago

@bender2k14 do you know how to add proxy to blc?

TysonMN commented 4 years ago

I do not. Sorry.

gauravgandhi1315 commented 4 years ago

@dwreski Were you able to fix this issue?

dwreski commented 4 years ago

I believe it is, but I haven't been able to get back to this project. I will try over the coming week.