You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
HumioLib doesn't sanitize URLs and remove the trailing slash from them in some cases. This causes for weird errors such as the one below: HumioHTTPException: ('HTTP method not allowed, supported methods: GET', 405)
To Reproduce
Steps to reproduce the behavior:
Initialize the HumioLib with a url to your cluster and a '/' at the end. For example https://myhumiocluster.com/
Attempt to run a query with this client.
Expected behavior
I would expect a more clear answer on the URL being incorrect. Currently it gives the above error which is not accurate to the problem
Desktop (please complete the following information):
MacOS
The text was updated successfully, but these errors were encountered:
Describe the bug
HumioLib doesn't sanitize URLs and remove the trailing slash from them in some cases. This causes for weird errors such as the one below:
HumioHTTPException: ('HTTP method not allowed, supported methods: GET', 405)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect a more clear answer on the URL being incorrect. Currently it gives the above error which is not accurate to the problem
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: