przemyslawpluta / mongo-edu

Select and download videos and handouts from https://university.mongodb.com courses
MIT License
279 stars 83 forks source link

Could not locate any videos #46

Closed ravimohankaivar closed 9 years ago

ravimohankaivar commented 9 years ago

I am unable to download any videos. Please help. Below is the command I used. after selecting the chapter in the list, it says "Could not locate any videos". Note: In the UserName tab I have put asterisks to hide the username here.

Thanks.

C:\Users\RMK>mongo-edu -d G:\MongoDB_CourseWare --cw

[ MONGO-EDU 0.2.11 ]

? MongoDB Uni User Name: r***@*****_.com ? MongoDB Uni Password: _***

Searching [====================] 100% ? Found 4 Courses. Select: M102: MongoDB for DBAs ? Found 8 Lists. Select: Chapter 1: Introduction Searching Courseware [====================] 100% i Could not locate any videos.

przemyslawpluta commented 9 years ago

Can'r replicate. Just tried the same against M102: MongoDB for DBAs and I can see 29 videos listed. Might be network issue on your side.

GitHubKen commented 9 years ago

Install NPM: 1. C:\Users\Wilkenson> npm install mongo-edu 2. C:\Users\Wilkenson> npm install mongo-edu -g

Download Videos on Windows 8.1 Pro Command Prompt Window: C:\Users\Wilkenson\AppData\npm> mongo-edu --cw --cc --hq --co -d /videos/chapter1/

Download Handouts on Windows 8.1 Pro Command Prompt Window: C:\Users\Wilkenson\AppData\npm> mongo-edu -d /handouts/chapter1/ -h

Note: Your videos and handouts will be located at C:/videos/chapter1 C:/handouts/chapter1 respectively

Download Videos on Mac OS X Terminal: $ Mongo-edu --cw --cc --hq --co -d /usr/local/lib/videos/.

Download Handouts on Mac OS X Terminal: $ Mongo-edu -d /usr/local/lib/handouts/ -h.

Note: You must create both videos and handouts folders under /usr/local/lib/

przemyslawpluta commented 9 years ago

@mobikenllc Note: You must create both videos and handouts folders under /usr/local/lib/

There is no need to create download directories as they will be created automatically if they don't exist.

ravimohankaivar commented 9 years ago

Hi.. Sorry to bother you again..

I am trying to download the course videos, but again getting the same message "could not locate any videos".

Sorry... This issue was closed.. I am writing after a long time.. Please help.. If I cannot download in this way, can you please suggest me a link where I can directly download the videos of the below courses.

M102 M202 M101P

Below are the screenshots of how I tried to download.

course_selection list_selection error_message

Thank you...

przemyslawpluta commented 9 years ago

@ravimohankaivar just tested with mongo-edu 0.2.14 against M102, M202 and M101P and I can list and download all the courses without any issues. Try to upgrade to the latest version and let me know.

ravimohankaivar commented 9 years ago

I installed new version of mongo-edu (0.2.15), but still getting the same error message.

mongo-edu-1

Please help.

przemyslawpluta commented 9 years ago

@ravimohankaivar can you connect to youtube? Are you connecting from your home or work network? This looks like network issue.

ravimohankaivar commented 9 years ago

Yes. I am able to connect to youtube and watch videos. I am connecting from my home. There is no network problem from my end. Still I am not able to download MongoDB videos.

przemyslawpluta commented 9 years ago

@ravimohankaivar try to reinstall python.

ravimohankaivar commented 9 years ago

On a different PC, I installed Python and NODE.JS freshly, and tried. But still I am getting the same message as "[could not locate any videos]"

przemyslawpluta commented 9 years ago

@ravimohankaivar upgrade to the latest version mongo-edu 0.2.18 and let me know ...

ravimohankaivar commented 9 years ago

It worked! Thanks a lot... I upgraded mongo-edu to 0.2.18 and it's working... Thanks for the help. This is very useful for me.

What went wrong in the previous versions? Was it related to downloading from youtube?

przemyslawpluta commented 9 years ago

Cool.