The requests library does not like all the fuzzer-generated URLs. This may result in a requests.exceptions.InvalidURL when sending a fuzzed GET request.
The solution would be to catch this exception and just skip that test case, or use something else than requests.