JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 29.11.2011, 22:08
carlmart
Guest
 
Posts: n/a
Default wcrypt.in Decrypter out of date

I'm trying to download some files which names come encrypted in one file, and when I load the file in JD I get the message "Decrypter out of date: wcrypt.in".

Any hints on what might be happening or if this JD decrypter is in fact out of date?

Last edited by Jiaz; 17.02.2012 at 11:02.
Reply With Quote
  #2  
Old 30.11.2011, 00:10
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,668
Default

provide log file and links which are failing.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 30.11.2011, 00:49
carlmart
Guest
 
Posts: n/a
Default

One of the links is these:


**External links are only visible to Support Staff****External links are only visible to Support Staff**


How do I get the log file?

Last edited by raztoki; 30.11.2011 at 01:11.
Reply With Quote
  #4  
Old 30.11.2011, 10:27
remi
Guest
 
Posts: n/a
Default

Confirmed.

Here are the instructions for posting a complete and detailed log.
Reply With Quote
  #5  
Old 30.11.2011, 10:59
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,668
Default

I checked it out also though I never had the time to make the svn ticket before work.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #6  
Old 30.11.2011, 14:00
carlmart
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by remi View Post
Sorry. I think it's quite tricky to get the log file.

Isn't it enough that you can't decrypt it either?
Reply With Quote
  #7  
Old 30.11.2011, 14:07
remi
Guest
 
Posts: n/a
Default

If you don't want to show respect for the work the programmers are doing for you then someone else has to do it for you I guess.
Reply With Quote
  #8  
Old 30.11.2011, 14:07
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,668
Default

Don't worry about it, I know why the problem exists. Wait for psp to fix =]
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #9  
Old 30.11.2011, 14:30
carlmart
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by remi View Post
If you don't want to show respect for the work the programmers are doing for you then someone else has to do it for you I guess.
Very sorry. I didn't want to sound disrespectful. Far from it.

I just wanted to show my incapacity to do what was asked from me.

My first intention for opening this thread was alerting there was some decrypting that was not working. Perhaps that was not known yet, as these files were quite recent.

Or I could put some comment on the thread where the files were. Should I?
Reply With Quote
  #10  
Old 01.12.2011, 09:42
remi
Guest
 
Posts: n/a
Cool

Quote:
Originally Posted by carlmart View Post
I just wanted to show my incapacity to do what was asked from me.
Tell me what you didn't understand about those instructions and I'll see what I can do to clarify them.

Last edited by remi; 09.01.2012 at 13:51. Reason: typo
Reply With Quote
  #11  
Old 09.01.2012, 13:44
solidservo
Guest
 
Posts: n/a
Default

Seems like the issue in the bugtracker has been closed and the problem fixed.

I did take a peek at the svn, but could not find a script for wcrypt. Could anyone please point me into the right direction?

Thanks in advance!
Reply With Quote
  #12  
Old 09.01.2012, 13:51
remi
Guest
 
Posts: n/a
Default

I tested the sample link from post #3 and I confirm that the decrypter doesn't work. The last update was published on 02.12.2011.
Reply With Quote
  #13  
Old 09.01.2012, 14:01
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

@solidservo

What do you mean by "script"?
Changes were made in the decrypter plugin class (Revision 15387)
svn://svn.jdownloader.org/jdownloader/trunk/src/jd/plugins/decrypter/WCrptIn.java
(psp: "-Improved a decrypter, bismarck please check refs #3945")


@remi
Confirmed:
1013 09.01.12 13:56:14 - INFO [jd.plugins.decrypter.WCrptIn(decryptIt)] -> Failed to get the links via DLC, trying webdecryption...
1013 09.01.12 13:56:15 - SEVERE [jd.plugins.PluginForDecrypt(decryptLink)] -> Decrypter out of date: jd.plugins.decrypter.WCrptIn@1d53d2d
1013 09.01.12 13:56:15 - SEVERE [jd.plugins.PluginForDecrypt(decryptLink)] -> Decrypter out of date: 15387

Developers probably will need more links to test.
Reply With Quote
  #14  
Old 09.01.2012, 14:50
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,668
Default

works fine in alpha - plugin version 15387, for the provided link above (#3).

It uses flashgot to import the links so you need to have flashgot/external interface addon enabled within settings > host and addons > addons
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 09.01.2012 at 14:53.
Reply With Quote
  #15  
Old 09.01.2012, 15:11
solidservo
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by editestowy View Post
@solidservo

What do you mean by "script"?
Changes were made in the decrypter plugin class (Revision 15387)
svn://svn.jdownloader.org/jdownloader/trunk/src/jd/plugins/decrypter/WCrptIn.java
(psp: "-Improved a decrypter, bismarck please check refs #3945")
Ah its called plugin. thanks for the link.

*edit*
I have no clue about java, but this seems to need to be compiled to be used? I wrongly assumed that there would be a script file for each provider which could easily be swapped. :(

Last edited by solidservo; 09.01.2012 at 15:15.
Reply With Quote
  #16  
Old 09.01.2012, 18:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

?
The decrypter is working fine, there is no need to modify anything!

GreeZ pspzockerscene
__________________
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?
Reply With Quote
  #17  
Old 10.01.2012, 07:52
solidservo
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by pspzockerscene View Post
?
The decrypter is working fine, there is no need to modify anything!
I am using a nightly build from yesterday.

wcrypt.in links still fail as the OP reported.
Reply With Quote
  #18  
Old 10.01.2012, 10:41
remi
Guest
 
Posts: n/a
Default

The last build of the Nightly was more than one year ago. It might be called the 'Yearly'.

@psp

Which branch of jD are you using?
Reply With Quote
  #19  
Old 13.01.2012, 19:32
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

I use the Stable.
NIGHTLY probably has problems with Click and Load (2) (CNL(2)), also you should already know that the NIGHTLY is only a TEST version, no version for daily use!

GreeZp pspzockerscene
__________________
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?
Reply With Quote
  #20  
Old 14.01.2012, 07:23
remi
Guest
 
Posts: n/a
Default

You and Coa are among the few people who understand that a Nightly version of software was, is and will always be a version for people willing to test the software before it can be declared 'stable'.
Reply With Quote
  #21  
Old 16.02.2012, 23:51
Monje negro
Guest
 
Posts: n/a
Default

Hi, everyone.

I'm running jdownloader latest version. However, I keep on getting this "decrypter out of date" message every time I try to load a wcrypt.in url.

You can check the error log here:

http://jdownloader.org/pastebin/73712

żAm I doing something wrong? Thanks in advance for your help.

Mn
Reply With Quote
  #22  
Old 17.02.2012, 11:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 81,019
Default

please provide example links
__________________
JD-Dev & Server-Admin
Reply With Quote
  #23  
Old 17.02.2012, 15:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 72,961
Default

How about visiting the site?
wcrypt.in is down for me (doesn't exist anymore?)

GreeZ pspzockerscene
__________________
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?
Reply With Quote
  #24  
Old 17.02.2012, 23:19
Monje negro
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by pspzockerscene View Post
How about visiting the site?
wcrypt.in is down for me (doesn't exist anymore?)

GreeZ pspzockerscene


:biggrin::biggrin::biggrin:

You're so right... Thanks.
Reply With Quote
Reply

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 17:56.
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.