You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see no problem in the log of HTRVX (no red line, no zone or line error) but the test fails and I get this:
Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.8.16/x64/bin/htrvx", line 8, in <module> sys.exit(cmd()) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/click/core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/click/core.py", line 1055, in main rv = self.invoke(ctx) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/click/core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/click/core.py", line 760, in invoke return __callback(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/htrvx/cli.py", line 57, in cmd if test(files, verbose=verbose, group=group, format=format, segmonto=segmonto, File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/htrvx/testing.py", line 351, in test statuses[file_name] = test_single( File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/htrvx/testing.py", line 307, in test_single validator = Validator(Validator.retrieve_xsd(parsed_xml)) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/htrvx/schemas/__init__.py", line 36, in __init__ xmlschema_doc = etree.parse(self.get_schema(xsd_path), parser=parser) File "/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/htrvx/schemas/__init__.py", line 60, in get_schema if xsd_path.startswith("http://") or xsd_path.startswith("https://"):AttributeError: 'NoneType' object has no attribute 'startswith'
Hello!
I see no problem in the log of HTRVX (no red line, no zone or line error) but the test fails and I get this:
Cf. this action for this repo. I attach the HTRVX.log
Best,
Simon
The text was updated successfully, but these errors were encountered: