aMule Forum
English => en_Bugs => Topic started by: kurinando on August 25, 2008, 11:55:40 AM
-
I there, I'm running a server with Ubuntu 8.04 and amule deamon with amuleweb.
The amule version that I'm running is 2.2.2 compiled from CVS
The problem is the following; I can paste multiple ed2k links into the "Download Selected ED2K Link(s)" but only the first one comes to the download tab.
I tested the amule with user interface and it works fine.
Thanks in advance
UPDATE: I've edited the ExternalConn.cpp in the line 1078 to output the number of files currently being added
Here is the log with two test files, with only on being added
ExternalConn.cpp(1080): ExternalConn: adding 1 link 'ed2k://|file|TomTom8.Iberia.v805.1801.Map-WaXTration.rar|236033280|AF39A565B5B634533FD5F6C538DFB350|/
ed2k://|file|TomTom8.Iberia.v805.1801.Map-WaXTration.nfo|418|CB22709FEBCF5EA66B7BF110FB7BAD25|/'.
2008-08-26 11:39:05: DownloadQueue.cpp(339): Downloading TomTom8.Iberia.v805.1801.Map-WaXTration.rar
-
The problem remains... amule 2.2.5
Am I the only person who has a server running amule in debian/ubuntu?
I even tried the lastest trackball with the following compilation command:
./configure --enable-amulecmd --enable-webserver --enable-amule-daemon --enable-optimize --disable-monolithic --enable-ccache
Still can't add more the one link to the ed2k php link manager
-
Currently it's a limitation of the webserver. Only one link at a time.
Maybe we'll improve it in the future to be able to accept multiple links at once, but that doesn't seem to happen in the near future. However, a working patch would speed things up ;)
-
Currently it's a limitation of the webserver. Only one link at a time.
It's a limitation of the template (.php file), webserver support it just fine.
-
whatever
-
Hi, is there any update for this topic? Can amuleweb handle multiple links right now?
-
I'm afraid no.
-
Could patch either the template or the server. Template is easiest to fix.
-
Committed in 10349, thank you! :)