JDownloader Community - Appwork GmbH
 

Closed Thread
 
Thread Tools Display Modes
  #1001  
Old 16.03.2011, 21:36
Sopsi
Guest
 
Posts: n/a
Default

Hallo,

ich klinke mich mal ein, weil ich siet dem letzten Update auch Probleme mit Filesonic habe. Er sagt immer, dass er die Datei nicht findet, quasi als ob die Datei nicht mehr auf dem Filesonic-Server vorhanden wäre, was sie aber noch ist. Der manuelle Download mit Firefox funktioniert.
das Problem tritt sowohl als Premium- und auch als Free-Usr auf.

Log kann ich nicht posten, weil er zu lang ist (?)

Last edited by Sopsi; 16.03.2011 at 21:40.
  #1002  
Old 16.03.2011, 21:38
nfd
Guest
 
Posts: n/a
Default

i just updated the JD and got the latest version filesonic plugin version 13831 and says file not found when i can download on chrome.

Any tip?
  #1003  
Old 16.03.2011, 21:45
Freeloader
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by nfd View Post
i just updated the JD and got the latest version filesonic plugin version 13831 and says file not found when i can download on chrome.

Any tip?
wheres the log file and example links?

anyway not necessary because I got a log from another user

http://jdownloader.net:8081/pastebin/32163
  #1004  
Old 16.03.2011, 21:59
Cautionas
Guest
 
Posts: n/a
Default

hi, back in few minutes ago i downloaded files from filesonic, ant now all links from filesonic shows "file not found". i copied link in my browser and link is OK, in JD it's not found. please fix this
  #1005  
Old 16.03.2011, 22:02
MrGonzo's Avatar
MrGonzo MrGonzo is offline
JD Legend
 
Join Date: Dec 2010
Posts: 612
Exclamation Filesonic...File not found????

Hi just did the JD update today because Ive been having problems with filesonic.

Even after this newest update almost every filesonic package says "File not found" when I go to DL. Even though the linkgrabber states the file(s) are online.
I even click on a couple to DL through my browser, and it DLed fine.

Is there something wrong with FS plugin or something? This needs to be fixed asap!
  #1006  
Old 16.03.2011, 22:03
Sgt. Pepper
Guest
 
Posts: n/a
Default

I'm also getting 'File Not Found' errors for Filesonic links

The link grabber shows them as online, but when trying to start download, all files show 'file not found'.

Links work in browser

Example link

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

Many thanks for the continued support of jdownloader guys

EDIT: This happened both before and after updates. I'm using premium account and live in the UK, for what its worth
  #1007  
Old 16.03.2011, 22:05
Freeloader
Guest
 
Posts: n/a
Default

Stop sending links without providing log files please

another log file
http://jdownloader.net:8081/pastebin/32168

Ive already provided the log file and should be sufficient

Last edited by Freeloader; 16.03.2011 at 22:07.
  #1008  
Old 16.03.2011, 22:07
mYdOnOsE
Guest
 
Posts: n/a
Default

http://jdownloader.org/pastebin/32168
  #1009  
Old 16.03.2011, 22:12
Whisperstorm
Guest
 
Posts: n/a
Default

------------------------ Thread: 244 -----------------------
244 16.03.11 22:11:24 - INFO [java_downloader] -> Start working on jd_test.file
244 16.03.11 22:11:24 - INFO [java_downloader] -> Datei nicht gefunden
244 16.03.11 22:11:24 - WARNING [java_downloader] ->
Error occured- latest: ERROR_FILE_NOT_FOUND
00100000000001000000000000100001 <Statuscode
00000000000000000000000000000001 |TODO
00000000000000000000000000100000 |ERROR_FILE_NOT_FOUND
00000000000001000000000000000000 |PLUGIN_IN_PROGRESS
00100000000000000000000000000000 |PLUGIN_ACTIVE
StatusText: Verbinden...

244 16.03.11 22:11:24 - SEVERE [java_downloader] -> File not found :**External links are only visible to Support Staff****External links are only visible to Support Staff**
  #1010  
Old 16.03.2011, 22:34
CasperTheFriendlyGhost
Guest
 
Posts: n/a
Default

I actually have a fix for this:
In FileSonicCom.java this line (no 429) was failing:
Code:
String filename = this.br.getRegex("Filename: </span> <strong>(.*?)<").getMatch(0);
because the HTML was
Code:
	<p class="fileInfo filename"><span>Filename:</span> <strong>Myfile.pdf</strong></p>
Change it to:
Code:
String filename = this.br.getRegex("Filename:\\s*</span> <strong>(.*?)<").getMatch(0);
  #1011  
Old 16.03.2011, 22:36
Hauke
Guest
 
Posts: n/a
Default

Moin,

vielleicht noch als Ergänzung zu FileSonic. Vor dem letzten Update hatte der Download über Premium normal funktioniert. Heute zuerst auch, bis 21.12 h. Plötzlich kommt aber bei allen Links die Meldung: Datei nicht gefunden. Hatte dann den JDownloader aktualisiert, aber danach ging es auch nicht. Neustart brachte keine Änderung. Bei der Registerkarte Linkssammler werden aber nach dem Reinkopieren die Links als verfügbar angezeigt. Nur der Download funktioniert nicht. Mit Opera funktioniert es.

Übrigens gab es bei anderen Dateihostern auch Probleme, wie z.B. Rapidshare Premium. Da wurden beim Einlesen der Links zeitweilig gar keine Informationen angezeigt. Momentan funktioniert es da aber.

Gruß Hauke

Last edited by Hauke; 16.03.2011 at 22:41.
  #1012  
Old 16.03.2011, 22:41
Miltiades
Guest
 
Posts: n/a
Default

Hi I'm from Greece, I can download in browser
and the JD has a download-error by FileSonic "file not found".

Logfile:
http://jdownloader.org/pastebin/32185

Suggestions?
  #1013  
Old 16.03.2011, 22:50
shadowdogg
Guest
 
Posts: n/a
Default Filesonic incorrectly thinking file not found

This is the link

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

Please fix

Last edited by Jiaz; 17.03.2011 at 09:55.
  #1014  
Old 16.03.2011, 22:51
Sgt. Pepper
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by CasperTheFriendlyGhost View Post
I actually have a fix for this:
In FileSonicCom.java
Where is this file? I've done a full HDD search and can't find it. I have FileSonicCom.class, is that the one?
  #1015  
Old 16.03.2011, 22:53
ptempo
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Miltiades View Post
Hi I'm from Greece, I can download in browser
and the JD has a download-error by FileSonic "file not found".

Logfile:
http://jdownloader.org/pastebin/32185

Suggestions?
i think it s because of the country redirection
  #1016  
Old 16.03.2011, 22:55
skcsammy
Guest
 
Posts: n/a
Default I am having the same problems as every one else

I am laso having this problem. When I try to download using Jdownload. I get a file not found. However I am able to get the files in Internet Explorer. I am writing from the US.

My Link
http://jdownloader.org/pastebin/32195
  #1017  
Old 16.03.2011, 22:56
Miltiades
Guest
 
Posts: n/a
Default

Quote:
country redirection
@ skcsammy
What do You mean?
  #1018  
Old 16.03.2011, 22:59
CasperTheFriendlyGhost
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Sgt. Pepper View Post
Where is this file? I've done a full HDD search and can't find it. I have FileSonicCom.class, is that the one?
Sorry it is a patch to the source code for the developers, they will need to do a new release of the plugin.
  #1019  
Old 16.03.2011, 23:00
Sgt. Pepper
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by CasperTheFriendlyGhost View Post
Sorry it is a patch to the source code for the developers, they will need to do a new release.
Ah I see, cheers for clearing that up
  #1020  
Old 16.03.2011, 23:01
ptempo
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Miltiades View Post
@ skcsammy
What do You mean?
when you try to log on filesonic.com are you redirected to filesonic.gr ?
  #1021  
Old 16.03.2011, 23:02
markiny
Guest
 
Posts: n/a
Default

CasperTheFriendlyGhost

how do we do this what program or app do we use
  #1022  
Old 16.03.2011, 23:03
Miltiades
Guest
 
Posts: n/a
Default

Quote:
when you try to log on filesonic.com are you redirected to filesonic.gr ?
@ ptempo:
No, I'm not.
  #1023  
Old 16.03.2011, 23:09
skcsammy
Guest
 
Posts: n/a
Default Not being able to donwload from

Quote:
Originally Posted by Miltiades View Post
@ skcsammy
What do You mean?
I Mean I can dont download files from filesonice using jDownloader.
  #1024  
