JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #41  
Old 25.06.2013, 00:28
fbo20
Guest
 
Posts: n/a
Default Error in 4shared account

I have and 4 shared account and when a try activate the account in Jdownloader it said: invalid account, but I use that account to login in the 4shared without problem, someone can help me?
Reply With Quote
  #42  
Old 25.06.2013, 00:29
ReXTaR
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by fbo20 View Post
I have and 4 shared account and when a try activate the account in Jdownloader it said: invalid account, but I use that account to login in the 4shared without problem, someone can help me?
version of your JD?
Reply With Quote
  #43  
Old 25.06.2013, 02:11
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,905
Default

Hi psp,

Here is my log.
24.06.13 18.26.28to24.06.13 18.29.08 jdlog://1372119026939/

Best regards,
Reply With Quote
  #44  
Old 25.06.2013, 16:48
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Merged 4shared threads...

GreeZ pspzockerscene
EDIT

Please send me your account via PM so I can check this...
__________________
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?

Last edited by pspzockerscene; 25.06.2013 at 16:55.
Reply With Quote
  #45  
Old 26.07.2013, 07:50
JPeterson
Guest
 
Posts: n/a
Default

## Reproduce

Produce the problem with

use the version

java -jar jdupdate.jar -branch NIGHTLY

or

java -jar jdupdate.jar -branch RESET

because that use FourSharedCom.class CRC 32 cbeef487 and 9e296d97

curl -s _http://update0.jdownloader.org/branches/last09/jd/plugins/hoster/FourSharedCom.class | rhash -C --simple -
cbeef487 *(stdin)
curl -s _http://update0.jdownloader.org/branches/NIGHTLY/jd/plugins/hoster/FourSharedCom.class | rhash -C --simple -
9e296d97 (stdin)

curl -svX HEAD _http://update0.jdownloader.org/branches/NIGHTLY/jd/plugins/hoster/FourSharedCom.class 2>&1 | grep 'Modified'
< Last-Modified: Mon, 17 Jun 2013 11:15:13 GMT
curl -svX HEAD _http://update0.jdownloader.org/branches/last09/jd/plugins/hoster/FourSharedCom.class 2>&1 | grep 'Modified'
< Last-Modified: Fri, 21 Jun 2013 17:42:55 GMT

rhash -C --simple "$PROGRAMFILES/JDownloader/jd/plugins/hoster/FourSharedCom.class"
cbeef487
rhash -C --simple "$PROGRAMFILES/JDownloader/jd/plugins/hoster/FourSharedCom.class"
9e296d97


start a download from a URL in post #1
when a download is started this message is displayed

------------------------ Thread: 11048 -----------------------
11048 2013-07-26 07:48:10 - INFO [jd.plugins.PluginForHost(handle)] -> Premium error
11048 2013-07-26 07:48:10 - SEVERE [jd.plugins.PluginForHost(handle)] -> Premium Account user@live.com: expired:Premium error
11048 2013-07-26 07:48:10 - WARNING [jd.controlling.SingleDownloadController(handlePlugin)] ->
Error occured- Latest: ERROR_PREMIUM
00100000000001000000000100000001 < Statuscode
00000000000000000000000000000001 | TODO
00000000000001000000000000000000 | PLUGIN_IN_PROGRESS
00000000000000000000000100000000 | ERROR_PREMIUM
00100000000000000000000000000000 | PLUGIN_ACTIVE
StatusText: Connecting...



## Test

This is tested with

Windows 8 in VMware Workstation
http://installer.jdownloader.org/WebInstaller.exe

java -jar jdupdate.jar -branch NIGHTLY

and

java -jar jdupdate.jar -branch RESET


because

* that's a way to use default jDownloader files and settings



## Reply

Write a message in this thread if

* the problem in the topic "Reproduce" doesn't occur



## Problem reason

The problem exist because

* the free login is tested with jDownloader 2 but not with NIGHTLY or RESET

The problem doesn't occur in jDownloader 2 version

rhash -C --simple "$LOCALAPPDATA/JDownloader v2.0/jd/plugins/hoster/FourSharedCom.class"
a5df5ef6
cat "$LOCALAPPDATA/JDownloader v2.0/build.json" | jshon -e JDownloaderRevision -u
21909
cat "$LOCALAPPDATA/JDownloader v2.0/update/versioninfo/JD/rev"
1197
cat "$LOCALAPPDATA/JDownloader v2.0/update/versioninfo/JDU/rev"
1183

Last edited by JPeterson; 26.07.2013 at 09:02.
Reply With Quote
  #46  
Old 27.07.2013, 06:21
FatPrincess
Guest
 
Posts: n/a
Default

App: -last09- Version 0.9.581 Plugin version:21936

