Problem with jdownloader
Solved
yacovkb
Posted messages
94
Status
Membre
-
henri -
henri -
Hello,
hi everyone
I have a problem with this software "jdownloader"; I can't understand how to enable and disable the internet connection to download files without waiting, with rapidshare links for example.
Always between files, you have to wait about half an hour, and from what I understood, it is possible not to wait with an automatic disconnection and reconnection.
Thank you in advance for your reply
hi everyone
I have a problem with this software "jdownloader"; I can't understand how to enable and disable the internet connection to download files without waiting, with rapidshare links for example.
Always between files, you have to wait about half an hour, and from what I understood, it is possible not to wait with an automatic disconnection and reconnection.
Thank you in advance for your reply
Configuration: Windows XP Firefox 3.0.11
32 réponses
- 1
- 2
Suivant
Hello,
I installed this software over the weekend and... my life has changed!! It works perfectly!
The manipulation works for my modem; I hope you can adapt it:
I have a new TRIO3D modem (... it obviously does not appear in the list of modems offered by JDownloader)
Preface:
When I type "http://192.168.1.1" as the address in my browser window, I access the modem settings window.
A password is requested (mine is "admin" by default), then I confirm.
I arrive at the modem configuration window. I have an "expert" mode that I select. And in the list of all the settings, I have a "restart" option. If I click it, the modem reboots on its own.
The manipulation
Well, if you manage to perform this manipulation (= restart your modem from your browser), then you go to JDownloader -> Configuration -> Reconnection. First tabs "Reconnection Method" - "LiveHeader/Curl" and you click on "Create reconnection script".
A small window appears ("Reconnection Recording" and it indicates "IP-Router", normally 192.168.1.1), you click on "start". It then opens the login window for your modem. You then perform the previous manipulation that allows you to reboot the modem. Meanwhile, everything is recorded by JDownloader!
When you're done, normally (and from memory without doing anything more!?) you will see in the JDownloader window a whole series of barbaric lines of code that are the "computer" transcription of everything you've just done. You can then test by clicking in the lower left of this same window on "change IP" and see if it works.
If it works, you are saved... your JDownloader is operational and will take care of your downloads in the future without you having to do anything!! It changes your IP every time necessary...
Good luck!
I installed this software over the weekend and... my life has changed!! It works perfectly!
The manipulation works for my modem; I hope you can adapt it:
I have a new TRIO3D modem (... it obviously does not appear in the list of modems offered by JDownloader)
Preface:
When I type "http://192.168.1.1" as the address in my browser window, I access the modem settings window.
A password is requested (mine is "admin" by default), then I confirm.
I arrive at the modem configuration window. I have an "expert" mode that I select. And in the list of all the settings, I have a "restart" option. If I click it, the modem reboots on its own.
The manipulation
Well, if you manage to perform this manipulation (= restart your modem from your browser), then you go to JDownloader -> Configuration -> Reconnection. First tabs "Reconnection Method" - "LiveHeader/Curl" and you click on "Create reconnection script".
A small window appears ("Reconnection Recording" and it indicates "IP-Router", normally 192.168.1.1), you click on "start". It then opens the login window for your modem. You then perform the previous manipulation that allows you to reboot the modem. Meanwhile, everything is recorded by JDownloader!
When you're done, normally (and from memory without doing anything more!?) you will see in the JDownloader window a whole series of barbaric lines of code that are the "computer" transcription of everything you've just done. You can then test by clicking in the lower left of this same window on "change IP" and see if it works.
If it works, you are saved... your JDownloader is operational and will take care of your downloads in the future without you having to do anything!! It changes your IP every time necessary...
Good luck!
Hello,
I did as BibiandCo said (Besides, I have a new TRIO3D modem), but it doesn't work. I think it can't open Firefox. When I try to configure it with Internet Explorer, it opens Internet Explorer just fine. But it shows http://localhost:8972/ as the address in the window and can't open it.
What can I do?
Thanks in advance
PS: I am using the latest version of jDownloader (0.6.193)
I did as BibiandCo said (Besides, I have a new TRIO3D modem), but it doesn't work. I think it can't open Firefox. When I try to configure it with Internet Explorer, it opens Internet Explorer just fine. But it shows http://localhost:8972/ as the address in the window and can't open it.
What can I do?
Thanks in advance
PS: I am using the latest version of jDownloader (0.6.193)
Hello everyone,
First of all, thank you because your answers have been very helpful to me.
While configuring the router reconnection, I encountered the same problem as many of you, which is that when I started creating the script, it displayed a blank page with the address http://localhost:8972/
To solve this problem, I just modified the IP address of my router:
At first, I was using http://192.168.1.1/ and it didn't work!
Then I used 192.168.1.1 and it worked!!!
I hope this will help those who were in the same situation as me...
First of all, thank you because your answers have been very helpful to me.
While configuring the router reconnection, I encountered the same problem as many of you, which is that when I started creating the script, it displayed a blank page with the address http://localhost:8972/
To solve this problem, I just modified the IP address of my router:
At first, I was using http://192.168.1.1/ and it didn't work!
Then I used 192.168.1.1 and it worked!!!
I hope this will help those who were in the same situation as me...
Hello
I have exactly the same problem, the webpage also connects to - http://localhost:8972/ - but.....
I only have a blank page that appears while jdownloader (0.6.193) stays stuck at the same stage :s
Thanks in advance for any solutions ^^
PS: I have an Alice box
I have exactly the same problem, the webpage also connects to - http://localhost:8972/ - but.....
I only have a blank page that appears while jdownloader (0.6.193) stays stuck at the same stage :s
Thanks in advance for any solutions ^^
PS: I have an Alice box
If it can help you, here is the script for the alicebox if you haven't managed it yet
[HSRC]
[STEP]
[REQUEST]
GET / HTTP/1.1
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /pub/wan.cgi HTTP/1.1
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /pub/wan.cgi HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /pub/reboot.cgi HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /pub/reboot.cgi HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
reboot=Reboot+the+router
[ ]
[ ]
[ ]
[HSRC]
[STEP]
[REQUEST]
GET / HTTP/1.1
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /pub/wan.cgi HTTP/1.1
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /pub/wan.cgi HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /pub/reboot.cgi HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /pub/reboot.cgi HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
reboot=Reboot+the+router
[ ]
[ ]
[ ]
Hello everyone,
I have a neuf box and I followed the given instructions, but it was impossible to register the reconnection in JDownloader. So the solution I found that worked was to restart the reconnection script with the router's IP. I clicked on raw mode before starting the step, and it worked. Good luck to everyone.
I have a neuf box and I followed the given instructions, but it was impossible to register the reconnection in JDownloader. So the solution I found that worked was to restart the reconnection script with the router's IP. I clicked on raw mode before starting the step, and it worked. Good luck to everyone.
Hello, so here's my problem with jdownloader, it's the Captcha!!!! When it's an upload (megapulad) it's fine, there's no problem, but when it's something else from jord (filserver or others), for each file it gives me a bar to write some weird text and it's really annoying to do it over and over again :( please help me, thank you.
To enrich the post, here is the trio3D script (from the Neuf era, now SFR):
[HSRC]
[STEP]
[REQUEST]
GET / HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /checkAuthorization HTTP/1.0
Host: %%%routerip%%%
username=admin&password=admin
[ ]
[ ]
[STEP]
[REQUEST]
GET /start.htm HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /changeMenuCgi HTTP/1.0
Host: %%%routerip%%%
R1=2
[ ]
[ ]
[STEP]
[REQUEST]
GET /start.htm HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /reboot.html HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /SysReboot HTTP/1.0
Host: %%%routerip%%%
Submit=Reboot
[ ]
[ ]
[STEP]
[REQUEST]
GET /reboot_go.html HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[ ]
[HSRC]
[STEP]
[REQUEST]
GET / HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /checkAuthorization HTTP/1.0
Host: %%%routerip%%%
username=admin&password=admin
[ ]
[ ]
[STEP]
[REQUEST]
GET /start.htm HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /changeMenuCgi HTTP/1.0
Host: %%%routerip%%%
R1=2
[ ]
[ ]
[STEP]
[REQUEST]
GET /start.htm HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
GET /reboot.html HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[STEP]
[REQUEST]
POST /SysReboot HTTP/1.0
Host: %%%routerip%%%
Submit=Reboot
[ ]
[ ]
[STEP]
[REQUEST]
GET /reboot_go.html HTTP/1.0
Host: %%%routerip%%%
[ ]
[ ]
[ ]
Hi bibiandCo
I followed all the steps to configure jdownloader with the trio 3d. However, I can't get it to work. Everything goes well until the box reconnects. Jdownloader doesn't capture anything from the box reconnection; no script appears.
I've tried using the script you provided, but that doesn’t work either.
Thank you, I look forward to your response.
I followed all the steps to configure jdownloader with the trio 3d. However, I can't get it to work. Everything goes well until the box reconnects. Jdownloader doesn't capture anything from the box reconnection; no script appears.
I've tried using the script you provided, but that doesn’t work either.
Thank you, I look forward to your response.
the jD forum exists and a French section has just been opened:
https://board.jdownloader.org/forumdisplay.php?f=40
A good way to centralize information/help on this software.
https://board.jdownloader.org/forumdisplay.php?f=40
A good way to centralize information/help on this software.
I also have some problems with JDownloader:
1- Unable to open DLC files: Error message "Container error: Server claims: http ://service .jdownloader.org/ dlcrypt/service .php DLC Error: null" (I tried with several different DLC files and several versions of the software)
2- Connection problems to the developer's server, the page loads once every ten tries
3- Software update crashes
But once, my software "Touched by the hand of the mystical god of computing" actually accepted my DLC file and started downloading, which it has never done again...
If anyone has an idea (or solution) for my problem, please let me know before I send my laptop to go diving with Captain Cousteau.
Thank you in advance.
El Chibro
1- Unable to open DLC files: Error message "Container error: Server claims: http ://service .jdownloader.org/ dlcrypt/service .php DLC Error: null" (I tried with several different DLC files and several versions of the software)
2- Connection problems to the developer's server, the page loads once every ten tries
3- Software update crashes
But once, my software "Touched by the hand of the mystical god of computing" actually accepted my DLC file and started downloading, which it has never done again...
If anyone has an idea (or solution) for my problem, please let me know before I send my laptop to go diving with Captain Cousteau.
Thank you in advance.
El Chibro
Hello,
I can't get it to work. No matter how many times I reboot the router as instructed, JDownloader doesn't save anything. The "reconnection recording" window stays open and nothing happens. Could it be because I'm doing this with Firefox? Does anyone have the script for a D-Link DI-784 router? Of course, it's not in their list.
Thanks.
I can't get it to work. No matter how many times I reboot the router as instructed, JDownloader doesn't save anything. The "reconnection recording" window stays open and nothing happens. Could it be because I'm doing this with Firefox? Does anyone have the script for a D-Link DI-784 router? Of course, it's not in their list.
Thanks.
Hello,
I have a problem with the username and password, I don't know what to put. Thank you for your help!
I have a problem with the username and password, I don't know what to put. Thank you for your help!
Thank you BibiandCo.
I've been using JDownloader for two weeks, and each time I reconnect manually via the modem's web page.
Lol I hadn't thought about the fact that it creates a macro for reconnection. Now I have my answer.
Thanks again :)
I've been using JDownloader for two weeks, and each time I reconnect manually via the modem's web page.
Lol I hadn't thought about the fact that it creates a macro for reconnection. Now I have my answer.
Thanks again :)
Hello to YOU : )))
I have a problem...
I can't find my modem in the list ???
Netgear CVG834G: I'm on Numéricable...
Thank you in advance ; )))
I have a problem...
I can't find my modem in the list ???
Netgear CVG834G: I'm on Numéricable...
Thank you in advance ; )))
Hi bibiandCo
I followed the whole procedure to configure JDownloader with the Trio 3D. However, I can't get it to work. Everything goes smoothly until the box reconnection. JDownloader doesn't record anything from the box reconnection, no script appears.
I also tried with the script you provided, but that didn't work either.
Thanks, I'm waiting for your response.
I followed the whole procedure to configure JDownloader with the Trio 3D. However, I can't get it to work. Everything goes smoothly until the box reconnection. JDownloader doesn't record anything from the box reconnection, no script appears.
I also tried with the script you provided, but that didn't work either.
Thanks, I'm waiting for your response.
Hi Djon,
ah the joys of computing!!
I'm on XP - Internet Explorer 7, and you?
I must confess that I tried to set up the AliceBox (without getting too worked up) at my father-in-law's place (Vista - IE 8) and I couldn't manage it!
I'm afraid I won't be able to help you (lack of time but mainly lack of knowledge that is capped when it comes to tackling scripts ;-))
You might have to dig in and search for your answers elsewhere on the net! But especially when you find it, please share your answer. Because I have the feeling, as time goes by, that if I change my computer and configuration one day, I won't know how to make Jdownloader work (... which is a marvel when it works!)
Talk to you later and good luck!
ah the joys of computing!!
I'm on XP - Internet Explorer 7, and you?
I must confess that I tried to set up the AliceBox (without getting too worked up) at my father-in-law's place (Vista - IE 8) and I couldn't manage it!
I'm afraid I won't be able to help you (lack of time but mainly lack of knowledge that is capped when it comes to tackling scripts ;-))
You might have to dig in and search for your answers elsewhere on the net! But especially when you find it, please share your answer. Because I have the feeling, as time goes by, that if I change my computer and configuration one day, I won't know how to make Jdownloader work (... which is a marvel when it works!)
Talk to you later and good luck!
Test done with the post script and IE8, it works.
So... the difference in result between your setup and mine does not come from IE.
Sorry and good luck.
So... the difference in result between your setup and mine does not come from IE.
Sorry and good luck.
For your information, if it helps for comparison:
In the config page of my Trio3D modem:
Modem Version
Model Number ...
Firmware Version: V1.7.19_AV225165
Build version: R060623
Web UI Version: WEB_3.0.
Recovery Version: V1.7.19_AV225165_V060419_recovery
Config Version: V1.7.19_AV225165_00
A+
In the config page of my Trio3D modem:
Modem Version
Model Number ...
Firmware Version: V1.7.19_AV225165
Build version: R060623
Web UI Version: WEB_3.0.
Recovery Version: V1.7.19_AV225165_V060419_recovery
Config Version: V1.7.19_AV225165_00
A+
Hello,
Ugh, I managed to reconnect the first time, everything worked fine..
Then I don’t know why, the second time it didn’t work!
I've tried to redo the script, but it's impossible to make a reconnection attempt! :(
Can someone help me?
Thanks :D
Ugh, I managed to reconnect the first time, everything worked fine..
Then I don’t know why, the second time it didn’t work!
I've tried to redo the script, but it's impossible to make a reconnection attempt! :(
Can someone help me?
Thanks :D
Hello,
This discussion has been marked as Resolved. However, after reading the conversation, I notice that the member who mentioned the issue has still not confirmed that the solutions you provided resolved their initial problem, but I observed that they have not been active in this discussion. Therefore, I cannot change the status of the conversation to Resolved. So, could you let me know if everything has indeed been sorted out?
Thank you for keeping me updated on the status of this discussion.
Good luck!
@+
--
The power of perseverance and patience almost resolves everything!
This discussion has been marked as Resolved. However, after reading the conversation, I notice that the member who mentioned the issue has still not confirmed that the solutions you provided resolved their initial problem, but I observed that they have not been active in this discussion. Therefore, I cannot change the status of the conversation to Resolved. So, could you let me know if everything has indeed been sorted out?
Thank you for keeping me updated on the status of this discussion.
Good luck!
@+
--
The power of perseverance and patience almost resolves everything!
- 1
- 2
Suivant
I just want to make a small clarification to correct your last paragraph, the one that starts with "When you are done, normally...", because there is one thing to do after restarting the modem: Do not take your eyes off Jdownloader, because when it has finished its checks, a small window appears that says "Reconnection Successful. Save Now?" and in which you need to click "Yes" of course.
I make this clarification because this window closes at the end of a countdown that appears inside, and if you linger too long, and therefore do not click "Yes" in time, the reconnection script is not saved by Jdownloader.
That's for those who may have arrived here and wonder why they see no change.
For everything else, you can trust BibiandCo.
If it works, you're saved... your jdownloader is operational and will take care of your downloads in the future without you having to do anything!! It changes your IP whenever necessary...
Good luck"
Thank you Bibiandco but what if it doesn't work? ! Because everything is working perfectly for me until I do the test that shows: reconnection failed. I don't know what to do anymore :( Any solution?
Thank you in advance for your reply."