Anon-Exploiter / ine-dl

Python script to download INE courses including labs, exercises, quizzes, slides, and, videos!
MIT License
17 stars 8 forks source link

No access #20

Closed ZAlexanderV closed 1 month ago

ZAlexanderV commented 1 month ago

Something changed in INE. Now it throw an error - You do not have access to this course, try and confirm that within the web application But access is granted. need some help to fix this.

Anon-Exploiter commented 1 month ago

Can you share screenshots or debug output?

ZAlexanderV commented 1 month ago

I made small debug and find out - issue in login process. JWT token is broken. Sure I could upload full-debug if needed, in essence it consists of following lines

[2024-07-16 15:17:16 | SUCCESS   | Creating directories: 'AWS Advanced Security Topics/01 - Welcome/01 - Introduction'
2024-07-16 15:17:16 | INFO      | Fetching video and subs of 'b5f6314e-0d95-416d-855e-e6cda4afdcc1' from 'AWS Advanced Security Topics'
2024-07-16 15:17:18 | ERROR     | You do not have access to this course, try and confirm that within the web application
]
Anon-Exploiter commented 1 month ago

And you can access the course just fine in the web application?

ZAlexanderV commented 1 month ago

Yes, of course, there is access. Moreover, I can get a list of courses, the problem is only when downloading.

Anon-Exploiter commented 1 month ago

The list of courses API works unauthenticatedly and without credentials. That's why it works.

The APIs down the line use authentication and JWT token.

Get Outlook for iOShttps://aka.ms/o0ukef


From: ZAlexanderV @.> Sent: Thursday, July 18, 2024 8:12:08 PM To: Anon-Exploiter/ine-dl @.> Cc: Syed Umar Arfeen @.>; Comment @.> Subject: Re: [Anon-Exploiter/ine-dl] No access (Issue #20)

Yes, of course, there is access. Moreover, I can get a list of courses, the problem is only when downloading.

— Reply to this email directly, view it on GitHubhttps://github.com/Anon-Exploiter/ine-dl/issues/20#issuecomment-2236136034, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEN4LUVOZUWWNS7RGAGPTNTZM6IHRAVCNFSM6AAAAABK6JNGSKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWGEZTMMBTGQ. You are receiving this because you commented.Message ID: @.***>

Anon-Exploiter commented 1 month ago

Closing due to no further response.