aapatre / Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE

Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
GNU General Public License v3.0
3.14k stars 545 forks source link

[BUG] Error while running coursevania scraper: 'int' object has no attribute 'get' #271

Closed manafn closed 3 years ago

manafn commented 3 years ago
Loading existing settings
Loading cookies from file
Loading existing course details
Currently enrolled in 2682 courses
tutorialbar scraper is running
discudemy scraper is running
coursevania scraper is running
Error while running coursevania scraper: 'int' object has no attribute 'get'
Page: 1 of 842 scraped from tutorialbar.com
klamar commented 3 years ago

The URL https://coursevania.com/wp-admin/admin-ajax.php?... returns now a 403 Forbidden, thus the get() method in udemy_enroller/http.py returns -1 instead of the response text

klamar commented 3 years ago

@manafn I think the issue is still open, I just wanted to give some context for a developer who wants to address this issue.

manafn commented 3 years ago

Oh, I thought the problem is with the number of courses only not affecting the scripts work and that is because of the source cursevania so there is nothing to do about

D-SAMPATH commented 3 years ago

Its Showing That error 'non type' object has no attribution 'find' can you give me a solution and tell me the process how to do it

cullzie commented 3 years ago

Thanks for reporting I will have a look at this