JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 23.10.2015, 23:10
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default Easybytez not working in free

Hi,

are two days that easybytez doesn't work in free on my Raspberry Pi2.

I have some free account, so i can download more than 1 files.

The problem is that are some days that dowload doesn't start after countdown.

I hope in your support.

pm me if needed more details to get a solution.



this is my log:
Code:
23.10.15 21.44.25to23.10.15 21.50.44 jdlog://1085534739341/
thanks a lot
Reply With Quote
  #2  
Old 24.10.2015, 04:32
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

hmm each time a wait is provided, plugin exception happens.

maybe something todo with timer and been linked to GUI function, and you using headless

Hopefully Jiaz will confirm this..

Code:
--ID:98TS:1445629552237-23/10/15 21.45.52 -  [jd.plugins.hoster.EasyBytezCom(waitTime)] -> WaitTime detected: 120 second(s). Elapsed Time: 0 second(s). Remaining Time: 121 second(s)
--ID:98TS:1445629649348-23/10/15 21.47.29 -  [] -> jd.plugins.PluginException
	at jd.plugins.PluginForHost.sleep(PluginForHost.java:1069)
	at jd.plugins.PluginForHost.sleep(PluginForHost.java:1029)
	at jd.plugins.hoster.EasyBytezCom.waitTime(EasyBytezCom.java:588)
	at jd.plugins.hoster.EasyBytezCom.doFree(EasyBytezCom.java:441)
	at jd.plugins.hoster.EasyBytezCom.handlePremium(EasyBytezCom.java:947)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:827)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:400)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:576)
I have added exception to logger, as there is try catch on interupt exception and then applies a 'retry' exception instead.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 24.10.2015, 09:38
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default

Quote:
Originally Posted by raztoki View Post
hmm each time a wait is provided, plugin exception happens.

maybe something todo with timer and been linked to GUI function, and you using headless

Hopefully Jiaz will confirm this..

Code:
--ID:98TS:1445629552237-23/10/15 21.45.52 -  [jd.plugins.hoster.EasyBytezCom(waitTime)] -> WaitTime detected: 120 second(s). Elapsed Time: 0 second(s). Remaining Time: 121 second(s)
--ID:98TS:1445629649348-23/10/15 21.47.29 -  [] -> jd.plugins.PluginException
	at jd.plugins.PluginForHost.sleep(PluginForHost.java:1069)
	at jd.plugins.PluginForHost.sleep(PluginForHost.java:1029)
	at jd.plugins.hoster.EasyBytezCom.waitTime(EasyBytezCom.java:588)
	at jd.plugins.hoster.EasyBytezCom.doFree(EasyBytezCom.java:441)
	at jd.plugins.hoster.EasyBytezCom.handlePremium(EasyBytezCom.java:947)
	at jd.plugins.PluginForHost.handle(PluginForHost.java:827)
	at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:400)
	at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:576)
I have added exception to logger, as there is try catch on interupt exception and then applies a 'retry' exception instead.

raztoki
I have two event script thah was working very well.
First start queue download every 40 seconds, second see if the speed is lower than 160kb, so reconnect, start, stop start, stop and start again queue.

Is necessary this start and stop start stop because the account can't have a refresh after reconnection, without this.

Three days ago, all worked very well ;(
Reply With Quote
  #4  
Old 24.10.2015, 09:52
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

say its caused by the event scripter. Disable it and see how you go.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 24.10.2015, 10:11
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default

Quote:
Originally Posted by raztoki View Post
say its caused by the event scripter. Disable it and see how you go.

raztoki
Without event script, when you get less than 3gb, all registered account in jdownloader (not premium but registered), will be disable and you can't get anymore, and also jdownloader can't get reconnection.
So the only way that i found to change IP and refresh registered account is event script.
I speak a mounth ago with coalado to get reconnection if an host disable account , but for now this feature isn't implemented.

Is strange that are some days that doesn't work, with it i get without problem :/

Anyway of course that event script do this operation, but without these 2 script, is not possible get because file have the countdown, then when will be start download or stay with starting and don't download, or repeat countdown in loop.

Last edited by robertus; 24.10.2015 at 10:18.
Reply With Quote
  #6  
Old 24.10.2015, 10:32
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I have bought up the interrupt issue before with event scripter aborting download and creating infinate loops. I thought it was solved.. maybe not.. or maybe reintroduced. My advice was just to get data flowing, not for a working solution in the long term.

In my opinion free accounts are pointless, unless they are needed by user because they have static ip, or account gives access to download larger file, all other reasons = tracking mechanism. if you have dynamic ip && modem allows ip reconnect you're so better off without been tracked.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #7  
Old 24.10.2015, 15:34
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default

Quote:
Originally Posted by raztoki View Post
I have bought up the interrupt issue before with event scripter aborting download and creating infinate loops. I thought it was solved.. maybe not.. or maybe reintroduced. My advice was just to get data flowing, not for a working solution in the long term.

In my opinion free accounts are pointless, unless they are needed by user because they have static ip, or account gives access to download larger file, all other reasons = tracking mechanism. if you have dynamic ip && modem allows ip reconnect you're so better off without been tracked.

raztoki
of course i have a dynamic ip and my modem ( fritz box ) allow reconnection without problem with JD.

Infact i get with these event script from this host a lot TB without problem, only last days there are these trouble.

I tried also to make new registered account but doesn't work, so something changing from host or in JD, you are expert in this case, the reason of my ticket

Last edited by robertus; 24.10.2015 at 15:38.
Reply With Quote
  #8  
Old 25.10.2015, 23:24
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default

for a complete feedback and i hope, to resolve the problem, i attach my script that some days ago works like a charm but now doesn't work anymore :(

start queue every 40 seconds (40000ms)
Code:
startDownloads();
download speed < 160kb/s - reconnect - stop - start - stop - start
Code:
if (getTotalSpeed() < 160 * 1024) {
    //reconnect 
    requestReconnect()
    stopDownloads()
    startDownloads()
    stopDownloads()
    startDownloads()
}
With registered account, dynamic ip and modem ( fritz box ), so reconnection with jd is full supported, worked very well, but some days ago with this script and without, now doesn't download.

When countdown finished, stay on "starting" and download doesn't start.

I sended my report if necessary i can send other stuff to help dev for a solution, if possible.

Thanks a lot, i wait
Reply With Quote
  #9  
Old 27.10.2015, 20:05
robertus robertus is offline
JD Fan
 
Join Date: Dec 2010
Posts: 74
Default

i sended another log for better support to fix the issue
Code:
27.10.15 18.47.10to27.10.15 18.52.20 jdlog://7646634739341/
After countdown, stay in starting, but file doesn't start to download

Reply With Quote
  #10  
Old 27.10.2015, 20:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@robertus
Start/StopDownloads are Async!
Those methods do NOT block and wait
so it can easily happen
that stop,start,stop,start does NOTHING because internally they toggle to start
also you should change it to


stopDownloads();
while (!isDownloadControllerIdle());
requestReconnect()
startDownloads();
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 27.10.2015, 20:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

your dns stalls/blocks
at java.net.InetAddress.checkLookupTable(InetAddress.java:1372)
__________________
JD-Dev & Server-Admin
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 09:43.
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.