Page 1 of 1

[RESOLVED] Integration with JDownloader on Linux

Posted: Thu Nov 11, 2010 1:59 pm
by simonbcn
Hi,
I have installed JDownloader v0.9.580 and FlashGot v1.2.4 on Firefox 3.6.12. My OS is Ubuntu 10.04 32bits
In about:config (Firefox) I have defined:

Code: Select all

flashgot.dmsopts.JDownloader.path = /usr/bin/java -Xmx512m -jar  /home/xxxx/.jdownloader/JDownloader.jar
flashgot.dmsopts.JDownloader.autostart = false
flashgot.dmsopts.JDownloader.delay = 16
When I try to download one URL with JDownlader from FlashGot,it shows this error and it does nothing:
Image

In log, FlashGot shows:

Code: Select all

*** FlashGot 1.2.4 started at Thu, 11 Nov 2010 14:02:14 GMT ***
Preprocessing done in ms8
Starting dispatch
JDownloader response:
0

TypeError: this.jdFile is undefined
Dispatch done in ms2546
Total processing time: ms2554
But if JDownloader is open, it works well.

What's the problem? Is this a bug?

Re: Integration with JDownloader on Linux

Posted: Thu Nov 11, 2010 2:18 pm
by Giorgio Maone
This seems to be a bug.
Investigating, thanks.

Re: Integration with JDownloader on Linux

Posted: Fri Nov 19, 2010 4:18 pm
by simonbcn
Flashgot doesn't detects if JDownloader is installed, unless JDownloader is running.

I test with v1.2.5 ans it still has the problem.

Re: Integration with JDownloader on Linux

Posted: Sat Dec 04, 2010 9:39 pm
by simonbcn
It still fails in v1.2.6! :(
Please, can you fix this?

Re: Integration with JDownloader on Linux

Posted: Mon Dec 06, 2010 1:57 pm
by simonbcn
Well, one of the JDownloader developers confirms that the problem is in Flashgot: http://board.jdownloader.org/showthread.php?t=23509

Re: Integration with JDownloader on Linux

Posted: Mon Dec 06, 2010 2:53 pm
by Giorgio Maone
Investigating.

Re: Integration with JDownloader on Linux

Posted: Wed Dec 15, 2010 4:52 pm
by Giorgio Maone
Fixed in latest development build, thank you.

Re: Integration with JDownloader on Linux

Posted: Fri Dec 24, 2010 10:33 am
by simonbcn
Giorgio Maone wrote:Fixed in latest development build, thank you.
This doesn't work to me. :(
My config:
Image

The error is the same: "Cannot launch JDownloader. Please launch it manually or ensure Java is enabled in your browser."

Java is enabled in my browser (Firefox 3.6.13):
Image

Re: Integration with JDownloader on Linux

Posted: Fri Dec 24, 2010 11:00 am
by Giorgio Maone
Could you show me again your FlashGot Options|Show Log output?

Re: Integration with JDownloader on Linux

Posted: Fri Dec 24, 2010 7:43 pm
by simonbcn
Giorgio Maone wrote:Could you show me again your FlashGot Options|Show Log output?
Log:

Code: Select all

*** FlashGot 1.2.7 started at Fri, 24 Dec 2010 19:37:42 GMT ***
Preprocessing done in ms76
Starting dispatch
JDownloader response:
0

TypeError: this.jdFile is undefined
Dispatch done in ms4522
Total processing time: ms4599
I already inserted one screen-shot of my options in my previous post:
Image

Re: Integration with JDownloader on Linux

Posted: Sat Dec 25, 2010 12:12 am
by Giorgio Maone
Did you disable automatic detection?
If you did, that's a known bug which is being fixed in next dev build, and can be worked around by re-enabling autodetection.

Re: Integration with JDownloader on Linux

Posted: Sat Dec 25, 2010 3:52 pm
by simonbcn
Giorgio Maone wrote:Did you disable automatic detection?
If you did, that's a known bug which is being fixed in next dev build, and can be worked around by re-enabling autodetection.
Yes, this was the problem. Thanks. ;)

Re: Integration with JDownloader on Linux

Posted: Sun Dec 26, 2010 5:08 pm
by Giorgio Maone