Hello all,
I have tried to add my uploaded.net premium account to JD2, however it is recognized as free user even though it is a full premium account.
The JD1 seems to be unaffected.
When looking at the logs the following can be seen as response from the uploaded server:
Code:
----------------Response------------------------
HTTP/1.1 200 OK
date: Tue, 01 Jan 2013 12:45:12 GMT
server: Apache/2.2.16 (Debian)
x-powered-by: PHP/5.3.3-7+squeeze14
set-cookie: PHPSESSID=38311dbd6641014d5ad560481ff9643d; path=/
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
pragma: no-cache
content-length: 97
connection: close
content-type: application/json
------------------------------------------------
{"err":{"code":19,"message":"Das \u00fcbergebene Passwort ist vom Typ md5, erwartet wurde sha1"}}
--ID:54TS:1357044315787-01.01.13 13:45:15 - [org.appwork.storage.JsonKeyValueStorage(<init>)] -> Read Config: D:\JDownloader2.0\cfg\subconf_youtube.com.ejs
--ID:54TS:1357044315788-01.01.13 13:45:15 - [jd.plugins.hoster.Uploadedto(handleErrorCode)] -> ErrorCode: 19
--ID:54TS:1357044315788-01.01.13 13:45:15 - [jd.plugins.hoster.Uploadedto(handleErrorCode)] -> ErrorCode: unknown
{"err":{"code":19,"message":"Das \u00fcbergebene Passwort ist vom Typ md5, erwartet wurde sha1"}}
--ID:54TS:1357044315788-01.01.13 13:45:15 - [jd.controlling.AccountController(updateAccountInfo)] -> AccountCheck: Failed because of exception, temp disable it!
--ID:54TS:1357044315788-01.01.13 13:45:15 - [] -> jd.plugins.PluginException
at jd.plugins.hoster.Uploadedto.handleErrorCode(Uploadedto.java:697)
at jd.plugins.hoster.Uploadedto.api_getAccessToken(Uploadedto.java:710)
at jd.plugins.hoster.Uploadedto.fetchAccountInfo_API(Uploadedto.java:313)
at jd.plugins.hoster.Uploadedto.fetchAccountInfo(Uploadedto.java:362)
at jd.controlling.AccountController.updateAccountInfo(AccountController.java:200)
at jd.controlling.accountchecker.AccountChecker$AccountCheckJob.check(AccountChecker.java:39)
at jd.controlling.accountchecker.AccountChecker$1.run(AccountChecker.java:141)
at java.lang.Thread.run(Unknown Source)
The error message translates to "The provided password is of type md5, expected was sha1"
When checking the HTTP api request which is sent to the uploaded servers it indeed is the md5 hash (only 32 characters - sha1 would be 40).