----------------Response------------------
HTTP/1.1 302 Found
Date: Sat, 27 Jul 2013 04:09:10 GMT
Content-Length: 0
Location: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Set-Cookie: day1host=h; Domain=.4shared.com; Expires=Sun, 28-Jul-2013 04:09:11 GMT; Path=/
Set-Cookie: ulin=""; Domain=.4shared.com; Expires=Tue, 25-Jul-2023 04:09:11 GMT; Path=/
Set-Cookie: ADMIN_IDv2=""; Domain=.4shared.com; Expires=Tue, 25-Jul-2023 04:09:11 GMT; Path=/
Set-Cookie: WWW_JSESSIONID=""; Domain=.4shared.com; Path=/
Server: 328


122 7/27/13 12:09:12 AM - SEVERE [java_downloader] -> AccountUpdate: null failed!
EXCEPTION 122 7/27/13 12:09:12 AM - SEVERE [java_downloader] -> SEVERE Exception occurred
jd.plugins.PluginException
at jd.plugins.hoster.FourSharedCom.login(FourSharedCom.java:352)
at jd.plugins.hoster.FourSharedCom.fetchAccountInfo(FourSharedCom.java:374)
at jd.controlling.AccountController.updateAccountInfo(Unknown Source)
at jd.gui.swing.jdgui.settings.panels.premium.PremiumTable$2$1.run(PremiumTable.java:150)
at java.lang.Thread.run(Unknown Source)
Reply With Quote
  #47  
Old 27.07.2013, 15:06
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Please send me your logindata via PM so I can check/fix this...

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
  #48  
Old 27.07.2013, 16:37
JPeterson
Guest
 
Posts: n/a
Default

## Account

>Please send me your logindata via PM so I can check/fix this...

There's a login in post #1

Last edited by JPeterson; 27.07.2013 at 16:48.
Reply With Quote
  #49  
Old 27.07.2013, 16:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

I don't use logins from public posts.
It's no idea to post logins in general.

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?
Reply With Quote
  #50  
Old 27.07.2013, 16:49
JPeterson
Guest
 
Posts: n/a
Default

## Account

>I don't use logins from public posts.
>It's no idea to post logins in general.

There's not a disadvantage with publishing this login information because

* this is a free login
* it doesn't have value
Reply With Quote
  #51  
Old 27.07.2013, 17:29
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Works fine for me via JD2.
JD1 doesn't have the updates yet (probably...).
---
[Please read]=>How/when do i get updates?
Read it carefully BEFORE complaining that something would still be not working!
---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!

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
  #52  
Old 27.07.2013, 18:04
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

stable should have updates, not sure if Jiaz is pushing plugin updates to old nightly anymore.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #53  
Old 27.07.2013, 20:12
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

I'm sorry to say that it's not possible to use stable or nightly with 4shared any longer. The only solution as I see it is to move to JDownloader 2. After next update the plugin will show you a dialog message indicating so.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #54  
Old 27.07.2013, 23:46
nator316
Guest
 
Posts: n/a
Default

i had jd2 on mac and didnt solve issue and i dont understand all the codes that are placed in threat pls in english.
Reply With Quote
  #55  
Old 28.07.2013, 00:24
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Solution: Use JD2
It's really that simple!

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
  #56  
Old 03.08.2013, 07:10
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Should work again in stable after the next round of updates. This issue is caused by Java7 when https POST requests are sent. Work around solution is to send non https post requests. You are informed via popup dialog (once per session) of this, if you rather not see the message or send unencrypted login data, use JD2.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #57  
Old 05.12.2013, 00:57
JPeterson
Guest
 
Posts: n/a
Default

## Problem

The free account download is broken because

* the links in the topic "Link" in the first post in this thread return "setFinalLinkStatus" "FATAL_ERROR"


## Account

The account settings are

* a free "4shared.com" account is in "Settings > Account Manager > Overview"


## Reproduce

Tell me if you can't reproduce the problem because

* then I should communicate more information


## Log

cat "$LOCALAPPDATA/JDownloader v2.0/logs/*/jd.controlling.downloadcontroller.DownloadWatchDog.log.0"

------------------------Thread: 84:jd.controlling.downloadcontroller.DownloadWatchDog.log-----------------------
--ID:84TS:1386201279918-12/5/13 12:54:39 AM - [jd.controlling.downloadcontroller.DownloadWatchDog(setFinalLinkStatus)] -> DownloadCandidate: [redacted filename] from Host 4shared.com with Account Plugin:4shared.com|Version:23273|Type:NONE|Account:null over Proxy Direct->FATAL_ERROR

Last edited by JPeterson; 06.12.2013 at 19:04.
Reply With Quote
  #58  
Old 05.12.2013, 04:39
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Do you have another links?
__________________
FAQ: How to upload a Log
Reply With Quote
  #59  
Old 05.12.2013, 05:25
JPeterson
Guest
 
Posts: n/a
Default

## Link

>Do you have another links?

I've added a second link to the topic "Link" in my previous post

