Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] rg.init with argilla user using quickstart images raise an unexpected error #3340

Closed
frascuchon opened this issue Jul 5, 2023 · 0 comments
Assignees
Labels
area: api Indicates that an issue or pull request is related to the Fast API server or REST endpoints type: bug Indicates an unexpected problem or unintended behavior
Milestone

Comments

@frascuchon
Copy link
Member

Describe the bug
Using the default argilla API key to init the Python client raises a ValueError: Wrong provided workspace 'argilla' error.

Stacktrace and Code to create the bug

import argilla as rg

rg.init(api_key=<generated_argilla_user_api_key>) # This command raises an error
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest

Expected behavior
The rg.init should work as expected, and available operations for this user should be allowed.

Environment:

  • Argilla Version [e.g. 1.0.0]: v1.12.0
  • ElasticSearch Version [e.g. 7.10.2]:
  • Docker Image (optional) [e.g. argilla:v1.0.0]: quickstart 1.12.0

Additional context
Add any other context about the problem here.

@frascuchon frascuchon added type: bug Indicates an unexpected problem or unintended behavior area: api Indicates that an issue or pull request is related to the Fast API server or REST endpoints labels Jul 5, 2023
@frascuchon frascuchon self-assigned this Jul 5, 2023
@frascuchon frascuchon added this to the v1.13.0 milestone Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: api Indicates that an issue or pull request is related to the Fast API server or REST endpoints type: bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant