Failed
tests.modules.check_comics.test_comicmodule[ComicFury/FandomMisadventures] (from pytest)
Error Message
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://comicfury.com/webcomicerror.php
Stacktrace
tests/modules/check_comics.py:57: in test_comicmodule _test_comic(str(tmpdir), scraperobj, maxstrips) tests/modules/check_comics.py:65: in _test_comic for strip in scraperobj.getStrips(maxstrips): dosagelib/scraper.py:173: in getStrips urls = [self.starter()] dosagelib/helpers.py:46: in bounceStarter data = self.getPage(self.url) dosagelib/scraper.py:454: in getPage page = super(_ParserScraper, self).getPage(url) dosagelib/scraper.py:320: in getPage return get_page(url, self.session, allow_errors=self.allow_errors) dosagelib/util.py:150: in get_page page = urlopen(url, session, max_content_bytes=MaxContentBytes, **kwargs) dosagelib/util.py:251: in urlopen req.raise_for_status() /root/.local/lib/python3.8/site-packages/requests/models.py:960: in raise_for_status raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://comicfury.com/webcomicerror.php