JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #2001  
Old 20.06.2016, 16:09
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,343
Default

How about a complete log? logID?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #2002  
Old 20.06.2016, 16:41
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Full log !

20.06.16 15.24.29 <--> 20.06.16 15.36.00 jdlog://2746035891641/

20.06.16 15.24.29 <--> 20.06.16 15.39.35 jdlog://4746035891641/


Found Error:

[jd.plugins.hoster.VKontakteRuHoster(photolinkOk)] -> Resume failed --> Retrying from zero

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

20.06.16 15.24.29 <--> 20.06.16 15.39.35 jdlog://4746035891641/


Jiaz - I know what is causing the problem ! :D
Found Bug:

Does not detect the full-size photos.
Example:
is:
WRONG :
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Shouldbe:
FULL SIZE:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by raztoki; 20.06.2016 at 18:22.
Reply With Quote
  #2003  
Old 20.06.2016, 18:11
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

sorry not a bug,
it finds the best link aok.
just it switches to other links on errors. This is intended behaviour.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2004  
Old 20.06.2016, 18:14
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Bug !
Not belive. Please TeamViewer !!!!!!!!!!!!!!!!!!


Bad file name!!!!!!!!!!!!!!!!, not full-size !!!!!!!!!!!! :D

I want full size (Original Photo)
Mr raztoki !


Old Plugin still BETTER >12.06.2016= Original Size + Faster Download + No Error 416 + Original File Name

Last edited by raztoki; 20.06.2016 at 18:22.
Reply With Quote
  #2005  
Old 20.06.2016, 18:23
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Wrong

Content-Range: bytes */XXXX


The image may sometimes have a lot of different sizes.

Small
Medium
Large
Full (Original Photo)

HD1 HD2 HD3 HD4
Reply With Quote
  #2006  
Old 20.06.2016, 18:24
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

I do believe you, and I've stated why it happens. This code is in the older plugin too! Exact same code!

Out of interest what is your setting for if file exists ? ask / skip / overwrite / rename ?

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2007  
Old 20.06.2016, 18:34
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

skip

Last edited by raztoki; 20.06.2016 at 18:37.
Reply With Quote
  #2008  
Old 20.06.2016, 18:38
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

ok, thought so.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2009  
Old 20.06.2016, 18:43
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

File names are VERY unique, never the same (not repeat)
Reply With Quote
  #2010  
Old 20.06.2016, 18:57
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,343
Default

Be nice to raztoki and I'm sure he will try to optimize the plugin and help you
__________________
JD-Dev & Server-Admin
Reply With Quote
  #2011  
Old 20.06.2016, 19:30
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

When making report please provide the log and the example link _**External links are only visible to Support Staff**
Why did this error happen?

It was cause by not throwing exception on file exists (skip) > then switch to another quality > which then resumed using wrong filesize > which then caused chunk range issue.

How did this error happen?

So to be able to reproduce DJ issue, you had to download the file once > delete it from list > add it for second time & download > get the dialog (as I've set it to ask) choose skip > since I don't throw exception until the last mirror (lowest quality) it allowed then tried with the next mirror (which also had slightly different filename.).

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2012  
Old 20.06.2016, 20:22
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

List of methods for section photos
API DEV

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

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

Photo object
A photo object describes a photo and contains the following fields:

pid Photo ID.
positive number
aid Photo album ID.
int (number)
owner_id ID of the user or community that owns the photo.
int (number)
src URL of image with maximum size 130x130px.
string
src_big URL of image with maximum size 604x604px.
string
src_small URL of image with maximum size 75x75px.
string
src_xbig URL of image with maximum size 807x807px.
string
src_xxbig URL of image with maximum size 1280x1024px.
string
src_xxxbig URL of image with maximum size 2560x2048px.
string
width Width (in pixels) of the original photo.
positive number
height Height (in pixels) of the original photo.
positive number
text Text describing the photo.
string
created Date (in Unix time) the photo was added.
positive number

Last edited by raztoki; 20.06.2016 at 20:27.
Reply With Quote
  #2013  
Old 21.06.2016, 09:02
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,510
Default

I see in one log that resume was tried with account:null (why?), maybe it is not allowed.
__________________
FAQ: How to upload a Log
Reply With Quote
  #2014  
Old 21.06.2016, 09:07
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

wait for core update to come out as its blocking plugin updates since late yesterday.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2015  
Old 21.06.2016, 23:46
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Totally Broken Plugin
[jd.plugins.PluginForDecrypt(decryptLink)] -> CrawlerPlugin out of date: jd.plugins.decrypter.VKontakteRu@4e633e18 :33324

Tue Jun 21 22:30:39 CEST 2016
Package: package_1466541015367.awf
Install
Write Revision: 7999
----------------Plugins----------------

jd/plugins/hoster/VKontakteRuHoster.class


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

----------------------

Reply With Quote
  #2016  
Old 22.06.2016, 02:19
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Previous topics update: I forgot to remove the TEMP folder before updating
Now correctly updates plugins.

----------------------------------
I tested the 1000 profile-albums(1000 links) and now works downloads, other types group-album of links, not yet tested.
Reply With Quote
  #2017  
Old 22.06.2016, 02:40
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

Quote:
Originally Posted by djmakinera View Post
Totally Broken Plugin
[jd.plugins.PluginForDecrypt(decryptLink)] -> CrawlerPlugin out of date: jd.plugins.decrypter.VKontakteRu@4e633e18 :33324
once again total rubbish on behalf of you!

update to the hoster plugin would not cause crawler issues (Decrypter plugin). The vk hoster plugin is only used for direct links for /doc and vk.com*.mp4. So not the cause of your previous post. The rest come from decrypter plugin which was not changed and works fine.

Quote:
Originally Posted by djmakinera View Post
Previous topics update: I forgot to remove the TEMP folder before updating
Now correctly updates plugins.

----------------------------------
I tested the 1000 profile-albums(1000 links) and now works downloads, other types group-album of links, not yet tested.
You shouldn't have to touch anything including temp directory before updating..., well not unless you have messed with something.

The size volume of profiles had nothing todo with the previous issue, it was caused by you having files on disk already, and the code not throwing exception (as already explained).



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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2018  
Old 23.06.2016, 14:30
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Mr raztoki - Please consider my request.

I would love a new feature:

I mean, I want to log all the registered user id (Do not decrypt links only show a list of ID in the log)
Easy & Possible More here: API Developer API methodsusers.search
-------------------------------------------
And returns 1,000 results, but unfortunately it does not work automatically :(
You have every time press the BUTTON "[Run]"
-------------------------------------------

Just only change the offset and return more than 1000 results

Example:

**External links are only visible to Support Staff****External links are only visible to Support Staff**[offset]=5&params[count]=1000&params[fields]=photo%2Cscreen_name&params[sex]=1&params[age_from]=18&params[age_to]=18&params[online]=0&params[has_photo]=0&params[v]=5.52
Reply With Quote
  #2019  
Old 23.06.2016, 14:38
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2020  
Old 23.06.2016, 19:58
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default packagename bug (offline link -> missing underlined space)

packagename bug

Online links shows
Code:
XXXX_XXXX
offline shows
Code:
albumXXX X
Only missing underlined spaces

offline link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
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 12:20.
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.