skillshare-downloader icon indicating copy to clipboard operation
skillshare-downloader copied to clipboard

Module not found error

Open secretmove opened this issue 3 years ago • 0 comments

%Run example.py Traceback (most recent call last): File "C:\Users\x\Downloads\skillshare-downloader-master\code\example.py", line 1, in from downloader import Downloader File "C:\Users\x\Downloads\skillshare-downloader-master\code\downloader.py", line 1, in import requests ModuleNotFoundError: No module named 'requests'

I was using it yesterday just fine. Not sure what changed. There was a windows update and I'm not sure if it broke something. lol

Edit: I'm on Windows 10. Using Thonny to edit. I tried removing and reinstalling all python related stuff including Thonny.

Now I'm getting this error:

"raise Exception('Failed to read video ID from data') Exception: Failed to read video ID from data"

Can someone please confirm if this scrpit is still working and it's just an error on my end?

Edit: I was able to make it work. Kind of. I've re-installed everything and added some lines from the other topic issue. However, the cookie doesn't seem to last before I had this issue. I need to logoff the account from browser then login again then copy the new cookie for it to work. Any solutions?

secretmove avatar Apr 22 '21 14:04 secretmove