JDownloader Community - Appwork GmbH
 

 
 
Thread Tools Display Modes
  #81  
Old 12.08.2011, 20:06
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@dbboeder
copy paste your existing jd , rename the copy to jdownloader-nightly or something along those lines, run the update string or start jdownloaderbeta.exe and click update.. You can run both at the same time if you wish.

Happy hunting
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #82  
Old 12.08.2011, 20:12
dbboeder
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by raztoki View Post
@dbboeder
copy paste your existing jd , rename the copy to jdownloader-nightly or something along those lines, run the update string or start jdownloaderbeta.exe and click update.. You can run both at the same time if you wish.

Happy hunting
I already have two JD installation (by mistake), so let me get it straight I do this:

1. Leave my main JD directory alone, back it up anyways
2. In the second JD directory, do as described here: http://board.jdownloader.org/showpos...9&postcount=33

is that correct?

Thank man!
  #83  
Old 13.08.2011, 13:23
remi
Guest
 
Posts: n/a
Default

You can run two instances (stable and test) of jD simultaneously if you put them into two different folders.
  #84  
Old 13.08.2011, 14:10
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Quote:
Originally Posted by dbboeder View Post
I already have two JD installation (by mistake), so let me get it straight I do this:

1. Leave my main JD directory alone, back it up anyways
2. In the second JD directory, do as described here: http://board.jdownloader.org/showpos...9&postcount=33

is that correct?

Thank man!
yes.
java -jar jdupdate.jar -branch NIGHTLY or jdownloaderbeta.exe (click update) will grab all necessary files convert jd into nightly
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #85  
Old 26.08.2011, 10:10
nicesoni_ash
Guest
 
Posts: n/a
Default

Info bar is not working in my nightly build .. What could be wrong?

I am using 14783...

Thanks.
  #86  
Old 26.08.2011, 12:40
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@nicesoni_ash

its working here. enable the addon in settings, and then goto the addon in the traditional menu (file,links,premium,addon,?), make sure info bar is ticked/checked.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #87  
Old 29.08.2011, 19:05
Rakku
Guest
 
Posts: n/a
Default

Hello,

till now I have used the Nightly Version, because my Provider is only in there... (Premium4me) so im forced to use the Nightly version. I installed my Pc completly new and tried to install Nightly on the newest Version of JDownloader today again (Webinstall Version). The Java Update is called up succesfully although it just stops after a while. I get the Error always at 74% :

Hash Failed
Error. Retry
Server Busy. Wait 15 Seconds
Downloadsource: http://update4.jdownloader.org/branc...=1314637335177
http://update4.jdownloader.org/branches/NIGHTLY/ (-1%) requesttimeAVG=127
Hash Failed
Error. Retry
Server Busy. Wait 15 Seconds
Downloadsource: http://update3.jdownloader.org/branc...=1314637350251
http://update3.jdownloader.org/branches/NIGHTLY/ (-1%) requesttimeAVG=921
Hash Failed
Error. Retry
Server Busy. Wait 15 Seconds
Downloadsource: http://update0.jdownloader.org/branc...=1314637365316
http://update0.jdownloader.org/branches/NIGHTLY/ (-1%) requesttimeAVG=1007
Hash Failed
Error. Retry
Server Busy. Wait 15 Seconds

*Sorry I did try to make it a Spoiler, but somehow it didn´t show up correctly when clicked on button, so I removed it*

Well, I try this since 3 days now and everytime the server is busy, could someone help me out? I use the newest Ver of JDownloader and "tried" to update it with the selfmade " java -jar jdupdate.jar -branch NIGHTLY" Batch ...
  #88  
Old 29.08.2011, 19:15
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@Rakku
virus/firewall software with live http scanner is messing with our updates transits. Make sure java.exe and javaw.exe are exempt. The tell for this is all hash checks are failing!
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #89  
Old 29.08.2011, 20:46
Rakku
Guest
 
Posts: n/a
Default

Thanks for the fast answer, I did as you said and its working quite well. Im really thankfull and ashamed that the idea of shutting down the antivir for update didnt pop up in my head ... normally I try things like this first.
  #90  
Old 31.10.2011, 01:19
MyLogic MyLogic is offline
Modem User
 
Join Date: Aug 2009
Posts: 3
Default Nightly as Apple Script Command

Hello,

I am Mac User.
Quote:
cd /Applications/jDownloader.app/Contents/Resources/Java
sudo java -jar jdupdate.jar -branch NIGHTLY
How can I put these commands in a AppleScript?
It would be easier to use - for updates etc.

Sorry for the bad english ....
  #91  
Old 31.10.2011, 06:47
kdean kdean is offline
Black Hole
 
Join Date: Jul 2010
Posts: 282
Default

Once you're running the Nightly you'll receive the nightly updates, you don't need to run the terminal command more than once.
  #92  
Old 31.10.2011, 06:57
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

you only need to use -branch NIGHLTY once, but you can still update via
sudo java -jar "/Applications/jDownloader.app/Contents/Resources/Java/jdupdate.jar"
if you choose. No idea about mac script try using .sh (bash script)?. macs are just modified unix os it should still work
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #93  
Old 31.10.2011, 21:34
MyLogic MyLogic is offline
Modem User
 
Join Date: Aug 2009
Posts: 3
Default

Quote:
Originally Posted by kdean View Post
Once you're running the Nightly you'll receive the nightly updates, you don't need to run the terminal command more than once.
Many thanks for the answer.
I found it now in the settings. (Page "General")

Sorry - I have it overlooked ...
  #94  
Old 24.12.2011, 15:26
Mastericarus333
Guest
 
Posts: n/a
Default

After http://board.jdownloader.org/showpos...9&postcount=33 update, i cannot start application with error: user aborted installation.

i follow step by step procedure in the link

sorry for my english
  #95  
Old 25.12.2011, 10:35
remi
Guest
 
Posts: n/a
Default

Can you start jD normally, i.e., with the stable version/branch?
  #96  
Old 25.12.2011, 11:21
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Strange naming Youtube

0SV9KISASRS (240p_H.264-AAC)
CB8XCIWOZMQ (360p_H.264-AAC)

How to change the original names?
  #97  
Old 25.12.2011, 11:55
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

goto you youtube setting maybe you set id as filename?
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #98  
Old 25.12.2011, 12:05
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Nightly
**External links are only visible to Support Staff****External links are only visible to Support Staff**
It does not show
Filename: [Weekly Mix] Dj InQuirer - Dancecore Mix (Part II)

Old 0.981 - showed the names of the original

example filename: Ubuntu 10.04 Compiz hard test FULL HD(360p_H.264-AAC)
_________________________________________________________________

Spoiler:

Last edited by djmakinera; 25.12.2011 at 12:14.
  #99  
Old 25.12.2011, 12:34
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

*shakes fist*

follow the images
1) Nightly-Settings-Hosts_and_Addons-Hosts-Youtube_Settings.jpg
2) Snippy0001.jpg
3) Snippy0003.jpg
Attached Thumbnails
Nightly-Settings-Hosts_and_Addons-Hosts-Youtube_Settings.jpg   Snippy0001.jpg   Snippy0003.jpg  
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #100  
Old 25.12.2011, 13:16
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

raztoki - I know that Only that for me it does not work. Really? Really!


JDownloader -NIGHTLY- Build 15543
Java Vendor: Sun Microsystems Inc.
Java Version: 1.6.0_30



Last edited by djmakinera; 25.12.2011 at 13:58.
  #101  
Old 25.12.2011, 13:40
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

even with it unticked/unchecekd? works fine here.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #102  
Old 25.12.2011, 13:57
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

raztoki
1. Selected - does not work
2. No selection - does not work

