INE-courses-downloader icon indicating copy to clipboard operation
INE-courses-downloader copied to clipboard

You do not have the subscription/pass to access to this course error

Open brattip opened this issue 3 years ago • 14 comments

Hi, I'm try to use your app, otherwise the system doesn't recognize my monthly pass ... can u check it? from web site it works fine let me know

Choose Preferred Video Quality
1.Highest Available Quality (1080p)
2.Next To Highest Quality (720p)
2
Choose Method Of Selecting Course
1.Enter url
2.Choose from the above listed course
3.Download a select number of courses from the above list
4.Download a bunch of courses from the above list using a range
2
Please enter the number corresponding to the course you would like to download
821
You do not have the subscription/pass to access to this course
root@ubuntu:~# 

brattip avatar Mar 08 '21 16:03 brattip

I am having same error.

telus-beep avatar Mar 20 '21 03:03 telus-beep

Will someone fix this issue before my subscription expires ??

telus-beep avatar Mar 21 '21 03:03 telus-beep

Same thing here, whatever I enter, it doesn't work.

vikdean avatar Mar 23 '21 17:03 vikdean

not sure when will he look into this and fix it, the case was opened 15 days ago but no action taken by the Code Developer so far :(

telus-beep avatar Mar 23 '21 17:03 telus-beep

If you take out the subscription check, it works:

        elif(choice == 2):
            choice = int(input("Please enter the number corresponding to the course you would like to download\n"))
            course = all_courses[choice]
            #if(course["access"]["related_passes"][pass_index_value]["name"] in access_pass):
            downloader(course)
            #else:
            #    exit("You do not have the subscription/pass to access to this course")

You can do the same for the other options. I know its not optimal, but still...

vikdean avatar Mar 23 '21 17:03 vikdean

no it does not work, I don't see that subscription error anymore. It takes the option and exits out.

Choose Preferred Video Quality 1.Highest Available Quality (1080p) 2.Next To Highest Quality (720p) 2 Choose Method Of Selecting Course 1.Enter url 2.Choose from the above listed course 3.Download a select number of courses from the above list 4.Download a bunch of courses from the above list using a range 2 Please enter the number corresponding to the course you would like to download 10

C:\Users\t940908\Desktop\INE-courses-downloader>

telus-beep avatar Mar 23 '21 18:03 telus-beep

Not sure why it isn't working for you, but beside adding a Python shebang to the first line, I commented out those lines and modified the indentation for the downloader(course) line; that's it. Haven't done anything else.

vikdean avatar Mar 23 '21 18:03 vikdean

My bad, I overlooked your edited lines and didn't notice the indentation. I am not a python or scripting guy.

But it works now, thanks a lot 👍

telus-beep avatar Mar 23 '21 19:03 telus-beep

@vikdean I have same issue after i selected the course just that message will appear, any solution thanks.

Choose Preferred Video Quality 1.Highest Available Quality (1080p) 2.Next To Highest Quality (720p) 1 Choose Method Of Selecting Course 1.Enter url 2.Choose from the above listed course 3.Download a select number of courses from the above list 4.Download a bunch of courses from the above list using a range 2 Please enter the number corresponding to the course you would like to download 3 You do not have the subscription/pass to access to this course

abdikanipd avatar Mar 30 '21 08:03 abdikanipd

Not sure why it isn't working for you, but beside adding a Python shebang to the first line, I commented out those lines and modified the indentation for the downloader(course) line; that's it. Haven't done anything else.

Thanks also

abdikanipd avatar Mar 30 '21 10:03 abdikanipd

Now I get this new error

Choose Preferred Video Quality 1.Highest Available Quality (1080p) 2.Next To Highest Quality (720p) 1 Choose Method Of Selecting Course 1.Enter url 2.Choose from the above listed course 3.Download a select number of courses from the above list 4.Download a bunch of courses from the above list using a range 4 Enter the starting course number(Inclusive) 0 Enter the closing course number(Inclusive) 843 Server doesn't support HEAD.

telus-beep avatar Apr 04 '21 17:04 telus-beep

just fellow @vikdean steps or delete Ine_tokens

abdikanipd avatar Apr 08 '21 00:04 abdikanipd

Hi @vikdean ( any fix for this error ) ??

Downloading: CiscoNetworkAccessSecurity: 0%| | 0.00/1.00 [00:00<?, ?course/s] Traceback (most recent call last): File "c:/Users/boy/INE-courses-downloader/Ine.py", line 479, in downloader(course) File "c:/Users/boy/INE-courses-downloader/Ine.py", line 352, in downloader os.makedirs(subfolder_name) File "C:\Users\boy\AppData\Local\Programs\Python\Python36-32\lib\os.py", line 220, in makedirs mkdir(name, mode) NotADirectoryError: [WinError 267] The directory name is invalid: '1.Access Control : Network'

I think the problem is '1. Access Control : Network' ( : ) that character not allowed as name of the folder.

telus-beep avatar Apr 11 '21 04:04 telus-beep

@dexter101010 any help will appreciated..

telus-beep avatar Apr 11 '21 04:04 telus-beep