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

Handle Roblox API invalid name #26

Closed
OverHash opened this issue Mar 25, 2020 · 1 comment
Closed

Handle Roblox API invalid name #26

OverHash opened this issue Mar 25, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@OverHash
Copy link

OverHash commented Mar 25, 2020

Repro: Upload a file named Panda Fox.png, with

tarmac upload-image images/image.png -- name "Panda Fox.png" -vvv

You will get an output similar to this:
image

Roblox is responding by telling Tarmac that the name is inappropriate, however, tarmac will immediately error, thus cancelling any work it has done

This is problematic as

  • It is not a graceful way to handle the error
  • All previous images uploaded must be reuploaded (very time consuming)
@LPGhatguy LPGhatguy added the bug Something isn't working label Mar 25, 2020
@LPGhatguy
Copy link
Contributor

Fixed in 7581f5e.

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