0
votes

all

I'm trying to update an old Shiny app, and when I try to deploy, I get

Error: Unhandled Exception: Child Task 668199638 error: Unhandled Exception: Error pushing repository: unknown blob

I don't even know what that error means, let alone how to correct it. Any help would be appreciated

1
Possibly related? stackoverflow.com/q/46324733 (probably not ...)r2evans
I would try and comment out sections and run over and over until you can identify which specific line is causing it, then you'll have a bit more to go on troubleshooting wisemorgan121

1 Answers

0
votes

Turns out, according to the RStudio folks, this is a transient error. As with all good technical things, the correct response was to quit RStudio, restart, and redeploy. It all worked.