-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] No cookie available #407
Comments
Same here. Not sure if it makes a difference but I'm running on MacOS 13.0.1, pip 22.3.1 and python 3.10. The error occurs after the initial setup via I can see the saved data in my user folder. After I enter my credentials and then run raise ValueError(f"There is no such driver by url {resp.url}")
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_mac64_m1.zip |
Yes I have same problem with windows |
Same error: after running "udemy_enroller" > input and save username + password, I get: Loading existing settings |
Same problem on Linux as well |
Hey All, |
I've just tried it again, in my case I'm using version 4.1.2 which is installed through pip and Python 3.10 Also not using any VPN or proxy Full output:
|
same here |
Unfortunately until I have the issue I cannot do much about this one. Usually this is a sign that some changes are rolling out but only for specific regions. Can you tell me what region you are in @Oka4444 @wxifuwu ? Maybe I could reproduce with a vpn |
In my case it's Germany |
@cullzie India |
This issue is the same as #409 |
same here. i was on a VPN and i turned it off but still getting the same error. |
same here, I haven't found .cookies in .udemy_enroller, maybe the script isn't creating |
it's working now. use @Asunnya's commit or just the developer branch. |
still not working with dev branch too. Exception in redeem courses: Unable to get csrf_token. I've tried in windows, linux, with python 3.11, 3.10,3.8. but all failed. same cookie error I manually created .cookie file then this works fine. but .cookie file not created automatically. |
get it from the release history and then update the udemy_rest.py file as in the dev branch. it's not working for me anymore though. i am now getting this error:
it looks like the request is being blocked now. udemy has made changes like more captchas probably. |
The latest version (4.1.3) has just been released to master and pypi. |
Still have the same issue unfortunately. $ udemy_enroller |
@matalve Could you please confirm you are on the latest version? |
You are absolutely correct, after "pip install udemy_enroller -U" it works again. Thank you very much for you good work. |
I am trying to use this for the first time but after entering email and pw it is giving this error.
No cookie available
Exception in redeem courses: Unable to get csrf_token
The text was updated successfully, but these errors were encountered: