FreeRapid Downloader is a special tool for downloading files from public share file archives like RapidShare.com, FileFactory.com or Uploaded.to and others.
FS#1331 - Hotfile Premium Plugin error
Attached to Project:
FreeRapid
Opened by Boldi (boldi) - Sunday, 23 May 2010, 14:10 GMT+1
Last edited by Vity (Vity) - Friday, 10 September 2010, 20:42 GMT+1
Opened by Boldi (boldi) - Sunday, 23 May 2010, 14:10 GMT+1
Last edited by Vity (Vity) - Friday, 10 September 2010, 20:42 GMT+1
|
DetailsDear Support Team!
New Hotfile Premium v1.0 plugin not working correctly! http://hotfile.com/dl/43275698/22f5ba8/Portable_CoffeeCup_7x1_2010.rar.html |
This task depends upon
What error do you get?
Could you post your app.log?
Are you possibly Polish? HotFile shows a different site to Polish people IIRC.
ERROR - File name not found!
App.log: May 23, 2010 3:54:31 PM cz.vity.freerapid.plugins.webclient.utils.HttpUtils getFileName
WARNING: File name was not found in:attachment
May 23, 2010 3:54:31 PM cz.vity.freerapid.plugins.webclient.DownloadClient processFileForDownload
WARNING: No Content-Disposition (filename) header in file
May 23, 2010 6:00:18 PM cz.vity.freerapid.plugins.webclient.utils.HttpUtils getFileName
WARNING: File name was not found in:attachment
May 23, 2010 6:00:18 PM cz.vity.freerapid.plugins.webclient.DownloadClient processFileForDownload
WARNING: No Content-Disposition (filename) header in file
May 23, 2010 7:54:42 PM cz.vity.freerapid.plugins.webclient.utils.HttpUtils getFileName
WARNING: File name was not found in:attachment
May 23, 2010 7:54:42 PM cz.vity.freerapid.plugins.webclient.DownloadClient processFileForDownload
WARNING: No Content-Disposition (filename) header in file
May 23, 2010 7:58:34 PM cz.vity.freerapid.utilities.LogUtils processException
SEVERE: java.lang.IllegalStateException: cannot open system clipboard
May 23, 2010 7:59:58 PM cz.vity.freerapid.utilities.LogUtils processException
SEVERE: java.lang.IllegalStateException: cannot open system clipboard
May 23, 2010 9:03:16 PM cz.vity.freerapid.plugins.webclient.DownloadClient makeRequest
WARNING: Text content type expected, but binary stream was found
May 23, 2010 9:05:30 PM cz.vity.freerapid.core.tasks.DownloadTask failed
WARNING: Content from the last request
Text content type expected, but binary stream was found
May 23, 2010 9:05:30 PM cz.vity.freerapid.utilities.LogUtils processException
SEVERE: cz.vity.freerapid.plugins.exceptions.PluginImplementationException: File name not found
Not, Hungarian...
I have this problem as well. Error message is ERROR - File name not found. But the file opens up to save or run just fine from the browser. Any thoughts?
Premium account - I made a small change to the plugin - now it's working for me here is the code:
public void run() throws Exception { super.run(); addCookie(new Cookie(".hotfile.com", "lang", "en", "/", 86400, false));login(); final HttpMethod httpMethod= getMethodBuilder().setAction(fileURL).toGetMethod(); if (!tryDownloadAndSaveFile(httpMethod)) { checkProblems(); logger.warning(getContentAsString()); throw new ServiceConnectionProblemException("Error starting download"); } }private void checkNameAndSize() throws ErrorDuringDownloadingException { final String content = getContentAsString(); if (content.contains("<strong>Downloading:</strong>")) { PlugUtils.checkName(httpFile, content, "Downloading:</strong> ", " <span>"); PlugUtils.checkFileSize(httpFile, content, "|</span> <strong>", "</strong>"); } else { PlugUtils.checkName(httpFile, content, "Downloading <b>", "</b>"); PlugUtils.checkFileSize(httpFile, content, "<span class=\"size\">| ", "</span>"); }Working version of hotfile_premium plugin
http://axiome.pl/hotfile_premium.frp http://axiome.pl/hotfile_premium.tgz