This is adding in a layer of error handling on the protocol to notify the user that the protocol needs to be all lowercase. I tried making it case insensitive however the API will always return the protocol back in the read as lowercase. This will cause a mismatch between your tf statefile and what is being returned.
Related Issues
84
Checklist:
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
[x] Have you linted your code locally prior to submission?
[x] Have you successfully ran tests with your changes locally?
Description
This is adding in a layer of error handling on the protocol to notify the user that the protocol needs to be all lowercase. I tried making it case insensitive however the API will always return the protocol back in the read as lowercase. This will cause a mismatch between your tf statefile and what is being returned.
Related Issues
84
Checklist: