aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: reload shared files button  (Read 1987 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
reload shared files button
« on: November 22, 2004, 02:35:57 AM »

HI all!

I just discovered this behavior, not sure if I did something wrong, or i9s an amule's bug. I started amule in a normal way, and everything went OK, but in the log started appearing this weird message about "requested file not found" (not textual, but you get the idea). The verbose log is off. I turned it on, hoping it would tell me which file was the requested, but did not, only the same annoying message telling the same. I went to shared files, and pressed the reload button. Nothing happened. Then, I did a search, and a file appeared as a result in green, indicated I had already downloaded that file. But the file is _not_ in my incoming folder, and it was deleted long time ago, so I have no idea why reloading it did not see the file is not there. It was there once, but is not there now. I deleted it on windows, perhaps that's the problem?

Thanks.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: reload shared files button
« Reply #1 on: November 22, 2004, 02:40:13 AM »

aMule remembers which files it has completly downloaded through history. it always does, you can test it which whatever file you've completed. so, searching for those completed files again, even if not shared, will display in green. about "requested file not found", please paste here the strig in the translated version and tell me what language it is in, so i can search through code for that line. thanks

Greetings!
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: reload shared files button
« Reply #2 on: November 24, 2004, 08:00:47 PM »

Hi!

The language in my emule is english, and the string is "requested file not found" (as far as i remember) but I can't check, since I'm at work now, and here I use windows. But anyway, the problem has not happened again, I think it was some error in the requests, or some misconfigured client.

Thanks anyway.
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: reload shared files button
« Reply #3 on: November 24, 2004, 09:25:35 PM »

Jacobo221,
Code: [Select]
topi@fantoly:~/gtk2-amule/src$ grep -n "requested file not found" *.{cpp,h}  
UploadClient.cpp:227:                           throw wxString(wxT("requested file not found"));
UploadClient.cpp:617:           AddLogLineM(false, _("requested file not found"));
topi@fantoly:~/gtk2-amule/src$
8)
Logged
concordia cum veritate

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: reload shared files button
« Reply #4 on: November 25, 2004, 01:24:24 PM »

Out of what I saw, that message is shown when a client is asking you for a file you do _not_ have (or let's better say, you are not sharing) or when a client is asking you for a hashset (check http://www.amule.org/wiki/index.php/AICH ) of a file you do not share either.

So, not aMule's fault ;)

Greetings!
Logged