[GH-ISSUE #202] Unable to rebuild Crawler #198

Closed
opened 2026-02-27 15:55:35 +03:00 by kerem · 2 comments
Owner

Originally created by @TomKirby on GitHub (Dec 7, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/202

Hi,

I am trying to make some changes and rebuild the Crawlers docker container. however i am getting the following error:

Step 1/8 : FROM node:8.10
 ---> 41a1f5b81103
Step 2/8 : ENV TZ=UTC
 ---> Using cache
 ---> c9d6c31a7572
Step 3/8 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 ---> Using cache
 ---> a00c96215fd7
Step 4/8 : COPY . .
 ---> Using cache
 ---> da5779b27ac7
Step 5/8 : RUN yarn install
 ---> Running in 5f8cf2581b02
yarn install v1.5.1
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "http://192.168.1.113:4873/bitsyntax/-/bitsyntax-0.0.4.tgz: connect ECONNREFUSED 192.168.1.113:4873".

It looks like you have dependancies sitting on your local server which we obviously don't have access to.

Could this be corrected within the Yarn file?

Originally created by @TomKirby on GitHub (Dec 7, 2018). Original GitHub issue: https://github.com/RD17/ambar/issues/202 Hi, I am trying to make some changes and rebuild the Crawlers docker container. however i am getting the following error: ``` Step 1/8 : FROM node:8.10 ---> 41a1f5b81103 Step 2/8 : ENV TZ=UTC ---> Using cache ---> c9d6c31a7572 Step 3/8 : RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ---> Using cache ---> a00c96215fd7 Step 4/8 : COPY . . ---> Using cache ---> da5779b27ac7 Step 5/8 : RUN yarn install ---> Running in 5f8cf2581b02 yarn install v1.5.1 [1/4] Resolving packages... [2/4] Fetching packages... error An unexpected error occurred: "http://192.168.1.113:4873/bitsyntax/-/bitsyntax-0.0.4.tgz: connect ECONNREFUSED 192.168.1.113:4873". ``` It looks like you have dependancies sitting on your local server which we obviously don't have access to. Could this be corrected within the Yarn file?
kerem 2026-02-27 15:55:35 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@sochix commented on GitHub (Dec 8, 2018):

Remove yarn.lock file and try again

<!-- gh-comment-id:445477855 --> @sochix commented on GitHub (Dec 8, 2018): Remove yarn.lock file and try again
Author
Owner

@stale[bot] commented on GitHub (Dec 23, 2018):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:449659937 --> @stale[bot] commented on GitHub (Dec 23, 2018): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#198
No description provided.