Traceback (most recent call last): File "C:\Jobs_NonATS\jobsgenericwebcrawlerapp\main\GenericWebCrawlerAdapter.py", line 169, in getBSoupResult Result = BeautifulSoup(Response, kwargs["Name"]) File "C:\Users\autospider\AppData\Roaming\Python\Python313\site-packages\bs4__init.py", line 442, in init__ raise TypeError( f"Incoming markup is of an invalid type: {markup!r}. Markup must be a string, a bytestring, or an open filehandle." ) TypeError: Incoming markup is of an invalid type: None. Markup must be a string, a bytestring, or an open filehandle.