Skip to main content

Questions tagged [fetch]

The tag has no usage guidance.

0 votes
1 answer
111 views

Why is this VBA data-fetching function hanging?

I have written this function in VBA to fetch data from a URL. I am calling it from another function that is called in an Access query. The code is adapted from code in an article cited in the comments ...
NewSites's user avatar
  • 818
0 votes
0 answers
77 views

Why is this VBA data-fetching function hanging in Access?

I have this function in VBA, which I have used successfully before in Excel to fetch data from a URL: '======================================================== Public Function sURLfetch(ByVal sURL As ...
NewSites's user avatar
  • 818
1 vote
1 answer
5k views

Kali (WSL2) installing kali-linux-default: Unable to fetch some archives

After apt-get install kali-linux-default I'm getting: Ign:1 http://http.kali.org/kali kali-rolling/non-free amd64 wce all 1.42-beta-0kali3 Ign:2 http://http.kali.org/kali kali-rolling/main amd64 ...
M_V's user avatar
  • 43
1 vote
0 answers
51 views

Apache Nutch hangs on a url during fetch cycle indefinitely [closed]

I am running Nutch 1.15 in distributed Hadoop mode, when it tries to fetch a file (185 MB) in this particular case, and it hangs with aborted threads. Then, in next cycles of Fetch Data, it will try ...
user9142638's user avatar
0 votes
1 answer
341 views

How to download a website for offline reading [closed]

i need to download an entire website, there are a lot of programs, but my problem is that, I need to fetch the site when i am logged in. I tried multiple programs but they dont work. Is there a way?
alaskaman's user avatar
1 vote
0 answers
390 views

Error: Command 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format

When I try fetch v8 or gclient sync I get this error: Error: Command 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/...
user3486308's user avatar
2 votes
2 answers
13k views

fetch v8 : "-bash: fetch: command not found"

I asked this question 1day ago in stackoverflow but there is no answer for it until now, but I need it now, So I asked it here again: I want to install JavaScript on my ARM-based(arm7) board with ...
user3486308's user avatar
0 votes
1 answer
48 views

Rebasing in Git (Fetch and then..?)

I have been working locally on a new computer to which I transferred all data from my old computer via external drive. I decided to try to rebase my work with what I have already on my server. First ...
fixingstuff's user avatar
0 votes
1 answer
2k views

Freenet project search

I got Freenet Project's app up and running. Now I can open "http://localhost:8888/" to display Freenet main menu. The problem is I want to search through its search function (Browsing -> Search ...
Ondřej Doležal's user avatar
0 votes
3 answers
364 views

Can someone suggest a text editor for Mac where I can work on a project across a remote server and group the files I am working on into folders?

I like to develop web apps with CakePHP. I connect to the server using Fetch, and to work on my website I go to my files on Fetch and click edit with>Text Wrangler. Then I am able to easily edit my ...
Nick Manning's user avatar
1 vote
2 answers
8k views

iOS (iPhone/iPod Touch) Fetch Vs. Push [closed]

Going through advanced Mail, Contacts, Calendars settings on my iPod Touch with iOS 4.0, I noticed an option for fetch, instead of push. What exactly is the difference between fetch and push for the ...
Nick McCurdy's user avatar
23 votes
4 answers
17k views

Make wget download page resources on a different domain

How do you use wget to download an entire site (domain A) when its resources are on another domain, (domain B)? I've tried: wget -r --level=inf -p -k -E --domains=domainA,domainB http://www.domainA
Parsa's user avatar
  • 565