OF-DL icon indicating copy to clipboard operation
OF-DL copied to clipboard

Exception caught: Object reference not set to an instance of an object.

Open Bearded-Beard opened this issue 1 year ago • 1 comments

Exception caught: Object reference not set to an instance of an object.

                                       StackTrace:    at System.Object.GetType()

at OF_DL.Helpers.FileNameHelper.GetNestedPropertyValue(Object source, String propertyPath) at OF_DL.Helpers.FileNameHelper.GetFilename(Object obj1, Object obj2, Object obj3, List1 selectedProperties, Dictionary2 users) at OF_DL.Helpers.DownloadHelper.DownloadPurchasedPostDRMVideo(String ytdlppath, String mp4decryptpath, String ffmpegpath, String user_agent, String policy, String signature, String kvp, String sess, String url, String decryptionKey, Stri List postInfo, Medium postMe

"PaidPostFileNameFormat": "{username} - {postedAt} - {filename}", "PostFileNameFormat": "{username} - {postedAt} - {filename}", "PaidMessageFileNameFormat": "{username} - {createdAt} - {filename}", "MessageFileNameFormat": "{username} - {createdAt} - {filename}",

They are the settings I'm using in config.

if I remove all the "{username} - {postedAt} - {filename}" the files download, but cause I've used DC's script I want to keep the formating the same, but it seems it gives errors?

Bearded-Beard avatar Nov 18 '23 12:11 Bearded-Beard