mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #174] Crawler Error : Error downloading file #170
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @belwase on GitHub (Jul 23, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/174
In the web interface Logs we got following error :
_2018-07-23 15:37:49.376: [pipeline] [verbose] [0] add task received for //docs/es/nodes/0/indices/imObwh8iSPCxO466z2beNQ/1/index/_96y.nvd 2018-07-23 15:37:49.494: [pipeline] [error] [0] error downloading file //docs/es/nodes/0/indices/imObwh8iSPCxO466z2beNQ/1/index/_96y.nvd Not Found code: 404 2018-07-23 15:37:49.564: [pipeline] [verbose] [0] add task received for //docs/es/nodes/0/indices/imObwh8iSPCxO466z2beNQ/1/index/_96y.nvm 2018-07-23 15:37:49.678: [pipeline] [error] [0] error downloading file //docs/es/nodes/0/indices/imObwh8iSPCxO466z2beNQ/1/index/_96y.nvm Not Found code: 404 2018-07-23 15:37:49.755: [pipeline] [verbose] [0] add task received for //docs/es/nodes/0/indices/imObwh8iSPCxO466z2beNQ/1/index/_96y.si 2018-07-23 15:37:50.071: [pipeline] [error] [0] error downloading file //docs/es/nodes/0/indices/imObwh8iSPCxO466z2beNQ/1/index/_96y.si Not Found code: 404_Docker logs for crawler ---
{ RequestError: Error: connect ECONNREFUSED 172.18.0.6:8080 at new RequestError (/node_modules/request-promise-core/lib/errors.js:14:15) at Request.plumbing.callback (/node_modules/request-promise-core/lib/plumbing.js:87:29) at Request.RP$callback [as _callback] (/node_modules/request-promise-core/lib/plumbing.js:46:31) at self.callback (/node_modules/request/request.js:186:22) at emitOne (events.js:116:13) at Request.emit (events.js:211:7) at Request.onRequestError (/node_modules/request/request.js:878:8) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at Socket.socketErrorListener (_http_client.js:387:9) at emitOne (events.js:116:13) at Socket.emit (events.js:211:7) at emitErrorNT (internal/streams/destroy.js:64:8) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9) name: 'RequestError', message: 'Error: connect ECONNREFUSED 172.18.0.6:8080', cause: { Error: connect ECONNREFUSED 172.18.0.6:8080 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '172.18.0.6', port: 8080 }, error: { Error: connect ECONNREFUSED 172.18.0.6:8080 at Object._errnoException (util.js:1022:11) at _exceptionWithHostPort (util.js:1044:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '172.18.0.6', port: 8080 }, options: { uri: 'http://serviceapi:8080/api/logs', method: 'POST', body: '{"source_id":"docs","type":"verbose","message":"//docs/rabbit/mnesia/rabbit@rabbit/queues/ECMOD9BHZPY3DLSH6M4RM365H/journal.jif ignoring. Rule: file.size != 0","created_datetime":"2018-07-23 15:41:02.692"}', headers: { 'Content-Type': 'application/json' }, callback: [Function: RP$callback], transform: undefined, simple: true, resolveWithFullResponse: false, transform2xxOnly: false }, response: undefined } (node:14) UnhandledPromiseRejectionWarning: RequestError: Error: connect ECONNREFUSED 172.18.0.6:8080 at new RequestError (/node_modules/request-promise-core/lib/errors.js:14:15) at Request.plumbing.callback (/node_modules/request-promise-core/lib/plumbing.js:87:29) at Request.RP$callback [as _callback] (/node_modules/request-promise-core/lib/plumbing.js:46:31) at self.callback (/node_modules/request/request.js:186:22) at emitOne (events.js:116:13) at Request.emit (events.js:211:7) at Request.onRequestError (/node_modules/request/request.js:878:8) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at Socket.socketErrorListener (_http_client.js:387:9) at emitOne (events.js:116:13) at Socket.emit (events.js:211:7) at emitErrorNT (internal/streams/destroy.js:64:8) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9) (node:14) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 103)Can you please help me with this issue.
Thanks