aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20060504 amulegui files not shown in upload list  (Read 2508 times)

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
20060504 amulegui files not shown in upload list
« on: May 07, 2006, 12:09:56 AM »

hi all,
it seems that due to some chars in file name, some files are not displayed in upload list of Transfer window, leaving a row with all infos displayed except filename. Running

Code: [Select]
$ amulecmd -c "show UL"
the file name is displayed.

An example is the following (for privacy reason, I'm reporting only char-count and char of filename):

Code: [Select]
     6
      2 -
      1 .
      1 '
      1 +
      1 2
      1 5
      1 6
      4 a
      1 b
      1 c
      2 d
      2 e
      2 g
      3 i
      3 l
      2 m
      2 n
      4 o
      1 p
      2 r
      1 s
      1 t
      2 u
      1 v
      1 z
Logged

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
Re: 20060504 amulegui files not shown in upload list
« Reply #1 on: May 13, 2006, 04:41:37 PM »

I got even this file, that is correctly shown by amulecmd, but that amulegui shows as "N/A":

Code: [Select]
     8
      2 -
      1 !
      1 .
      1 (
      1 )
      1 \
      4 a
      1 A
      1 b
      1 c
      1 C
      2 d
      3 e
      1 F
      1 g
      1 H
      1 i
      1 k
      1 m
      3 n
      4 o
      2 p
      5 r
      3 s
      1 S
      2 T
      1 v
      1 x
      1 z
      1 Z
maybe it's due to "!" char (just guessing).
Logged

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
Re: 20060504 amulegui files not shown in upload list
« Reply #2 on: May 22, 2006, 10:00:39 PM »

Maybe I found the cause (at least some of them). Here below some cases:

Files listes as NULL (characters componing file name):

-.'029aAcDehimMnoPrRsUvx
_-,.()169abcCeiJlLmnoPrstv
 -.'()#125aAbcdDefgiIlmMnoPrstTuUvx
 -.058aAceÈFiLmMnPrstUvx
 _-,.#0269abBcCdefgiJklLmoOPrstvWy
 -.'()#125aAbcdDefgiIlmMnoPrstTuUvx
 _-,.#01238abBcdefFgiJklLmoOpPrtTvy
 -.15acdeilmnoprtTuUvx
 -.157aAbcCeiLmMnopPrUvx
 -.()&012349aAbCdDeEGHiJklLmMnopPrRstvwy
 -.'()#025aAcdDefilLmMnopPrstTuUvx

Files listes as "N/A" (characters componing file name):

 -.'()#125aAbcdDefgiIlmMnoPrstTuUvx
 -.()#015aAcdDefiIlmMnoPrtTuUvx
 -.()&012349aAbCdDeEGHiJklLmMnopPrRstvwy


Conclusion: seems that this error is generated by some chars, as # or & ' , or accented letter, as È .

Don't know if this behaviour is changed in last CVS version, since I'm still using 20060504 one.

Cheers,
Sandro
Logged

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
Re: 20060504 amulegui files not shown in upload list
« Reply #3 on: May 22, 2006, 10:02:52 PM »

Ehm, forgot to say that it seems to affect only downloaded files: one file that once donwloaded is not shown (inserted in the previous list) it was correctly shown when still on-download.
Logged