Hello everyone, 馃憢 I'm encountering an issue when trying to retrieve spans from a specific project using px.Client().get_spans_dataframe(project_name='Emvide-dev'). The error message indicates that the request method is not allowed for the URL https://arize-phoenix.onrender.com/v1/traces/v1/spans?project_name=Emvide-dev&project-name=Emvide-dev. Could this be due to an incorrect HTTP method being used, a misconfigured API endpoint, or an issue with authentication? How can I resolve this?
馃挕聽Hint: Mention RunLLM in the thread for followups.
I have already added But it not working
How is your base url configured? I think I see an extra /v1 in the logged url
Can you try setting?
os.environ["PHOENIX_COLLECTOR_ENDPOINT"] = "https://arize-phoenix.onrender.com"
It's working! Thank you so much!
