Git Product home page Git Product logo

Comments (11)

soraxas avatar soraxas commented on July 17, 2024

Hi @hsk274 thanks for your message.
Can you download the repository again and see if it works now?

from echo360.

hsk274 avatar hsk274 commented on July 17, 2024

Thank you for your help. I downloaded the repository and the error was resolved. However, the download seems to be stuck with no progress update. Can you let me know if I am doing something wrong?

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
Bruces-MBP:~ DarkKnight$ /Users/DarkKnight/Downloads/echo360-master\ 2/run.sh https://echo360.org/section/2dc3a3c3-e80a-4eea-8cca-2701951c9fe8/home --interactive
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named virtualenv
> Echo360 Cloud platform detected
> This implies setup_credential, and using web_driver
>> Please login with your SSO details and type continue when logged in.
-----------------------------------------------------------------
 >> After you finished logging into echo360 cloud, the window should be automatically redirected and continued. If it got stuck, please contact the author :)
>> I'm gonna assume you are responsible enough to had finished logged in by now ;)
>> Retrieving echo360 Course Info...  0/10 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  5/10 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  10/10 videos Done!
============================================================
    Course: [[UNTITLED]]
      Total videos to download: 1 out of 10
============================================================

------------------------------------------------------------
Downloading "2020-04-30 - Lecture 10 [04.30.20_B8378_001_Value Investing with Legends_545PM_Santos]"
  > Downloading audio:

from echo360.

hsk274 avatar hsk274 commented on July 17, 2024

I tried a different lecture, and it seems like the script is for some reason failing to detect the videos

>> After you finished logging into echo360 cloud, the window should be automatically redirected and continued. If it got stuck, please contact the author :)
>> I'm gonna assume you are responsible enough to had finished logged in by now ;)
>> Retrieving echo360 Course Info...  0/6 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  1/6 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  2/6 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  3/6 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  4/6 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  5/6 videos No audio+video m3u8 files found! Skipping...
This can either be (i) Credential failure? (ii) Logic error in the script. (iii) This lecture only provides audio?
This script is hard-coded to download audio+video. If this is your intended behaviour, please contact the author.
>> Retrieving echo360 Course Info...  6/6 videos Done!
============================================================
    Course: [[UNTITLED]]
      Total videos to download: 6 out of 6
============================================================
>> Skipping Lecture '2019-03-04 - Lecture 6 [8144-1 Introduction to Programming in R]' as it says it does not contain any video.
>> Skipping Lecture '2019-02-25 - Lecture 5 [8144-1 Introduction to Programming in R]' as it says it does not contain any video.
>> Skipping Lecture '2019-02-18 - Lecture 4 [8144-1 Introduction to Programming in R]' as it says it does not contain any video.
>> Skipping Lecture '2019-02-11 - Lecture 3 [8144-1 Introduction to Programming in R]' as it says it does not contain any video.
>> Skipping Lecture '2019-02-04 - Lecture 2 [8144-1 Introduction to Programming in R]' as it says it does not contain any video.
>> Skipping Lecture '2019-02-01 - Lecture 1 [8144-1 Introduction to Programming in R]' as it says it does not contain any video.

=================================================================
    Course: [[UNTITLED]]
=================================================================
    Successfully downloaded:

from echo360.

soraxas avatar soraxas commented on July 17, 2024

It's hard to say what's going on by this output. Can you run with --debug flag and send me the resulting log file (echo360Downloader.log) which should be in the same folder via email if you don't mind? Thanks

from echo360.

hsk274 avatar hsk274 commented on July 17, 2024

from echo360.

soraxas avatar soraxas commented on July 17, 2024

I don't see anything, did you attached it to an email for the Github email notification? You can send it to oscar AT tinyiu DOT com directly

from echo360.

hsk274 avatar hsk274 commented on July 17, 2024

Just sent you an email. Thank you.

from echo360.

soraxas avatar soraxas commented on July 17, 2024

Hi @hsk274 it didn't work because the data structure was a bit different than what I had encountered before.
I've added some new parsing logic, you can try to see the latest update works for you

from echo360.

hsk274 avatar hsk274 commented on July 17, 2024

Unfortunately, it still didn't work. I've emailed you the new debug log. Thank you.

from echo360.

soraxas avatar soraxas commented on July 17, 2024

Hi sorry I made a mistake of using an iterator method on a list, as I couldn't verify the code with my setup.

The issue should be fixed now

from echo360.

hsk274 avatar hsk274 commented on July 17, 2024

That worked! Thank you.

from echo360.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.