techtanic / Discounted-Udemy-Course-Enroller

A script/software for automatically enrolling/joining 100% discounted Udemy courses for free. Get Paid Udemy courses for free with just a few clicks.
https://duce.techtanic.space
MIT License
820 stars 237 forks source link

:bug: Handle missing 'course' key in get_course_id to prevent KeyError #178

Open Asunnya opened 3 weeks ago

Asunnya commented 3 weeks ago

Added safeguards to check for the existence of 'course' key in the serverSideProps data. Included error handling for HTTP connection issues and JSON decoding errors.

Asunnya commented 3 weeks ago

Should I close this PR?