FreeRapid

FreeRapid Downloader is a special tool for downloading files from public share file archives like RapidShare.com, FileFactory.com or Uploaded.to and others.

How we check your bug reports...

Tasklist

FS#1311 - NullPointerException if file not found at extabit.com

Attached to Project: FreeRapid
Opened by Rostro (rrtrash) - Tuesday, 20 April 2010, 09:55 GMT+1
Last edited by Vity (Vity) - Saturday, 29 October 2011, 13:53 GMT+1
Task Type Bug Report
Category Download Plugins
Status Closed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version 0.83
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Tested with JDK Version: 1.6.0_20-b02
cannot get file.size if file not found - “if(file!=null)” missing

This task depends upon

Closed by  Vity (Vity)
Saturday, 29 October 2011, 13:53 GMT+1
Reason for closing:  Fixed
Comment by Rostro (rrtrash) - Tuesday, 20 April 2010, 10:25 GMT+1

sorry it was turbobit.net

Error

Message:

  java.lang.NullPointerException: Input value cannot be null

Level:

  SEVERE

Stack Trace:
Input value cannot be null

  cz.vity.freerapid.plugins.webclient.utils.PlugUtils.getFileSizeFromString(Unknown Source)
  cz.vity.freerapid.plugins.services.turbobit.TurboBitFileRunner.checkNameAndSize(Unknown Source)
  cz.vity.freerapid.plugins.services.turbobit.TurboBitFileRunner.runCheck(Unknown Source)
  cz.vity.freerapid.plugins.webclient.AbstractFileShareService.runCheck(Unknown Source)
  cz.vity.freerapid.core.tasks.RunCheckTask.doInBackground(Unknown Source)
  cz.vity.freerapid.core.tasks.RunCheckTask.doInBackground(Unknown Source)
  javax.swing.SwingWorker$1.call(Unknown Source)
  java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  java.util.concurrent.FutureTask.run(Unknown Source)
  javax.swing.SwingWorker.run(Unknown Source)
  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  java.lang.Thread.run(Unknown Source)

Loading...