Open darshanshah1996 opened 2 years ago
Hello there ! While trying to run test I am getting following error
bad URI(is not URI?): nil (URI::InvalidURIError)
It seems the issue is present while instantiating new TCP Socket done by the Socket Class defined in Apparition/driver/web_socket_client
TCP Socket
Socket Class
Apparition/driver/web_socket_client
The URL passed in the initialize of Socket Class seems to have trailing white space.
URL passed in the initialize
trailing white space
On stripping the spaces from the URI the test seems to run correctly
On stripping the spaces from the URI
correctly
Details:- OS:-Windows 11 build 22000.469 Apparition version:- 0.6.0
Hello there ! While trying to run test I am getting following error
bad URI(is not URI?): nil (URI::InvalidURIError)
It seems the issue is present while instantiating new
TCP Socket
done by theSocket Class
defined inApparition/driver/web_socket_client
The
URL passed in the initialize
ofSocket Class
seems to havetrailing white space
.On stripping the spaces from the URI
the test seems to runcorrectly
Details:- OS:-Windows 11 build 22000.469 Apparition version:- 0.6.0