aMule Forum

English => en_Bugs => Topic started by: djtm on December 24, 2004, 05:08:02 PM

Title: Webserver Search results b0rked
Post by: djtm on December 24, 2004, 05:08:02 PM
Hi,

e.g. size column shows
"   a   217.226.214.111" or
 "? >£http://www.fnmoc.navy.mil Fleet Numerical Oceanography Ce and FR-LORIA Campus Scientifique-RENATER AP2P and 7th Communications Group of the Air Force 7thCG/C2" or
"B"
-- but never a size or number ;)

It seems to be mostly a problem with special characters though.

File hash is empty, many file name fields as well.

Finally, the source number column works perfectly ;)

Thanks for the present! :)
Title: Re: Webserver Search results b0rked
Post by: GonoszTopi on December 24, 2004, 05:47:27 PM
Self-compiled or pre-made package?
Which wxWidgets version?
Ansi or unicode?
Title: Re: Webserver Search results b0rked
Post by: djtm on December 24, 2004, 07:08:00 PM
1. Self-compiled: ./configure --enable-webserver --enable-webservergui --enable-optimize --enable-amulecmdgui --enable-amulecmd --enable-amule-daemon --enable-amule-daemon

wx-config --version
2.5.3
(Debian unstable)
"
libwxgtk2.5.3:
  Installed: 2.5.3.2
  Candidate: 2.5.3.2
  Version Table:
 *** 2.5.3.2 0
        500 http://ftp.uni-kl.de unstable/main Packages
        500 http://ftp.uni-kl.de testing/main Packages
        100 /var/lib/dpkg/status
"

I think what you want to know is:(if not let me know please)
echo $LANG
de_DE
Title: Re: Webserver Search results b0rked
Post by: djtm on December 24, 2004, 08:25:00 PM
"
) caused a socket blocking error.) caused a socket blocking error. Retries: 0. ? d ?c199.67.0.0 - 199.67.7.255 , 100 , Army & Air Force Exchange Service NETBLK-AAFES (NE) caused a socket blocking error.) caused a socket blocking error. Retries: 0. ? d ?c199.67.0.0 - 199.67.7.255 , 100 , Army & Air Force Exchange Service NETBLK-AAFES (NE
"
that's now on the page's top.
Title: Re: Webserver Search results b0rked
Post by: GonoszTopi on December 24, 2004, 08:58:54 PM
You didn't say whether you have wxGTK unicoded or not.

By the way, here is a patch that fixes a bug on webserver search results with unicode builds. Please apply it with `patch -p0 < searchfix.patch` from aMule source tree root, then recompile aMule.

Let me know if this doesn't help.

Frohe Weichnachten!
Title: Re: Webserver Search results b0rked
Post by: djtm on December 24, 2004, 10:39:45 PM
Danke, dir auch Frohe Weihnachten!

How do I figure out if it's unicode?

I'll check if that helps...
Title: Re: Webserver Search results b0rked
Post by: deltaHF on December 24, 2004, 10:41:57 PM
find out how your wxgtk is compiled ;)
Title: Re: Webserver Search results b0rked
Post by: djtm on December 25, 2004, 12:51:33 PM
the wxgtk are the standart dbian packeages.
dont know how they were comiled, how do i find out?

b.t.w.
I was unable to access the webserver with safari and iexplore under mac os x...
but im not yet certain why. ill keep you up to date. just applied the patch and am recompiling this moment.
Title: Re: Webserver Search results b0rked
Post by: djtm on December 25, 2004, 02:41:29 PM
kbox" name="downloads" value="%s">    3       0ECSocket::ReadBuffer error The socket is non-blocking and the operation would block amuledstart.sh: line 13: 20369 terminated             amuled -o >>/home/djtm/amuled.log
Speicherzugriffsfehler (segmentation fault)

when posting a ed2k link in the unpatched webserver i get this output...
Title: Re: Webserver Search results b0rked
Post by: djtm on December 26, 2004, 10:30:05 PM
Well, if its unicode or not, the patch fixed my problem!! :)

Thanks man, gonosztopi !
Title: Re: Webserver Search results b0rked
Post by: GonoszTopi on December 26, 2004, 11:44:39 PM
Well, then it was unicode.

You can find it out by doing: amule --version
It will say something like: aMule 2.0.0rc8 using wxGTK2 v2.5.3 (Unicoded)

Cheers!
Title: Re: Webserver Search results b0rked
Post by: djtm on December 27, 2004, 02:04:15 PM
aMule 2.0.0rc8 using wxGTK2 v2.5.3 (Unicoded)

:)

Thanks!