Old 16.03.2011, 23:11
CasperTheFriendlyGhost
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by markiny View Post
CasperTheFriendlyGhost

how do we do this what program or app do we use
http://jdownloader.org/knowledge/wik...nt/get-started

This is a really easy dev setup by open source standards by the way, well done to the dude(s) who wrote it.

Last edited by CasperTheFriendlyGhost; 16.03.2011 at 23:13.
  #1025  
Old 16.03.2011, 23:12
Placebo Placebo is offline
JD Adviser
 
Join Date: May 2009
Location: Liège - Belgium
Posts: 114
Default Working again

I had the same prob., all my FS links were dead. But I resumed and reactivated them after half an hour, and I could download again with no prob. so far.
  #1026  
Old 16.03.2011, 23:55
Cautionas
Guest
 
Posts: n/a
Default

it works again i do "Reset (1)" on file with right mouse button and it start download
  #1027  
Old 16.03.2011, 23:59
showme
Guest
 
Posts: n/a
Default

was broken for me earlier today, but works again now. must have been a glitch in the filesonic matrix.
  #1028  
Old 17.03.2011, 02:48
Sgt. Pepper
Guest
 
Posts: n/a
Default

Just to echo whats already been said, the problem is now resolved.
  #1029  
Old 17.03.2011, 08:21
blackdog blackdog is offline
Fibre Channel User
 
Join Date: Nov 2010
Posts: 115
Default

& also downloading files bt they r corrupt .... plz provide solution .... thanx
  #1030  
Old 17.03.2011, 09:32
remi
Guest
 
Posts: n/a
Default

What about some example links?

@blackdog & shadowdogg

What about a complete and detailed log?
  #1031  
Old 17.03.2011, 09:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

file corruption comes form your computer/server only. jd's downloadcore is crc-error free.

the file not found should be fixed, they changed layout of page
__________________
JD-Dev & Server-Admin
  #1032  
Old 17.03.2011, 12:33
macsecret
Guest
 
Posts: n/a
Default

I'm still receiving the issue. Filesonic recognizes my account but the downloads all turn out to be 8kb with hashed files names.

This is a brand new system build from just last night running W7x64 if that matters.
  #1033  
Old 17.03.2011, 12:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,524
Default

please send me one of those hashed files
also provide a logfile please
http://support.jdownloader.org/index...&kbarticleid=8
__________________
JD-Dev & Server-Admin
  #1034  
Old 17.03.2011, 14:29
macsecret
Guest
 
Posts: n/a
Default

http://jdownloader.net:8081/pastebin/32270

EDIT: Here's a link the file.
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by macsecret; 17.03.2011 at 14:32.
  #1035  
Old 17.03.2011, 21:57
madmax2 madmax2 is offline
JD VIP
 
Join Date: Sep 2009
Posts: 416
Default

filesonic is really slow right now...
only get about 30kb..

everyone experience the same issue?
  #1036  
Old 17.03.2011, 22:22
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

I think they are modifying something. Right now I'm downloading as free user without reCaptcha.
  #1037  
Old 18.03.2011, 01:34
macsecret
Guest
 
Posts: n/a
Default

I found a workaround to my issue. It seems that Flashgot corrupts the file when I have it set to autostart. Unticking that fixes my issue. Other than that, it may also have something to do with me running Firefox 4.
  #1038  
Old 18.03.2011, 09:41
Cautionas
Guest
 
Posts: n/a
Default

filesonic showing that i'm downloading right now from this hosting something, and JD write "This IP is already downloading". but no in my browser, no in JD nothing is downloading.
(sorry for my bad english)
  #1039  
Old 18.03.2011, 10:17
remi
Guest
 
Posts: n/a
Default

Your issue could be caused by the opaque IWF censoring filters.

FSc are having other issues, not yet mentioned here. They are now asking a download password for arbitrary links in a download set. I'm sure no passwords have been set for those files because the uploader didn't set a password and why would one file of the same set have a password and not the others?

This problem is not related to jD, because when I try these links in my browser I experience the same problem.

Here is one example :-

No password is needed for part 1:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
A password is needed for part 2:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
  #1040  
Old 18.03.2011, 21:02
apophis
Guest
 
Posts: n/a
Default

seems 2b ok now...
Closed Thread

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 01:27.
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.