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

invalid value decoding community_options #4

Open
normanr opened this issue Jul 13, 2024 · 1 comment
Open

invalid value decoding community_options #4

normanr opened this issue Jul 13, 2024 · 1 comment

Comments

@normanr
Copy link

normanr commented Jul 13, 2024

I'm seeing:

$ modiom subscriptions list 
error decoding response body: invalid value: integer `1025`, expected u8 at line 1 column 691

based on DevTools in the browser I'm pretty sure this is from "community_options": 1025.
https://docs.mod.io/restapiref/#mod-object documents 1024 as "Allow dependencies".

It looks like this was added to modio-rs (in nickelc/modio-rs@a3e872f, released in 0.11), but modiom hasn't been updated to pick up the change yet.

@nickelc
Copy link
Owner

nickelc commented Jul 14, 2024

Thanks for reporting the issue.

I released v0.5.2 to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants