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,291
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,387
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,611
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,387
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,387
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,611
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,387
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,611
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,387
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,291
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,611
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,387
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,507
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,611
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,387
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,387
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,611
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,387
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,387
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,387
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
  #2021  
Old 24.06.2016, 16:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,291
Default

@djmakinera: ask raztoki or pspzocker in polite way to check/fix it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #2022  
Old 24.06.2016, 17:07
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Quote:
The exception is NOT from the current plugin version/JDownloader version! Please use the latest version!
Not true!
I now use the latest version and the problem still occurs occasionally.

--ID:5000TS:1466720304671-6/24/16 12:18:24 AM - [jd.plugins.hoster.VKontakteRuHoster(errLog)] -> HosterPlugin out of date: jd.plugins.hoster.VKontakteRuHoster@243b81a0 :34067
----------------


[jd.plugins.hoster.VKontakteRuHoster(errLog)] -> URL: **External links are only visible to Support Staff****External links are only visible to Support Staff** | ContentUrl: https :/ /vk.com/photoxxx_xxx| ContainerUrl: null | OriginUrl: http :/ / vk.com/albumxxx_x | ReferrerUrl: null
--------------------------------------------------------

--ID:5000TS:1466720304672-6/24/16 12:18:24 AM - [] -> jd.plugins.PluginException
at jd.plugins.hoster.VKontakteRuHoster.getHighestQualityPic(VKontakteRuHoster.java:815)
at jd.plugins.hoster.VKontakteRuHoster.doFree(VKontakteRuHoster.java:392)
at jd.plugins.hoster.VKontakteRuHoster.handlePremium(VKontakteRuHoster.java:519)
at jd.plugins.PluginForHost.handle(PluginForHost.java:850)
at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:40 1)
at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:577)
Reply With Quote
  #2023  
Old 24.06.2016, 18:17
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Quote:
Originally Posted by djmakinera View Post
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
Flat out declined!

Write yourself a script/application to perform this function, we wont be adding such a feature.

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

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

Quote:
Originally Posted by raztoki View Post
Flat out declined!

Write yourself a script/application to perform this function, we wont be adding such a feature.

I wrote the script, it works, but have every time you scroll the page down to every time to extract links. I do not know how to improve script.
Reply With Quote
  #2025  
Old 24.06.2016, 18:24
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Quote:
Originally Posted by djmakinera View Post
I wrote the script, it works, but have every time you scroll the page down to every time to extract links. I do not know how to improve script.
You have asked, I said no. Guess this is once again your issue/problem to solve.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2026  
Old 25.06.2016, 09:33
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Quote:
Originally Posted by djmakinera View Post
Not true!
I now use the latest version and the problem still occurs occasionally.

--ID:5000TS:1466720304671-6/24/16 12:18:24 AM - [jd.plugins.hoster.VKontakteRuHoster(errLog)] -> HosterPlugin out of date: jd.plugins.hoster.VKontakteRuHoster@243b81a0 :34067
----------------


[jd.plugins.hoster.VKontakteRuHoster(errLog)] -> URL: **External links are only visible to Support Staff****External links are only visible to Support Staff** | ContentUrl: https :/ /vk.com/photoxxx_xxx| ContainerUrl: null | OriginUrl: http :/ / vk.com/albumxxx_x | ReferrerUrl: null
--------------------------------------------------------

--ID:5000TS:1466720304672-6/24/16 12:18:24 AM - [] -> jd.plugins.PluginException
at jd.plugins.hoster.VKontakteRuHoster.getHighestQualityPic(VKontakteRuHoster.java:815)
at jd.plugins.hoster.VKontakteRuHoster.doFree(VKontakteRuHoster.java:392)
at jd.plugins.hoster.VKontakteRuHoster.handlePremium(VKontakteRuHoster.java:519)
at jd.plugins.PluginForHost.handle(PluginForHost.java:850)
at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:40 1)
at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:577)
this is pointless to mask the urls so we can't identify it, you have neither provided a log of this either. Nor have you provided a example link manually. Reports like this will be ignored or deleted.

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

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 25.06.2016 at 10:53.
Reply With Quote
  #2027  
Old 25.06.2016, 11:35
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Mr raztoki -

Example:

Decrypts the http (albumXXX_XXX)
but JD2 changes to https (photoXXX_XXX)

Can not change from http to https, or vice versa, this may cause problems.

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

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

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

4. **External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2028  
Old 26.06.2016, 03:23
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

can't fault the decrypter or hoster plugin
no exceptions thrown
all links downloaded
package names are correct based on multiple decrypting tasks run
everything works as intended

for example first link
Package; 8320350_0; 14242331;
Package; 8320350_00; 6461474;
Package; 8320350_000; 385087;
Package; 8320350_216820244; 289686;
Package; 8320350_178518838; 9559139;
Package; 8320350_173050391; 5594521;
Package; 8320350_123778982; 5301002;
Package; 8320350_111608952; 3855709;
Package; 8320350_101926302; 611450;

vk states 220 pictures, jd decrypts and downloads 222.

second link same as the first, but with http.
decrypts and downloads without errors.

same with the last two links. No faults.

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

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

EXAMPLE:

Linkgrabber shows "Availability: Online"
Download show Try restarting this link (plugin outdated?)

Code:
Error
Access denied 

because:

Code:
Profile deleted
This profile has been deleted.
Information on this profile is unavailable.

Spoiler:
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**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**
**External links are only visible to Support Staff****External links are only visible to Support Staff**



so please for better handling this type of error
Reply With Quote
  #2030  
Old 30.06.2016, 04:33
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

those offline links work as intended, nothing to fix or address.
links add via decrypter (no requests or checks done, just created download link), hoster plugin picks this up and since you have linkchecking disabled, on download it will show up as offline.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2031  
Old 30.06.2016, 11:41
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

The list shows TAB Downlods "Plugin Outdated" how do I know why 10,000 links not work, Open 10000 url in the browser and check all links?
So how to distinguish between
"Links temporarily frozen"
"Links are not available because the profile removed"

Online?, Offline?, wtf ?



Last edited by raztoki; 30.06.2016 at 11:53.
Reply With Quote
  #2032  
Old 30.06.2016, 11:52
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

once again INVALID bug report! holidays are calling.
How the .... will we know without logs?

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

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

30.06.16 17.50.46 <--> 30.06.16 17.54.12 jdlog://8093135891641/
Reply With Quote
  #2034  
Old 04.07.2016, 02:56
enbob enbob is offline
JD VIP
 
Join Date: Feb 2011
Posts: 335
Default

I can't add this link to the linkgrabber

Spoiler:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2035  
Old 04.07.2016, 03:16
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@djmakinera
I need Appwork to fix the large log download issue in order to analyse your provided log.

@enbob
its a hidden page ? I don't get results in browser either
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2036  
Old 04.07.2016, 18:21
enbob enbob is offline
JD VIP
 
Join Date: Feb 2011
Posts: 335
Default

I don't think so. Maybe you need to be logged in?
Reply With Quote
  #2037  
Old 06.07.2016, 10:55
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

raztoki - I reported a bug in the advanced settings of the plug (long before), but have not answered my question...

Code:
Linkcheck setting:
Fast linkcheck for picture link (filesize won't be shown in linkgrabber)
Disable(turn off) (not show filesize/filename)

Example Link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2038  
Old 07.07.2016, 12:34
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Quote:
Originally Posted by djmakinera View Post
30.06.16 17.50.46 <--> 30.06.16 17.54.12 jdlog://8093135891641/
coalado kindly fixed the log issue so I am now able to open the above log.

looks like you where blocked from the api
or
the api behaved in a different manner and|or album & photos were deleted. It's hard to add support for this, for now check links in browser, if they are no longer present, remove those said links from JDownloader.

Since they are no longer present I can only test existing code for offline and it does work as intended.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2039  
Old 07.07.2016, 13:04
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Quote:
Originally Posted by djmakinera View Post
raztoki - I reported a bug in the advanced settings of the plug (long before), but have not answered my question...

Code:
Linkcheck setting:
Fast linkcheck for picture link (filesize won't be shown in linkgrabber)
Disable(turn off) (not show filesize/filename)

Example Link:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
where exactly is your question, please quote original post. I usually answer when I'm aware of the post.

Filesize checks do not happen any longer with my rewrite. filesize only comes available when you download.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #2040  
Old 07.07.2016, 13:40
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

So the settings advanced "fast linkcheck" do not have any application!
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 13:00.
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.