remove tail parameter when retrieving shinyapps.io logs#1295
remove tail parameter when retrieving shinyapps.io logs#1295
Conversation
|
Ah, we should fix this on the shinyapps.io side so that |
|
If we follow our usual procedure this fix would go out Monday; it may be sooner depending on how severe of a regression we think this is. |
|
@mbaynton thanks for taking a look. I'll leave this branch up as a workaround until the fix goes in to shinyapps.io. @alvarosantamariagomez, @dcaud since you both ran into this issue: is using a development version of rsconnect temporarily workable for you? |
|
That dev version works for me at the moment. BTW, the reason why I download these logs rather consistently is that so many of them disappear after being overwritten over time. That is, I won't see an infrequent error if it happens just once a week and then those logs are overwritten as time marches on. Regardless, thanks for the dev version and the idea for a more permanent fix. |
|
Hmm. I'm now getting an error on deploy, although I'm not sure if this is an rsconnect issue: from |
|
I can't deploy with the old version or the dev version. |
|
The shinyapps.io-side fix for this is out and a few of us have confirmed it's working. |
|
I'm going to close this PR. @dcaud if you can't figure out the deploy error on your own please feel free to open another issue with as much detail as possible. |
|
Thanks, the logging and deploying now works for me with the main version of rsconnect. |
Fixes #1294
Tested locally and confirmed that I cannot retrieve logs from shinyapps.io without this fix; with it I am able to.
@aronatkins we might want to consider a CRAN release soon to get this fix out.