Failed
tests.modules.check_comics.test_comicmodule[CatNine] (from pytest)
Error Message
requests.exceptions.InvalidSchema: No connection adapters were found for 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='
Stacktrace
tests/modules/check_comics.py:57: in test_comicmodule _test_comic(str(tmpdir), scraperobj, maxstrips) tests/modules/check_comics.py:66: in _test_comic files.append(_check_strip(outdir, strip, tests/modules/check_comics.py:99: in _check_strip fn, _ = image.save(outdir) dosagelib/comic.py:97: in save self.connect(datetime.utcfromtimestamp(lastchange)) dosagelib/comic.py:65: in connect self.urlobj = urlopen(self.url, self.scraper.session, dosagelib/util.py:247: in urlopen req = session.request(method, url, **kwargs) /root/.local/lib/python3.8/site-packages/requests/sessions.py:529: in request resp = self.send(prep, **send_kwargs) dosagelib/http.py:53: in send return super(Session, self).send(request, **kwargs) /root/.local/lib/python3.8/site-packages/requests/sessions.py:639: in send adapter = self.get_adapter(url=request.url) /root/.local/lib/python3.8/site-packages/requests/sessions.py:732: in get_adapter raise InvalidSchema("No connection adapters were found for {!r}".format(url)) E requests.exceptions.InvalidSchema: No connection adapters were found for 'data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='