Skip to content

Fix naive requests usage

Matthias Mayer requested to merge fix/schema_robot_download into main

Currently schemas and robots are downloaded and cached without validating that they are loadable.

Solution: Use cobra-io to download -> will raise errors if impossible. Uses more request library to cache + react to timeouts.

Merge request reports

Loading