“apt-get update” giving “W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/…”
OS: Ubuntu 14.04
I am trying to run "sudo apt-get update", but it results in Scrapy related errors. I even "purged"(uninstalled) Scrapy, but I am still getting this error.
.....
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Reading package lists... Done
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/InRelease
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/Release.gpg Could not resolve 'archive.scrapy.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
apt updates
add a comment |
OS: Ubuntu 14.04
I am trying to run "sudo apt-get update", but it results in Scrapy related errors. I even "purged"(uninstalled) Scrapy, but I am still getting this error.
.....
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Reading package lists... Done
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/InRelease
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/Release.gpg Could not resolve 'archive.scrapy.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
apt updates
Remove it from yoursources.list
files. It's a user-added entry so you, or another 'admin' on your system has added it, and I get 404 errors if I put it in the browser. Just remove that line from your sources.
– guiverc
Feb 14 at 11:34
add a comment |
OS: Ubuntu 14.04
I am trying to run "sudo apt-get update", but it results in Scrapy related errors. I even "purged"(uninstalled) Scrapy, but I am still getting this error.
.....
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Reading package lists... Done
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/InRelease
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/Release.gpg Could not resolve 'archive.scrapy.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
apt updates
OS: Ubuntu 14.04
I am trying to run "sudo apt-get update", but it results in Scrapy related errors. I even "purged"(uninstalled) Scrapy, but I am still getting this error.
.....
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Reading package lists... Done
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/InRelease
W: Failed to fetch http://archive.scrapy.org/ubuntu/dists/scrapy/Release.gpg Could not resolve 'archive.scrapy.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
apt updates
apt updates
asked Feb 14 at 11:31
blackfyreblackfyre
1831110
1831110
Remove it from yoursources.list
files. It's a user-added entry so you, or another 'admin' on your system has added it, and I get 404 errors if I put it in the browser. Just remove that line from your sources.
– guiverc
Feb 14 at 11:34
add a comment |
Remove it from yoursources.list
files. It's a user-added entry so you, or another 'admin' on your system has added it, and I get 404 errors if I put it in the browser. Just remove that line from your sources.
– guiverc
Feb 14 at 11:34
Remove it from your
sources.list
files. It's a user-added entry so you, or another 'admin' on your system has added it, and I get 404 errors if I put it in the browser. Just remove that line from your sources.– guiverc
Feb 14 at 11:34
Remove it from your
sources.list
files. It's a user-added entry so you, or another 'admin' on your system has added it, and I get 404 errors if I put it in the browser. Just remove that line from your sources.– guiverc
Feb 14 at 11:34
add a comment |
1 Answer
1
active
oldest
votes
Check the /etc/apt/sources.list.d/
directory for scrapy occurrences.
Also check this file: /etc/apt/sources.list
and delete the line pointing to scrapy, if there is an entry.
After that, sudo apt update
should stop showing these error messages.
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118189%2fapt-get-update-giving-w-failed-to-fetch-http-archive-scrapy-org-ubuntu-dis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check the /etc/apt/sources.list.d/
directory for scrapy occurrences.
Also check this file: /etc/apt/sources.list
and delete the line pointing to scrapy, if there is an entry.
After that, sudo apt update
should stop showing these error messages.
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
add a comment |
Check the /etc/apt/sources.list.d/
directory for scrapy occurrences.
Also check this file: /etc/apt/sources.list
and delete the line pointing to scrapy, if there is an entry.
After that, sudo apt update
should stop showing these error messages.
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
add a comment |
Check the /etc/apt/sources.list.d/
directory for scrapy occurrences.
Also check this file: /etc/apt/sources.list
and delete the line pointing to scrapy, if there is an entry.
After that, sudo apt update
should stop showing these error messages.
Check the /etc/apt/sources.list.d/
directory for scrapy occurrences.
Also check this file: /etc/apt/sources.list
and delete the line pointing to scrapy, if there is an entry.
After that, sudo apt update
should stop showing these error messages.
edited Feb 15 at 9:02
g_p
12.9k24661
12.9k24661
answered Feb 14 at 11:53
Dominik KDominik K
1763
1763
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
add a comment |
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
There was no entry for scrapy in "/etc/apt/sources.list", but it did have files in "/etc/apt/sources.list.d" directory, removing which solved the issue. Thanks.
– blackfyre
Feb 14 at 11:59
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1118189%2fapt-get-update-giving-w-failed-to-fetch-http-archive-scrapy-org-ubuntu-dis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Remove it from your
sources.list
files. It's a user-added entry so you, or another 'admin' on your system has added it, and I get 404 errors if I put it in the browser. Just remove that line from your sources.– guiverc
Feb 14 at 11:34