Based on feedback from issue #9, adding some try/except blocks around code that tries to trigger an HTTP redirect and code that opens the Server-Sent Events stream.
The PR also adds a version requirement to the requests package (>=2.23.0) to ensure a recent version is used. (The Protocol-Validator was developed and tested using version 2.23.0).
Based on feedback from issue #9, adding some try/except blocks around code that tries to trigger an HTTP redirect and code that opens the Server-Sent Events stream.
The PR also adds a version requirement to the requests package (>=2.23.0) to ensure a recent version is used. (The Protocol-Validator was developed and tested using version 2.23.0).
Fixes #9