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
785 stars 227 forks source link

[Bug]: CLI Crashes Sometimes #118

Closed TempAccForForking closed 2 years ago

TempAccForForking commented 2 years ago

What happened?

Error 1) This error comes often when CLI script is starting to fetch links from various site

Traceback (most recent call last):
   File "/app/python/lib/python3.10/threading.py", line 1009, in _bootstrap_inner

   File "/app/python/lib/python3.10/threading.py", line 946, in run
     self._target(*self._args, **self._kwargs)
   File "/app/duce.py", line 192, in enext
     big_all = soup.find("div", {"class": "scroll-box"}).find_all("p", {"class": "p2"})
AttributeError: 'NoneType' object has no attribute 'find_all'

Error 2) Also, once this error occurred IMG_20220425_152050

Error 3) Now when i run CLI script in my PC, it shows this error sometimes IMG_20220425_151234

Enroller

CLI

OS

Windows

Relevant log output

Already mentioned in description box

Terms

github-actions[bot] commented 2 years ago

This Issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.