So it does not change anything.

Last edited by djmakinera; 25.12.2011 at 14:07.
  #103  
Old 25.12.2011, 15:29
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

id say its your system/setup again.

copy your jdownloader folder to another location without config/ and captchas/
run 'java -jar jdupdate.jar -branch NIGHTLY' couple times
add your account back and make sure youtube setting isnt checked and test again. If it works its config issue in your other install if it doesn't not entirely sure, as it works fine here and I'm out of ideas.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #104  
Old 13.02.2012, 13:34
satish_j
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by editestowy View Post
If you updated from Stable to Nightly - you can switch back executing from the command line:
java -Xmx512m -jar jdupdate.jar -branch RESET
everytime i try to revert to stable,i get error as 'There are currently no free update slots.pls try again later!'
Can anyone pls explain about this error..
  #105  
Old 13.02.2012, 17:19
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

Hmmm... just made test downgrade from Nightly to Stable without any problems.
Make sure that your firewall is not blocking these addresses:
_http://update0.jdownloader.org
_http://update1.jdownloader.org
_http://update3.jdownloader.org
_http://update4.jdownloader.org
_http://update4ex.jdownloader.org

or maybe update servers were too busy when you tried?
  #106  
Old 13.02.2012, 17:26
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Updates just went live, it could be our updates servers are busy, but can mean something on your system/internet is blocking or changing html (web/link scanners usually).
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #107  
Old 14.02.2012, 05:51
satish_j
Guest
 
Posts: n/a
Default

i have been using JD for about 3 yrs and i was never aware about something called 'Nightly' release..
JDownloader home page does not even mention about it.It just gives the option to select OS.All this time i have been using the nightly version(w/o knowing that it is basically the development release) as this is the default download from site.
BTW,I googled and found 0.9.580 is the latest stable version of JD.
does anyone have ftp links to download this stable version?
  #108  
Old 14.02.2012, 09:15
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

Stable is official jD version available at official site - it has misc versions for misc OSes.
Nightly is not distributed, you can only build it manually by upgrading already installed Stable.
So either you upgraded your Stable or you downloaded Nightly from the other place (I think I saw Nightly on one of the multihoster services, because this version supports multihosting).
Latest Stable version is 0.9.581 (+all the plugin updates).
Why do you want older version?
I would rather download: MULTIOS ZIP: _**External links are only visible to Support Staff**
  #109  
Old 14.02.2012, 09:37
satish_j
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by editestowy View Post
Stable is official jD version available at official site - it has misc versions for misc OSes.
Nightly is not distributed, you can only build it manually by upgrading already installed Stable.
So either you upgraded your Stable or you downloaded Nightly from the other place (I think I saw Nightly on one of the multihoster services, because this version supports multihosting).
Latest Stable version is 0.9.581 (+all the plugin updates).
Why do you want older version?
I would rather download: MULTIOS ZIP: _**External links are only visible to Support Staff**
Now i got it.i installed the stable version from their site,but the updating part that i did, got it upgraded to nightly version.I think there should be a prompt to user telling that update will result in a development release version.Most often,such releases breaks plugins for certain hosts.Also,version of JD installed along with STABLE/NIGHTLY should be displayed in GUI.
i thought 0.9.580 is the latest stable version,thanks for correcting me and also for link provided..

Last edited by satish_j; 14.02.2012 at 09:40.
  #110  
Old 14.02.2012, 11:03
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

You can check the version by selecting from menu: ? --> About JDownloader
(or CTRL+F1 in Stable, this shortcut doesn't work in Nightly)
Example for Nightly:
Attached Thumbnails
version_info.jpg  
  #111  
Old 14.02.2012, 11:20
satish_j
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by editestowy View Post
You can check the version by selecting from menu: ? --> About JDownloader
(or CTRL+F1 in Stable, this shortcut doesn't work in Nightly)
Example for Nightly:
OMG..i just checked and found that i already using 0.9.581.
Basically,iam getting 'Hoster problem' with Wupload.com and thats why i revived this thread.I searched and found that this problem is with the Nightly version and not stable version.
Now that i have found iam already using stable version,iam confused why problem surfaced(with wupload) at first place..
Can anyone pls share the plugin file for wupload from system where wupload working fine(this is basically a class file inside jd folder)
  #112  
Old 14.02.2012, 12:31
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Please post a proper report, not here!
__________________
FAQ: How to upload a Log
  #113  
Old 18.02.2012, 11:29
bovirus
Guest
 
Posts: n/a
Default

I have a problem with the update of JD language.

I have an account to save in SVN repository the langauge file.

Started nightly build (build 15949).

Load langauge file. Edit it.

Then I select "Sve and sento to SVN".

I got an error

No entry at URL "svn://svn.jdownloader.org/jdownloader/trunk/resourcen/jd/language"

What can I do ?

Thanks.

Last edited by bovirus; 18.02.2012 at 11:38.
  #114  
Old 18.02.2012, 11:50
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

bovirus: talk to jiaz. I know the the language editor and what not is been replaced with out next major version. Best to talk to Jiaz either by private message over the forum or via our development irc channel.

raz
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #115  
Old 09.08.2012, 03:18
Juggalo Juggalo is offline
JD Beta
 
Join Date: Mar 2011
Posts: 53
Default AllDebrid

Hello,

I want to use AllDebrid for JDownloader, but the option is only in the Nightly version, and not in the public version.

Obviously I'll use Nightly for now.

But will AllDebrid ever be available in the public JD version?

Also is there anyway to fix bugs like; when it doesn't automatically grab links, or it remembering to not ask you if you want to delete links?

Thanks,
Juggalo
  #116  
Old 20.09.2012, 09:21
calvinclien
Guest
 
Posts: n/a
Default

Hi !
First Time, I have heard about Nightly. what do you want to say by this?
**External links are only visible to Support Staff**camp kanatal
  #117  
Old 01.12.2012, 10:35
Topken Topken is offline
Bandwidth Beast
 
Join Date: Oct 2010
Posts: 135
Default

Just tried to update to nightly and this is the error that was giving to me by jupdater.jar using the nightly command

Code:
java.lang.NullPointerException
	at org.appwork.update.standalone.SwitchParam.matches(SwitchParam.java:25)
	at org.appwork.update.standalone.Main$1.executeCommandSwitch(Main.java:159)
	at org.appwork.app.launcher.parameterparser.ParameterParser$1.fireEvent(ParameterParser.java:37)
	at org.appwork.app.launcher.parameterparser.ParameterParser$1.fireEvent(ParameterParser.java:33)
	at org.appwork.utils.event.Eventsender.fireEvent(Eventsender.java:249)
	at org.appwork.app.launcher.parameterparser.ParameterParser.parse(ParameterParser.java:115)
	at org.appwork.app.launcher.parameterparser.ParameterParser.parse(ParameterParser.java:97)
	at org.appwork.update.standalone.Main.main(Main.java:227)
  #118  
Old 01.12.2012, 14:39
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,088
Default

Please use the JD2 BETA then.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
  #119  
Old 02.12.2012, 11:09
Topken Topken is offline
Bandwidth Beast
 
Join Date: Oct 2010
Posts: 135
Default

At the time I was having issues with the beta so I figured I may as well give the nightly a try but turns out the issue was borked Java install so I had to completely wipe that out and reinstalled it and JDownloader 2 beta is now working again.
  #120  
Old 18.03.2013, 00:53
ksfno1
Guest
 
Posts: n/a
Default

Is it possible to upgrade the latest stable version (I guess it is v1.0.0.1) to Nightly mode?

Last edited by ksfno1; 18.03.2013 at 01:08.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 00:21.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.