You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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.
The text was updated successfully, but these errors were encountered:
I'm seeing:
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.
The text was updated successfully, but these errors were encountered: