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] 500 Internal Server Error for None values from client #778

Open
jtsextonMITRE opened this issue Mar 5, 2025 · 3 comments
Open

[BUG] 500 Internal Server Error for None values from client #778

jtsextonMITRE opened this issue Mar 5, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@jtsextonMITRE
Copy link
Collaborator

Describe the bug
The entrypoints.create() function on the client has None as defaults for various parameters, such as parameters, queues, plugins, but the RESTAPI gives a 500 Internal Server Error with these defaults.

I suspect this problem is more widespread than just this function, as #711 also describes a similar issue.

To Reproduce

client.entrypoints.create(
    group_id = 1,
    name = "entrypoint1",
    task_graph = "graph:"
).text

@jtsextonMITRE jtsextonMITRE added the bug Something isn't working label Mar 5, 2025
@jtsextonMITRE
Copy link
Collaborator Author

Dmitry let me know this was a duplicate of #612, so I'll close this one

@JustKuzya
Copy link
Collaborator

JustKuzya commented Mar 6, 2025 via email

@jtsextonMITRE jtsextonMITRE reopened this Mar 6, 2025
@jtsextonMITRE
Copy link
Collaborator Author

leaving it open and linked to #612

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