metricq-python icon indicating copy to clipboard operation
metricq-python copied to clipboard

Getting "ValueError" error while connecting to client

Open apurvkulkarni7 opened this issue 11 months ago • 4 comments

While connecting to client, I am getting following error

raise ValueError("password replacement is not allowed for relative URLs")
ValueError: password replacement is not allowed for relative URLs

I am using example scripts mentioned here. In this example, I get the error at line 53. I have also gone through the documentation. But I couldn't find any troubleshooting guide related to this topic.

I am currently using metricq with version 5.3.0.

apurvkulkarni7 avatar Mar 25 '24 15:03 apurvkulkarni7