https://linen.dev logo
Error 415 on cargo shuttle project new
# help
m
I had a Discord bot running for a while and it worked fine but a little while back i noticed that the bot was not online anymore and so I tried to just deploy again, had some issues and just tried the "cargo shuttle project rm, cargo shuttle project new" to maybe fix things but now I just get an error on ..project new ERROR shuttle_common::models::error: got an unexpected status code code=415 Unsupported Media Type I tried to update the dependencies but that didn't do the trick either. Not sure what could cause this, especially since everything worked just fine before.
s
@modern-waitress-54220 did you see the release notes for latest version of shuttle? https://github.com/shuttle-hq/shuttle/releases - maybe your project needs an update and you need to specify idle time 0?
m
Yes, thank you! As stated in the release notes I needed to update my cargo-shuttle CLI with cargo install cargo-shuttle to use cargo shuttle project new. and the idle time was what caused the bot to go offline in the first place. Thank you very much!
3 Views