braiins / bos-plus-api-demos

4 stars 3 forks source link

Update README with grpc URI scheme #3

Open average-gary opened 6 months ago

average-gary commented 6 months ago

When using just a raw IP address I received the following error message

Error: tonic::transport::Error(Transport, hyper::Error(Connect, "invalid URL, scheme is missing"))

By adding grpc to the prefix, I resolved the issue.