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

widget errors on get_programs() with IBMServerlessClient #1542

Open
johannesgreiner opened this issue Nov 25, 2024 · 1 comment
Open

widget errors on get_programs() with IBMServerlessClient #1542

johannesgreiner opened this issue Nov 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@johannesgreiner
Copy link

Steps to reproduce the problem

from qiskit_serverless import IBMServerlessClient
client=IBMServerlessClient()
client.widget()

What is the current behavior?

AttributeError: 'IBMServerlessClient' object has no attribute 'get_programs'

What is the expected behavior?

it'd be nice to use the widget with IBMServerlessClient() if possible

@johannesgreiner johannesgreiner added the bug Something isn't working label Nov 25, 2024
@Tansito Tansito added good first issue Good for newcomers and removed good first issue Good for newcomers labels Dec 10, 2024
@Tansito
Copy link
Member

Tansito commented Dec 10, 2024

I was updating these last days the documentation and I just saw it. We removed that end-point and we forgot to update that method, we will take a look. Thanks @johannesgreiner .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants