JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 25.04.2017, 22:12
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default Instagram, /p/ multiple image/video posts

So I just found out that it was possible to download from Instagram with
JDownloader, thumbs up for that, but there's a few problems I think.

And I've used search but didn't find anything so here goes. I'm 100% updated according to the update thingy in the program.

For example when there is more than one picture uploaded in the same "post" like this one
found at **External links are only visible to Support Staff****External links are only visible to Support Staff** dated Apr 23, 2017 only the first of two pictures is downloaded and not in the largest size available. The one above is downloaded in 1080x1080 pixels but is available in 1242x1242 pixels.
And then there seem to be some problems with smaller images, **External links are only visible to Support Staff**this one for example is downloaded in 640x640 but is available in 679x679 same goes for pictures that are displayed as 480x480, even if they are available in a larger size the small one is downloaded.

And then there's more what's a problem with me I guess.
I manage to find out how to rename the pictures by using <jd:prop:date>.<jd:orgfiletype> in set filename in packagizer.
Is there any way to change how the date is used in the filename?
Now it gets named like 2017-04-25.jpg but I would like to shorten it a bit so it looks like 170425.jpg.
And is it possible to change the suffix that's added when there more than one file with the same name? I would like to use 02 and so on instead of _2.

Hope not all of you fell asleep before getting to the end. Thanks for reading and hopefully for your help

[Edit] Came to think of another thing.
When adding links the caption for the post is visible in the comments text box. Any way to save this to the exif of the image? Even at the end of the filename or something would be OK.

Last edited by inzzzomnia; 26.04.2017 at 01:24.
Reply With Quote
  #2  
Old 26.04.2017, 01:40
thebeast6781
Guest
 
Posts: n/a
Lightbulb Instagram Download Issue

Following a recent Instagram update, users can now create individual posts which include more than one image entry **External links are only visible to Support Staff**(example)

When downloading an Instagram account from the top level for a user **External links are only visible to Support Staff**(example) Jdownloader 2 functions properly for single image/video posts, but for multi-posts like described above it only downloads the first item in each set.

It would be great if a future update addressed this problem, such that downloading an Instagram account, from the top level, pulled all of the multi-posts in addition to the single posts.

Thanks for your hard work!
Reply With Quote
  #3  
Old 26.04.2017, 10:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

I've created ticket for 'multiple images per entry' and 'resolution issues'
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 26.04.2017, 10:56
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 26.04.2017, 10:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Quote:
Originally Posted by inzzzomnia View Post
And is it possible to change the suffix that's added when there more than one file with the same name? I would like to use 02 and so on instead of _2.
Customized suffix would make it more complex to recognize next possible suffix.
What you want 02 instead of 2? Just asking.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 26.04.2017, 11:01
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Quote:
Originally Posted by inzzzomnia View Post
I manage to find out how to rename the pictures by using <jd:prop:date>.<jd:orgfiletype> in set filename in packagizer.
Is there any way to change how the date is used in the filename?
Now it gets named like 2017-04-25.jpg but I would like to shorten it a bit so it looks like 170425.jpg.
At the moment it requires two packagizer rules to do this

1.) use rule like you described to have filename set to 2017-04-25.jpg
2.) create another rules with (\d{4})-(\d{2})-(\d{2})\.jpg, enable regex checkbox
then you can access each matching group in 'set filename' and build filename as you wish.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 26.04.2017, 23:43
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Big thanks for the help.
Would have guessed though that the function for save the post comment was something that already existed but I didn't find since it's already collected from the website and inserted in the file properties comments. Well well, I'm sure I'll survive while waiting for it to be implemented.

Quote:
Originally Posted by Jiaz View Post
Customized suffix would make it more complex to recognize next possible suffix.
What you want 02 instead of 2? Just asking.
Cause that's the way I've named files since I got my first camera, so just a habit I guess. It doesn't happen that often though so I'll mange without it, just thought I would ask when I already was at it.

Quote:
Originally Posted by Jiaz View Post
At the moment it requires two packagizer rules to do this
1.) use rule like you described to have filename set to 2017-04-25.jpg
2.) create another rules with (\d{4})-(\d{2})-(\d{2})\.jpg, enable regex checkbox
then you can access each matching group in 'set filename' and build filename as you wish.
Not fluent in regexp, barely speaking it at all, but manage to get a filename out of it but can't figure out how get it without the leading 20 in 2017. Does it require another set of rules?
Reply With Quote
  #8  
Old 27.04.2017, 00:15
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

@inzzzomnia
First, thanks for the detailed report!
1. For your single example:
Code:
**External links are only visible to Support Staff**
... I was not able to find anything above the 640x640:
Code:
**External links are only visible to Support Staff**
Please tell me where you have seen the higher resolution and post the URL to it here.

2. Regarding "albums" with more than 1 image:
Same as for 1. - I was not able to find any higher resolution than 1080x1080 for both pictures.
Example which I have used for testing:
Code:
**External links are only visible to Support Staff**
3. Regarding the "Order ID" for multiple pictures coming from one URL:
I've added a property with the name "orderid" which you can use via packagizer

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?

Last edited by pspzockerscene; 27.04.2017 at 00:18.
Reply With Quote
  #9  
Old 27.04.2017, 05:13
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Quote:
Originally Posted by pspzockerscene View Post
@inzzzomnia
First, thanks for the detailed report!
1. For your single example:
Code:
**External links are only visible to Support Staff**
... I was not able to find anything above the 640x640:
Code:
**External links are only visible to Support Staff**
Please tell me where you have seen the higher resolution and post the URL to it here.
2. Regarding "albums" with more than 1 image:
Same as for 1. - I was not able to find any higher resolution than 1080x1080 for both pictures.
Example which I have used for testing:
Code:
**External links are only visible to Support Staff**
I might have been a bit off in my first post cause there might be even more images that's not downloaded in the best resolution available if you don't know about removing the /s640x640/-part in the URL to get the highest res there is.
This goes for every URL (I think) that has that /s####x####/-part in it. Some might get smaller but then it will be the original resolution so it's still a better option quality wise.

Code:
**External links are only visible to Support Staff**
For the first post to get one slightly larger thats 679x679 and
Code:
**External links are only visible to Support Staff**
**External links are only visible to Support Staff**
for the second post to get them in 1242x1242.

You can also remove /sh0.08/e35/ from the URL to get a picture that's some kB larger in size and doesn't have the IPTC Special Instructions = FBMD## added. No noticeable difference in the image itself, maybe just something that the "Facebook is watching me"-paranoids out there cares about.

Quote:
Originally Posted by pspzockerscene View Post
3. Regarding the "Order ID" for multiple pictures coming from one URL:
I've added a property with the name "orderid" which you can use via packagizer

GreeZ pspzockerscene
Great, thanks
Reply With Quote
  #10  
Old 27.04.2017, 18:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Thanks for the feedback. As you can see, no we didn't know about *removing some url parts* to get original image
I'm sure pspzocker will update plugin as soon as possible
__________________
JD-Dev & Server-Admin
Reply With Quote
  #11  
Old 28.04.2017, 01:54
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Thanks for that hint - updated the plugin
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #12  
Old 30.04.2017, 01:38
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Quote:
Originally Posted by pspzockerscene View Post
Thanks for that hint - updated the plugin
---
**External links are only visible to Support Staff**...
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
**External links are only visible to Support Staff**...
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
Sweet, thanks.

Then I just have to hope and wait for someone to find the time to add the function to save the text/jdownloader comment that comes with every image.

And I checked the link you posted to when to expect the update and it says 5 minutes for a plugin after it's added to that repository page, am I right? Tried to figure out to how to check if the plugin was actually updated but found nothing cause if it is already updated I'm afraid it doesn't work.
But that repository page doesn't say much to someone that doesn't use it regularly and understands what it show so maybe I just got it wrong so it's a waiting game, what do I know.
Reply With Quote
  #13  
Old 02.05.2017, 13:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Update is not live yet. Will be released later this day
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 03.05.2017, 16:49
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

OK thanks, but still no change in how it works. How do I check if the plugin is updated and doesn't work or if it's still to be updated?
Searched the forum about it and read posts about some plugin versions page in the settings of JDownloader but that appears to have vanished in later versions cause I can't find it and that repository page says me nothing.
Reply With Quote
  #15  
Old 03.05.2017, 16:56
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Normally the update will be available within a few minutes after commit, but I have to review some stuff first and other work to do. Will release it later.
Normally you hit the update button and in case no update available you are on latest available version. You can see about dialog to check for build date.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #16  
Old 05.05.2017, 18:04
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

So got the update today and it catches the best image so thanks for that
But it still doesn't download more than the first picture in a multi image post, are there any setting I need to change for it to work?
Reply With Quote
  #17  
Old 05.05.2017, 18:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Should work out of the box, can you provide some more example links?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #18  
Old 06.05.2017, 01:39
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

To keep with the current Zara theme, non of the multi image posts on **External links are only visible to Support Staff**her page work. Only the first picture is downloaded.
Reply With Quote
  #19  
Old 08.05.2017, 12:21
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Thanks, we will check/fix asap
__________________
JD-Dev & Server-Admin
Reply With Quote
  #20  
Old 09.05.2017, 21:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

@inzzzomnia
Thanks for reporting this!

Indeed while crawling the user-json, it does not contain the required data for objects with multiple photos.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #21  
Old 10.05.2017, 23:18
james126 james126 is offline
Junior Loader
 
Join Date: Apr 2016
Posts: 12
Default

Hi - firstly, thanks for your hard work on jdownloader, it's awesome!

Following the most recent update, I can report that instagram multi-item posts are being successfully downloaded, which is great!

Unfortunately, still images are not consistently being downloaded at maximum resolution. In my tests today/yesterday I had instances where the image downloaded by jdownloader was 20-30% smaller than the maximum available resolution.

It would be awesome if you could continue looking into this. Thanks!
Reply With Quote
  #22  
Old 11.05.2017, 02:15
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@james126
provide example urls in which we can trigger it.
for example, you added this url, it added 5 images, of which image (filename) failed to get max quality. This will help us identify the issue, vs trying to find needle in haystack.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #23  
Old 12.05.2017, 05:17
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

We are getting close

These two work **External links are only visible to Support Staff**1, **External links are only visible to Support Staff**2 but these with these two **External links are only visible to Support Staff**3, **External links are only visible to Support Staff**4 only the first picture is saved.

If you add the last two manually they work as they should but not when adding the "main page", and that kind of take the fun out of it

And <jd:prop:date> only work on the first picture, the rest ends up blank. The new <jd:prop:orderid> does what it it's supposed to but you just end up with a bunch of files named 1.jpg, 1_2.jpg, 1_3.jpg, 2.jpg, 2_2.jpg, 2_3.jpg and so on.
Or is there something I need to add/change in <jd:prop:date><jd:prop:orderid>.<jd:orgfiletype> for it to work?

[EDIT]
Saw the post from james126 after I posted so I took a look at it and he's right.
From post **External links are only visible to Support Staff**1 above only the first picture is saved in full res, the rest is saved in the res that it's posted in which in this case is 1080x1080.
Reply With Quote
  #24  
Old 12.05.2017, 12:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

<jd:prop:date> will be fixed with next update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #25  
Old 12.05.2017, 12:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Quote:
Originally Posted by inzzzomnia View Post
These two work **External links are only visible to Support Staff**1, **External links are only visible to Support Staff**2 but these with these two **External links are only visible to Support Staff**3, **External links are only visible to Support Staff**4 only the first picture is saved.
Works fine here.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #26  
Old 12.05.2017, 12:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Quote:
Originally Posted by inzzzomnia View Post
Saw the post from james126 after I posted so I took a look at it and he's right.
From post **External links are only visible to Support Staff**1 above only the first picture is saved in full res, the rest is saved in the res that it's posted in which in this case is 1080x1080.
Cannot reproduce. Always loading full image without resolution in url
__________________
JD-Dev & Server-Admin
Reply With Quote
  #27  
Old 13.05.2017, 01:38
james126 james126 is offline
Junior Loader
 
Join Date: Apr 2016
Posts: 12
Default

hi - sorry for the delay, this is my first time logging in since commenting.

Here are general case examples for what I believe are the three possible url formats for instagram still image and video posts:

**External links are only visible to Support Staff****External links are only visible to Support Staff**[user id]
**External links are only visible to Support Staff****External links are only visible to Support Staff**[photo id]/?taken-by=[user id]
**External links are only visible to Support Staff****External links are only visible to Support Staff**[photo id]/

Another difference is that it appears instagram does not force https in all cases, because I've noticed urls with and without the "s". This could effect resolution availability.

Hope this helps. Thanks for your hard work!
Reply With Quote
  #28  
Old 13.05.2017, 02:35
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Quote:
Originally Posted by Jiaz View Post
Works fine here.
Quote:
Originally Posted by Jiaz View Post
Cannot reproduce. Always loading full image without resolution in url
Quote:
Originally Posted by inzzzomnia View Post
If you add the last two manually they work as they should but not when adding the "main page", and that kind of take the fun out of it
But that's just when you do as I described above, right?
Cause when I paste the "**External links are only visible to Support Staff**main page" in the LinkGrabber, only the first picture is saved in full resolution.
Reply With Quote
  #29  
Old 22.05.2017, 23:13
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Sorry, I cannot reproduce any of your issues.

Please:
- Add logs
- Post detailed example URLs via which the issue is reproducable - best would be "instagram.com/p/bla" URLs (if reproducable via these)

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #30  
Old 24.05.2017, 17:55
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

The size issue seem to be solved now but it wasn't when I made my post so maybe something has changed, I don't know. I only tested the ones mentioned below today but I know I tested some others in smaller sizes that didn't download properly so I might come back with them if I can remember where they were and if they still doesn't work.

I still get the problem described in post #23 though. If you add the main user page to the linkgrabber only the first picture from those two posts are saved but if you add the post itself they work as intended. Same goes for **External links are only visible to Support Staff**this one.
And for **External links are only visible to Support Staff**this post the first image is downloaded twice if you add the main user page but only once if you ad the post itself.

Here's the log 24.05.17 16.36.09 <--> 24.05.17 16.50.16 jdlog://1304704015941/
Reply With Quote
  #31  
Old 24.05.2017, 22:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

I've changed the ID used to determine duplicates - this issue should not happen anymore.

Thanks for the detailed problem description.
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #32  
Old 26.05.2017, 18:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Feedback would be nice
__________________
JD-Dev & Server-Admin
Reply With Quote
  #33  
Old 06.06.2017, 15:01
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Quote:
Originally Posted by pspzockerscene View Post
I've changed the ID used to determine duplicates - this issue should not happen anymore.

Thanks for the detailed problem description.
---
**External links are only visible to Support Staff**...
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
**External links are only visible to Support Staff**...
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
That seem to work as it should now but there's another issue.
If I set JD to download more than one file at a time it very randomly skips the adding of _2 at the end of the file name and instead overwrites the already existing file with the same name and then leaves a .part-file left behind.
So instead of getting both 2017-04-06.jpg and 2017-04-06_2.jpg I end up with only one file that's named 2017-04-06_.jpg.part.
Here's the log 06.06.17 13.42.14 <--> 06.06.17 13.51.11 jdlog://0781804015941/

Quote:
Originally Posted by Jiaz View Post
Feedback would be nice
First off, not all of us have the luxury to be able to monitor an internet forum every day of the week or even every week.
And by the way updates are done with JD where there is no easy way to see if "your" issue have been fixed or not and is live, I'd rather wait a while between my attempts instead of hitting my head to the wall once every hour.

Is that feedback enough?

Last edited by inzzzomnia; 03.07.2017 at 16:07.
Reply With Quote
  #34  
Old 30.06.2017, 01:21
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

So that's where it ends?
Reply With Quote
  #35  
Old 13.07.2017, 12:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Sorry for long feedback. Thanks for the log. Will fix the overwrite issue. It seems somehow it is caused by the trailing _ in filename.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #36  
Old 13.07.2017, 16:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Found the cause, thanks for reporting this issue will be fixed with next core update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #37  
Old 24.07.2017, 02:26
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Without having a clue if that update have been made available yet I just thought I should mention that it still isn't working in case that it's believed to be fixed.
Reply With Quote
  #38  
Old 24.07.2017, 17:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

so you still have issues with *rename if exists*?
Can you provide a new logfile please
__________________
JD-Dev & Server-Admin
Reply With Quote
  #39  
Old 25.07.2017, 02:27
inzzzomnia inzzzomnia is offline
JD Fan
 
Join Date: Apr 2017
Posts: 77
Default

Yes, but it occurs more seldom now than before.
25.07.17 01.11.49 <--> 25.07.17 01.19.16 jdlog://1678114015941/

And I think you should do something about that the log include both username and password in plain text, or at least inform about it when creating a log. Doubt that I'm the only one that see that as an issue.
Reply With Quote
  #40  
Old 26.07.2017, 00:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Quote:
Originally Posted by inzzzomnia View Post
Yes, but it occurs more seldom now than before.
25.07.17 01.11.49 <--> 25.07.17 01.19.16 jdlog://1678114015941/
Jiaz will probably check this soon.

Quote:
Originally Posted by inzzzomnia View Post
And I think you should do something about that the log include both username and password in plain text, or at least inform about it when creating a log. Doubt that I'm the only one that see that as an issue.
We haven't received a lot of complaints regarding this.
Keep in mind that:
1. Most times, logindata can only be found in debug logs.
2. Only official supporters can view logs - and they will not use these logins for anything except bugfixing and only after user-permission is given!
3. The logs contain http requests and these can contain logins - to remove this, we'd need to run a search & replace over the logs before uploading them.

For now, if you don't want that, either use specially created test-accounts for your log-uploads or manually grab the logs, censor the logindata and manually send them to us via E-Mail.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
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 23:40.
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.