Page 1 of 1

[Resolved] Flashgot/JDownloader no longer happy

Posted: Tue Dec 04, 2012 11:02 pm
by wigster
Hi,

I had Flashgot and JDownloader (not 2!) working together perfectly fine, until I had to wipe my Firefox (18) configuration and start from scratch. Now they no longer do.

I have reinstalled Flashgot (1.5), installed JD support from JD, selected JD as the downloader.

JD remote control is running on port 10025, which I have changed in about:config in FF:

flashgot.dmsopts.JDownloader.url is set to

Code: Select all

http://127.0.0.1:10025/flashgot/
I can supply a link to JD manually, say by passing a URL like

Code: Select all

127.0.0.1:10025/action/add/links/grabber0/start1/http://stuffIwant
this gets picked up by JD and starts downloading.

However, if I try to pass a link through FlashGot, nothing happens. In the log all I get is

Any ideas?

Code: Select all

Preprocessing done in ms330
Starting dispatch
Dispatch done in ms170
Total processing time: ms500
JDownloader response:
200
JDRemoteControl - Malformed Request. use /help

Re: Flashgot/JDownloader no longer happy

Posted: Wed Dec 05, 2012 12:31 am
by therube
Did you have FlashGot 1.5 prior?
Because 1.5 made some changes relating to JDownloader.

Try the latest development build & see if that helps.
If not, then if you revert to an earlier version?

Re: Flashgot/JDownloader no longer happy

Posted: Wed Dec 05, 2012 9:52 am
by Giorgio Maone
FlashGot does not rely on remote control.
Please keep the default port (9666) and try to send a link while JDownloader is already running at least once (in order to let JDownloader return its own path for initial configuration).

Re: Flashgot/JDownloader no longer happy

Posted: Wed Dec 05, 2012 11:13 pm
by wigster
Hi,

Thanks for that. I got myself completley confused. I assume that the fact I had port 10025 in remote control meant that I changed away from 9666 for some reason.

Indeed things work now. Thanks!