chegg-scraper
chegg-scraper copied to clipboard
Download Chegg homework-help questions to self-sufficient HTML files
Gives error everywhere, Please fix ;/
After creating the cookie.txt file and compiling I get the following error message: > Traceback (most recent call last): File "C:\Users\Julian\Desktop\chegg\Downloader.py", line 3, in Downloader.main() File "C:\Users\xxxx\Desktop\chegg\cheggscraper\Downloader.py", line 40, in...
Error
Got this error while trying to scrape a URL `Traceback (most recent call last): File "/Users/sheheryartariq/Downloads/chegg-scraper-1.3/Downloader.py", line 3, in Downloader.main() File "/Users/sheheryartariq/Downloads/chegg-scraper-1.3/cheggscraper/Downloader.py", line 40, in main print(Chegg.url_to_html(args['url'], file_name_format=args['file_format'])) File "/Users/sheheryartariq/Downloads/chegg-scraper-1.3/cheggscraper/CheggScraper.py",...
Not working code for non chapter type questions
how i can fix this error UnicodeEncodeError: 'charmap' codec can't encode character..... line 439 cheggscraper/CheggScraper.py This error appeared when i scraping some of url link
Done
Done .
Captcha error
exception error
Traceback (most recent call last): File "C:\Users\tarek\OneDrive\Escritorio\chegg-scraper-main\Downloader.py", line 3, in Downloader.main() File "C:\Users\tarek\OneDrive\Escritorio\chegg-scraper-main\cheggscraper\Downloader.py", line 40, in main print(Chegg.url_to_html(args['url'], file_name_format=args['file_format'])) File "C:\Users\tarek\OneDrive\Escritorio\chegg-scraper-main\cheggscraper\CheggScraper.py", line 533, in url_to_html headers, heading, question_div, answers__ =...
raise Exception(f'Expected status code {expected_status} but got {response.status_code}\n{error_note}') Exception: Expected status code (200,) but got 403 Error in request PS C:\Users\nitin\Desktop\chegg-scraper>