JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 17.05.2022, 05:54
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Exclamation Soundcloud.com invalid download directory issue

Hi,

I'm encountering an issue for some file downloads through soundcloud where it starts the download, then encounters an error and stops saying "Invalid Download Directory". However, I don't think this is the real error as the "xyz.mp3.part" files are successfully created. I can also download other files from soundcloud into the same directory successfully. For the problem files, I've also tried changing the destination name to something like "1.mp3" so that the full path would be "C:/Users/myuser/Music/1.mp3" and still have the same error, so I think there is something else happening here.

Here is the log link "16.05.22 20.50.23 <--> 16.05.22 21.01.21 jdlog://6569925302851/"

I believe I saw something about invalid arguments when reading log lines, but wasn't sure what that would mean

Last edited by ACodingHuman; 17.05.2022 at 06:01. Reason: Updated log link to have two examples
Reply With Quote
  #2  
Old 17.05.2022, 11:23
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@ACodingHuman: Thanks for the report! Issue is caused by wrong destination filetype mp3 as the stream provides different audio codec.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 17.05.2022, 13:10
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,921
Default

Fixed!
Reset those files after the next CORE-update and try again.

Bitte auf das nächste CORE-Update warten!

Please wait for the next CORE-Update!

Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser Update FAQ! | Please read our Update FAQ!

---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser Update FAQ! | Please read our Update FAQ!


-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
  #4  
Old 17.05.2022, 16:37
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Default

Thanks for the help ! I appreciate it. I will report back after the next core update is released and I can try it.
Reply With Quote
  #5  
Old 18.05.2022, 18:15
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Default

Confirmed that the fix worked. You can close the thread. Thanks !
Reply With Quote
  #6  
Old 18.05.2022, 18:28
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,921
Default

Thanks for your feedback!

If you got some more time, maybe you can verify if .mp4 is the correct file-extension or if .m4a would be the right one.
You can use this e.g. using the open source tool "MediaInfo": mediaarea.net/de/MediaInfo
EDIT

I'm asking you since we weren't able to fully test this because you were downloading content that can only be played by soundcloud pro users and we did not have a pro account for testing.
__________________
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
  #7  
Old 20.05.2022, 09:24
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Default

Hello,

Apologies for the delay. I wasn't sure exactly what to do, but I downloaded the program and put in one of the files. Attached is the screenshot. This is the only file I remember at the moment, as I'd downloaded all of the fixed files before I saw your message.

Best,

Last edited by Jiaz; 20.05.2022 at 10:53.
Reply With Quote
  #8  
Old 20.05.2022, 10:53
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@ACodingHuman: I've deleted the attached screenshot. I guess you've added the wrong one because it contained personal details
As long as it works fine for you,all is good
__________________
JD-Dev & Server-Admin
Reply With Quote
  #9  
Old 20.05.2022, 17:36
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Default

@Jiaz Thanks ! I didn't have permission to view the image after upload, so yes perhaps it was the wrong one. Here I've attached two more of the same file.

In one of them, the extension is .m4a and in the other I renamed the same file to mp4. Both of them say "mp4a-40-2" for the Codec id in the audio section. So does that mean it should be m4a for the extension ? The file works fine with both names.

Also, I'm guessing this will be a new thread, but I've found that some files don't display the time correctly in my audio player. E.g. The time tracker stays at the beginning for the duration of the song rather than slowly moving down the line to the end time.
Attached Thumbnails
mp4.jpg   m4a.jpg  
Reply With Quote
  #10  
Old 20.05.2022, 18:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,921
Default

Quote:
Originally Posted by ACodingHuman View Post
In one of them, the extension is .m4a and in the other I renamed the same file to mp4. Both of them say "mp4a-40-2" for the Codec id in the audio section. So does that mean it should be m4a for the extension ?
Jiaz will probably check this soon.

Quote:
Originally Posted by ACodingHuman View Post
The file works fine with both names.
Yap the extension is really only "cosmetic".

Quote:
Originally Posted by ACodingHuman View Post
Also, I'm guessing this will be a new thread, but I've found that some files don't display the time correctly in my audio player. E.g. The time tracker stays at the beginning for the duration of the song rather than slowly moving down the line to the end time.
While you can report this problem here it is most likely not "caused by JD":
We use FFmpeg to download those files (soundcloud uses "HLS streaming") - you might need to post-process them to correct this.

-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
  #11  
Old 20.05.2022, 18:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@ACodingHuman: all good, mp4 and m4a are both fine
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 20.05.2022, 18:08
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by ACodingHuman View Post
Also, I'm guessing this will be a new thread, but I've found that some files don't display the time correctly in my audio player. E.g. The time tracker stays at the beginning for the duration of the song rather than slowly moving down the line to the end time.
from soundcloud? can you provide example links?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #13  
Old 21.05.2022, 06:45
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Default

Hello,

Yes here's a link to one. I just deleted my local copy and redownloaded. Confirmed that it still doesn't show the time progression.

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #14  
Old 23.05.2022, 13:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@ACodingHuman: Thanks. I guess this happens for the mp4(aac) file, right? In that case I also need access to your account (send details to support@jdownloader.org) so I can check it. Most likely those files are missing the table index and thus the player don't know in advance how to seek and how long the whole file is. I guess it should be possible to tell ffmpeg to fix/add this information but I need link+account in order to test/reproduce the issue
__________________
JD-Dev & Server-Admin
Reply With Quote
  #15  
Old 26.05.2022, 20:45
ACodingHuman ACodingHuman is offline
Baby Loader
 
Join Date: Dec 2020
Posts: 7
Default

Hey sorry I should have clarified, that link in my last post was a public link, so you should be able to test with it without an account. Tho if that's not enough, lmk and I'll send account details to the support email.

Thanks again for your help

EDIT: it appears to only happen for m4a files. The files with .mp4 extensions are working correctly. Here's the link to an mp4 file for comparison. **External links are only visible to Support Staff****External links are only visible to Support Staff**

EDIT 2: I'll just send account now in case it is helpful. lmk when finished please

Last edited by ACodingHuman; 26.05.2022 at 20:50.
Reply With Quote
  #16  
Old 30.05.2022, 21:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,921
Default

Quote:
Originally Posted by ACodingHuman View Post
Yes here's a link to one. I just deleted my local copy and redownloaded. Confirmed that it still doesn't show the time progression.
That file looks fine here.

Also all I get is a .mp3.

I've never been able to download other files than .mp3 from soundcloud except when the uploader allows official downloads/download of the original source file...
__________________
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 19:31.
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.