Conversation
Fix failing commands by upgrading to latest Udacity API
Subtitles are downloaded and named correctly but the web player is not working with subtitles
Corrected subtitle downloads. Its important to note that most browsers block local loading of vtt files for security reasons.
|
Hi @drbothen , Thanks for bring udacimak back to life. I am new to npm and nodejs. I tried to install your fork with command: However, after installing, I cannot use the command udacimak. Could you please let me know how to install udacimak properly? |
Hi! I'm definitely not an expert in Node or JS, but after looking at some other issues, I was able to successfully run it by doing the following steps: First, make sure to use the same Node and NPM versions as described by the author: Then, remove previous global installation of udacimak npm uninstall -g udacimakClone the repo https://github.com/drbothen/udacimak git clone https://github.com/drbothen/udacimakIn the terminal, navigate to the new created udacimak project cd udacimakInstall dependencies npm installBuild the project npm run buildInstall the cli globally npm i -g . Use udacimak udacimak settoken YOUR_BEARER_TOKENYou can test that things are okay by listing your nanodegree courses udacimak listndYou should be able to download courses now. Hope it works for you as well! |
This is indeed the correct way to get it running. Apologize, its been a busy few weeks |
|
Hi @drbothen @lucasmirachi, thanks for your kind help. I successfully run udacimak now. |
|
Thanks for the revival. This version of udacimak is unable to list and download the paid course such as cd5234, cd2019 etc which starts with cd. Any advice to fix this issue would be greatly appreciated. Thanks List: udacity.com/catalog/all/paid/any-school/any-skill/any-difficulty/any-duration/course/most-popular/page-1 |
|
@drbothen Thank you for this update. Does this still work? Where do I get the bearer token from? |
Any update to this or advice @drbothen Thank you |
Did you ever figure out how to fix this? |
Description
This Pull requests bring Udacimak back to functioning
Fixes # Corrects several issues. Makes Udacimak usable again
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Configurations
Checklist: