-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension "" for #58
Comments
Not sure if that's it, but probably would be useful |
Thanks for the report. I will investigate tmr. |
Hi sorry for the delay. Have been very busy lately. This should be fixed in the latest version :) |
Hi! Thanks for the feedback and your time. I will check the latest version in the evening :) |
λ ytdl-mp3 https://www.youtube.com/watch?v=te6EdjqdzPA |
This is my log after update :( |
Actually there's no npm after my update and I can't do anything related to npm. Everytime this error: npm list -g npm ReferenceError: primordials is not defined Node.js v20.6.0 Probably I typed something wrong, dunno. |
@dench1k try downgrading to node v20.51. At my work, we are having lots of problems with v20.6 due to some changes related to env variables. Could be it |
The error above was due to some npm crush on my system after trying to revert npm version. As a result, I couldn't do any command with npm (even to check the current version). Spent the whole Friday's evening to fix the issue and the only solution was:
That's how I've got the latest npm and node version together, so at least it works on the system. Today I started to test this setup with the lastest package vesion of ytdl-mp3 and result was the same: ERROR: Failed to fetch info for video with URL: https://youtu.be/Y9yHZ-Gwdk8?si=EUy9ULhB6Jr-FAWU` Tried to revert to |
Hey, So, I added a verbose option a little while back. You can use it like this: ❯ ytdl-mp3 --verbose "https://www.youtube.com/watch\?v\=Y9yHZ-Gwdk8"
Error: No video id found: "https://www.youtube.com/watch\?v\=Y9yHZ-Gwdk8"
at exports.getURLVideoID (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/node_modules/ytdl-core/lib/url-utils.js:36:11)
at exports.getVideoID (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/node_modules/ytdl-core/lib/url-utils.js:61:20)
at exports.<computed> [as getInfo] (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/node_modules/ytdl-core/lib/info.js:484:29)
at _Downloader.<anonymous> (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/dist/index.cjs:210:56)
at Generator.next (<anonymous>)
at /Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/dist/index.cjs:46:61
at new Promise (<anonymous>)
at __async (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/dist/index.cjs:30:10)
at _Downloader.downloadSong (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/dist/index.cjs:206:12)
at main (/Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/bin/ytdl-mp3.cjs:23:22)
YtdlMp3Error: Failed to fetch info for video with URL: https://www.youtube.com/watch\?v\=Y9yHZ-Gwdk8
at /Users/joshua/.nvm/versions/node/v20.5.1/lib/node_modules/ytdl-mp3/dist/index.cjs:211:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
ERROR: Failed to fetch info for video with URL: https://www.youtube.com/watch\?v\=Y9yHZ-Gwdk8 As you can see, the problem is |
is this still a problem @dench1k ? |
Hey, just tried right now to check and I've got:
As I've understood it's some core dependencies? |
I updated the deps so that the message is gone now. Try installing the latest version again and lmk if it works. Tested version:
|
I've just updated to the last version and tested - everything works like a charm. Thanks, Joshua! |
Hey, Josh. I've updated the package for the recent version and now for every download attempt an error. Here's my stacktrace:
`λ ytdl-mp3 https://www.youtube.com/watch?v=ZAjKsE5MNeU
node:internal/errors:465
ErrorCaptureStackTrace(err);
^
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension "" for C:\Users\admin\AppData\Roaming\npm\node_modules\ytdl-mp3\bin\ytdl-mp3. Loading extensionless files is not supported inside of "type":"module" package.json contexts. The package.json file C:\Users\admin\AppData\Roaming\npm\node_modules\ytdl-mp3\package.json caused this "type":"module" context. Try changing C:\Users\admin\AppData\Roaming\npm\node_modules\ytdl-mp3\bin\ytdl-mp3 to have a file extension. Note the "bin" field of package.json can point to a file with an extension, for example {"type":"module","bin":{"ytdl-mp3":".\bin\ytdl-mp3.js"}}
at new NodeError (node:internal/errors:372:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:80:11)
at defaultGetFormat (node:internal/modules/esm/get_format:122:38)
at defaultLoad (node:internal/modules/esm/load:21:20)
at ESMLoader.load (node:internal/modules/esm/loader:431:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:350:22)
at new ModuleJob (node:internal/modules/esm/module_job:66:26)
at #createModuleJob (node:internal/modules/esm/loader:369:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:328:34)
at async Promise.all (index 0) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'`
Node.js v18.0.0
The text was updated successfully, but these errors were encountered: