Download and Convert - undefined exeption #1603
Replies: 1 comment 1 reply
-
I do not work for VDH. I'm just another user. You are entirely correct. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
Using legacy UI to download and convert. I have created my own convertion format.
When I click "download and convert", the video gets downloaded, but then the conversion fails with "cannot read properties of undefined" exception, possibly caused by conversion format couldn't be found? Same happens with pre-defined formats.
"Download and convert" used to work fine before modern-UI was introduced.
Extension version: 9.1.1.0
Coapp versio: 2.0.19
Cannot read properties of undefined (reading 'params')
TypeError: Cannot read properties of undefined (reading 'params')
at Object.Bw (chrome-extension://lmjnegcaeklhafolokijcfjliaokphfk/background/main.js:33:10322)
at j0 (chrome-extension://lmjnegcaeklhafolokijcfjliaokphfk/background/main.js:50:21543)
at async mi (chrome-extension://lmjnegcaeklhafolokijcfjliaokphfk/background/main.js:50:21931)
at async J0 (chrome-extension://lmjnegcaeklhafolokijcfjliaokphfk/background/main.js:50:25176)
Addon & CoApp version and details
version: 9.1.1.0
target: google
channel: stable
lang: en-US
coapp: {"found":true,"new_version":false,"path":"C:\Program Files\DownloadHelper CoApp\vdhcoapp.exe","version":"2.0.19"}
license: {"unneeded":true}
platform: x86-64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
{
"used_history_button": true,
"download_directory": "R:\",
"show_thumbnail_in_notification": false,
"show_success_notification": false,
"never_show_no_incognito_msg_again": true,
"view_options": {
"all_tabs": true,
"hide_downloaded": false,
"low_quality": false,
"show_button_clean": true,
"show_button_clean_all": false,
"show_button_convert_local": false,
"sort_by_status": true,
"sort_reverse": false
},
"show_context_menu": false,
"use_wide_ui": false,
"use_legacy_ui": false,
"use_sidebar": true,
"open_count_store": 4,
"successfull_dl": 12,
"record_download_history": true
}
Beta Was this translation helpful? Give feedback.
All reactions