Timeout when deploying Shiny app using Boom package to shinyapps.io

Hi,

I get a timeout when deploying a Shiny app using the Boom package to shinyapps.io. The app works fine when running it locally out of R Studio (although it was a bit difficult to install Boom, had to install it on Ubunut with the "INSTALL_opts = c('--no-lock')" parameter).

Here is the error message I get:

Preparing to deploy application...DONE
Uploading bundle for application: 779262...DONE
Deploying bundle: 1930951 for application: 779262 ...
Waiting for task: 594346333
building: Parsing manifest
building: Building image: 2020694
building: Installing system dependencies
building: Fetching packages
building: Building package: Boom
################################ Begin Task Log ################################
[2019-03-11T15:03:16.804075098+0000] Execute script: packages/build/sys.sh

  • set -e
  • apt-get update -qq
  • apt-get install -y libapparmor-dev
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
    libapparmor-dev
    0 upgraded, 1 newly installed, 0 to remove and 41 not upgraded.
    Need to get 67.5 kB of archives.
    After this operation, 228 kB of additional disk space will be used.
    Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor-dev amd64 2.10.95-0ubuntu2.10 [67.5 kB]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 67.5 kB in 0s (0 B/s)
    Selecting previously unselected package libapparmor-dev:amd64.
    (Reading database ... 119344 files and directories currently installed.)
    Preparing to unpack .../libapparmor-dev_2.10.95-0ubuntu2.10_amd64.deb ...
    Unpacking libapparmor-dev:amd64 (2.10.95-0ubuntu2.10) ...
    Processing triggers for man-db (2.7.5-1) ...
    Setting up libapparmor-dev:amd64 (2.10.95-0ubuntu2.10) ...
    ################################# End Task Log #################################
    Error: Unhandled Exception: Child Task 594346339 error: Unhandled Exception: HTTP 599: Timeout during request
    Execution halted

Anyone with similar problems?

Best,
Oliver

I am having the same problem. :frowning:
It was working fine before, but I think that happened after my R version change to 3.5.3.

This is my error message:

Preparing to deploy application...DONE
Uploading bundle for application: 589210...DONE
Deploying bundle: 1948435 for application: 589210 ...
Waiting for task: 596558837
building: Parsing manifest
building: Building image: 2040560
building: Installing system dependencies
building: Fetching packages
building: Building package: Boom
################################ Begin Task Log ################################
[2019-03-18T18:21:06.581984041+0000] Execute script: packages/build/sys.sh

  • set -e
  • apt-get update -qq
  • apt-get install -y libapparmor-dev
    Reading package lists...
    Building dependency tree...
    Reading state information...
    The following NEW packages will be installed:
    libapparmor-dev
    0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
    Need to get 67.5 kB of archives.
    After this operation, 228 kB of additional disk space will be used.
    Get:1 http://us-east-1.ec2.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapparmor-dev amd64 2.10.95-0ubuntu2.10 [67.5 kB]
    debconf: delaying package configuration, since apt-utils is not installed
    Fetched 67.5 kB in 0s (0 B/s)
    Selecting previously unselected package libapparmor-dev:amd64.
    (Reading database ... 119344 files and directories currently installed.)
    Preparing to unpack .../libapparmor-dev_2.10.95-0ubuntu2.10_amd64.deb ...
    Unpacking libapparmor-dev:amd64 (2.10.95-0ubuntu2.10) ...
    Processing triggers for man-db (2.7.5-1) ...
    Setting up libapparmor-dev:amd64 (2.10.95-0ubuntu2.10) ...
    ################################# End Task Log #################################
    Error: Unhandled Exception: Child Task 596558839 error: Unhandled Exception: HTTP 599: Timeout during request
    Execution halted