I can not deply the app on shinyapps.io and I'm getting this error:
> rlang::last_trace(drop = FALSE)
<error/rsconnect_http_404>
Error in `GET()`:
! <https://api.shinyapps.io/v1/tasks/*******/logs/>
failed with HTTP status 404
Not Found
---
Backtrace:
▆
1. └─rsconnect::deployApp(...)
2. └─client$waitForTask(taskId, quiet)
3. └─rsconnect::taskLog(taskId, authInfo$name, authInfo$server, output = "stderr")
4. ├─base::cat(client$getTaskLogs(taskId), file = conn)
5. └─client$getTaskLogs(taskId)
6. └─rsconnect:::GET(service, authInfo, path)
7. └─rsconnect:::httpRequest(...)
8. └─rsconnect:::handleResponse(httpResponse, error_call = error_call)
9. └─rsconnect (local) reportError(unlist(json$error))
10. └─cli::cli_abort(...)
11. └─rlang::abort(...)
Take a look at this related thread . Seems like they had a similar issue and a solution.
1 Like
Thanks for the information, I also came to this post, but nevertheless it is not the solution. We are trying to update an existing app and looking at the profile in shinyapps the app does exist and can be accessed.
Interesting - I'm not sure if you are in an organization / enterprise context but this thread may also be of interest. Otherwise this is a tricky diagnosis.
Thank you very much for the cooperation.
As in issue Error in `GET()` when deploy the app on shinyapps.io · Issue #1020 · rstudio/rsconnect · GitHub
They discovered that a change to shinyapps.io started returning a 404 for some task-log requests when previously it would return an empty result.
Right now there is a person who is working on solving this problem, according to the reply I was given.
2 Likes
system
Closed
October 24, 2023, 5:44pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.