Last edited by JPeterson; 05.12.2013 at 05:56.
Reply With Quote
  #60  
Old 05.12.2013, 06:43
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Thanks, please try again after plugin update.
__________________
FAQ: How to upload a Log
Reply With Quote
  #61  
Old 06.12.2013, 02:06
JPeterson
Guest
 
Posts: n/a
Default

## Problem

The 2013-12-04T21:37:34-08:00 src/jd/plugins/hoster/FourSharedCom.java change doesn't solve the problem because

* the links in the topic "Link" in the first post in this thread still return "setFinalLinkStatus" "FATAL_ERROR"


## Account

The account settings are

* a free "4shared.com" account is in "Settings > Account Manager > Overview"


## Log

cat "$LOCALAPPDATA/JDownloader v2.0/logs/*/jd.controlling.downloadcontroller.DownloadWatchDog.log.0"

------------------------Thread: 35:jd.controlling.downloadcontroller.DownloadWatchDog.log-----------------------
--ID:35TS:1386291723624-12/6/13 2:02:03 AM - [jd.controlling.downloadcontroller.DownloadWatchDog(setFinalLinkStatus)] -> DownloadCandidate: [redacted filename] from Host 4shared.com with Account Plugin:4shared.com|Version:23425|Type:NONE|Account:null over Proxy Direct->FATAL_ERROR

Last edited by JPeterson; 06.12.2013 at 19:05.
Reply With Quote
  #62  
Old 06.12.2013, 02:26
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Please upload the log.
__________________
FAQ: How to upload a Log
Reply With Quote
  #63  
Old 06.12.2013, 03:01
JPeterson
Guest
 
Posts: n/a
Default

## Log

>Please upload the log.

The log is at "06.12.13 03.00.15to06.12.13 03.00.45 jdlog://7526905774831/"
Reply With Quote
  #64  
Old 06.12.2013, 07:03
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

You were not login. Sorry if I did not read your report carefully, distracted by your last paragraph.

This is confusing:
* the links in the topic "Link" in my previous post still return "setFinalLinkStatus" "FATAL_ERROR" with a free "4shared.com" account in "Settings > Account Manager > Overview"

So you can not login? Can you login in browser? Can you download via browser? If OK with browser and your password doesn't contain special character then we need your account to check (mine works).
__________________
FAQ: How to upload a Log
Reply With Quote
  #65  
Old 06.12.2013, 07:19
JPeterson
Guest
 
Posts: n/a
Default

## Account

>Can you download via browser?

Yes

I use the account in the topic "Account" in the first post in this thread
Reply With Quote
  #66  
Old 06.12.2013, 07:30
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

That's why I apologized.
We should check with your account because mine works fine.
__________________
FAQ: How to upload a Log

Last edited by tony2long; 06.12.2013 at 07:32.
Reply With Quote
  #67  
Old 06.12.2013, 18:37
JPeterson
Guest
 
Posts: n/a
Default

## Solution

The solution to my problem is a setting

* enable "Settings > Account Manager > Use Account(s) to download" should be enabled


## Problem

The problem is

the "Downloads > Active Task" message "Only downloadable for registered/premium users!" should

* indicate to the user that "Use Account(s) to download" should be enabled. It didn't indicate this to me because I wasn't aware of the setting

* be changed to "Enable accounts to download this file" to describe that a relevant setting is disabled, because some users are not aware of the setting

Last edited by JPeterson; 06.12.2013 at 19:01.
Reply With Quote
  #68  
Old 06.12.2013, 21:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

Enable existing accounts would still not be correct because for many hosts, if you use a free account, you still can't download.
Any idea for a better message?

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?
Reply With Quote
  #69  
Old 06.12.2013, 21:13
JPeterson
Guest
 
Posts: n/a
Default

## Solution

>Any idea for a better message?

The "Downloads > Active Task" error message "Only downloadable for registered/premium users!" should be changed to "Enable accounts to download this file" if "Settings > Account Manager > Use Account(s) to download" is disabled because

* if the setting is disabled the error is a result of a disabled setting or a missing account
* if the setting is enabled the error is a result of a missing account


or changed to "This file can't be downloaded because an account is missing or accounts are disabled" because

* it's a more precise error message


or disabling the setting should disable the "Settings > Account Manager > Overview" tab because

* it increase the probability that the user notice the setting when examining the source of the error message by looking at the "Settings > Account Manager > Overview" tab to determine if the account is enabled and works

Last edited by JPeterson; 06.12.2013 at 21:28.
Reply With Quote
  #70  
Old 06.12.2013, 21:32
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,103
Default

I changed it to the new errorhandling.
It will say "Skipped - Account is missing" in all JD2 versions.
Note that everything else would just make it too complicated because if there is an account and you retry it and it still fails, JD would have to show another errormessage, indicating that the existing account suitable for downloading the link.

We have plugins with the new errormessages and plugins with the old one...

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
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 05:14.
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.