Sleitnick / rbxcloud

CLI and library for Roblox Open Cloud API
https://sleitnick.github.io/rbxcloud/
MIT License
95 stars 10 forks source link

Error when getting recently created asset #34

Closed hazelmeow closed 9 months ago

hazelmeow commented 1 year ago
ReqwestError(
  reqwest::Error {
    kind: Decode,
    source: Error("missing field `done`", line: 1, column: 61),
  },
),

If I add a few seconds sleep after creating the asset it'll work and have done: true but it'd be nice to get proper responses with done: false

hazelmeow commented 1 year ago

There's an open PR already oops #32