#4041
|
|||
|
|||
![]()
Same problem here.
Oddly enough, I tried it several times, and on one of those times it did grab the video name properly, as though during that moment, whatever the problem was went away, but right after that, it came back again. Hasn't worked since. |
#4042
|
||||
|
||||
![]()
Please provide example links! And whats your geo location? Looks like some changes are getting rolled out slowly
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 26.11.2020 at 11:48. |
#4043
|
|||
|
|||
![]()
This is the video I grabbed that didn't work, then worked, then didn't: **External links are only visible to Support Staff****External links are only visible to Support Staff**
My location is Israel. |
#4044
|
||||
|
||||
![]()
Please create a debug log. Enable Settings->Advanced Settings->Log.debugmodeenabled
restart JDownloader. Do not download anyhing (keeps log small) try to add the link, once it fails to grab title, create log and post logID here, see https://support.jdownloader.org/Know...d-session-logs
__________________
JD-Dev & Server-Admin |
#4045
|
|||
|
|||
![]()
Here are 5 examples, but I ran down a list of subscriptions and tried several more (most of which I had already downloaded just an hour or so before my post):
**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 the "video title"(?) of the uploaded video is missing from YouTube videos in JD2. Hope this helps. Last edited by Jiaz; 26.11.2020 at 19:26. |
#4046
|
||||
|
||||
![]() Quote:
__________________
JD-Dev & Server-Admin |
#4047
|
|||
|
|||
![]()
It actually succeeded again in grabbing that video, along with another it wouldn't grab before, but it still doesn't work everywhere.
Log: 26.11.20 13.53.11 <--> 26.11.20 13.54.33 jdlog://0847425302851/ |
#4048
|
|||
|
|||
![]()
26.11.20 06.01.59 <--> 26.11.20 06.02.44 jdlog://4847425302851/
|
#4049
|
|||
|
|||
![]()
Just want to add that I'm experiencing the issue with missing filenames as well. From experience, this is not a new thing but now it happens the majority of the time. The issue appears to be with the pre-defined variables.
Example link: **External links are only visible to Support Staff****External links are only visible to Support Staff** Some more info that might prove useful. I have an event script that automatically queries and downloads youtube videos using the JD API. For the past few weeks, I noticed that some links would randomly come through without a name. I tried to correct the issue myself by updating the name manually, but I then noticed that a lot of the time, that didn't work either, making me believe this is an issue with JD and not the plugin. My filename format in the plugin is set to: Code:
*CHANNELNAME* - *DATE[yyyy-MM-dd]* - *VIDEO_NAME*.*EXT* Code:
- - These are 2 functions I wrote in my script to try and work around the issue: Code:
function getNameSafe(link) { var newName = link.getName(); var count = 0; // Try to avoid JD bug while (newName == "- - " && count < 100) { newName = link.getName(); count++; } return newName; } function setNameSafe(link, newName) { var count = 0; // Try to avoid JD bug while (getNameSafe(link) != newName && count < 100) { link.setName(newName); count++; } return newName; } Code:
var newName = getNameSafe(crawledLink); log("Setting new name to: " + newName); setNameSafe(existingLinkByUrl, newName); log("Done, name set to: " + existingLinkByUrl.getName()); Code:
Setting new name to: vTuned garage - 2020-11-23 - Stripping the Interior on my McLaren 720s - Episode 6.mkv Done, name set to: - - .mkv Hope this helps, happy to provide any more info if needed. |
#4050
|
|||
|
|||
![]() Quote:
Just tried grabbing about 10 YT videos, 5 or which I had the no-name issue with last night. All names are present now. Hopefully this was a one-off issue. I'll keep at it with different/new videos today and tomorrow. If the issue returns I'll reply in this thread. |
#4051
|
||||
|
||||
![]()
@All: Found the issue for missing title/xy and will be fixed with next update.
unfortunately I'm not finished with the changes yet so the update will be released by tomorrow. sorry for the delay
__________________
JD-Dev & Server-Admin Last edited by Jiaz; 26.11.2020 at 19:26. |
#4052
|
|||
|
|||
![]() Quote:
Was just about to post that I spoke too soon - tried to grand 2 new videos, but they grabbed with no names as well. Glad a fix is coming. Thanks again for looking into it. |
#4053
|
||||
|
||||
![]()
Fix will come tomorrow morning, sorry for the delay :(
__________________
JD-Dev & Server-Admin |
#4054
|
|||
|
|||
![]()
Was habe ich falsch gemacht und wie kann ich das Problem lösen? Herzlichen Dank vorab!
![]() Last edited by Jiaz; 26.11.2020 at 21:35. |
#4055
|
||||
|
||||
![]()
Siehe https://board.jdownloader.org/showpo...postcount=4051
Update kommt morgen im Laufe des Vormittags
__________________
JD-Dev & Server-Admin |
#4056
|
|||
|
|||
![]()
@Jiaz
Wie gut dass Du imstande bist alles zu fixen. Herzlichen Dank!!! |
#4057
|
|||
|
|||
![]()
Not seeing this being reported but it has gone on sporadically for a while and about yesterday it becomes completely wild.
This used to work: 1. *USER*-*CHANNEL*-*PLAYLIST_NAME* 2. *CHANNEL*_*DATE[yyyy/MM/dd]*_*TITLE* (*QUALITY*, *Duration[minutes]*).*EXT* Now 1. *USER* still works 2. Now I get a bunch of these "__ (720p 30fps, ).mp4" The tags aren't picked up. Either the tags handle changed? or JD failed to grab or pass the data??? It's incredibly hard to clean up a bunch of past grabbed links. This is pretty much a show stopper. Pls advice. Last edited by Jiaz; 27.11.2020 at 11:17. |
#4058
|
|||
|
|||
![]()
Glad you have it figured out.
Less than a day is hardly a delay, so no worries. |
#4059
|
||||
|
||||
![]()
__________________
JD-Dev & Server-Admin |
#4060
|
|||
|
|||
![]()
SOLVED!!!!! THANKS A LOT.-
:thumbup: |
![]() |
Thread Tools | |
Display Modes | |
|
|