Hi there,
I'm trying to deploy my pyshiny app, which works great locally, but I am getting this error when I attempt to deploy it:
Validating server... [OK]
Validating app mode... [OK]
Making bundle ... [OK]
Deploying bundle ... [ERROR]: Exception trying to connect to https://shinyapps-upload.s3.amazonaws.com/bundles/application... - The write operation timed out
My app folder only contains my app.py file and a pickled dataframe (totaling 608 MB), which is under the 1 GB maximum. Any insight into what's gone wrong is GREATLY appreciated.
Thanks so much
This message is more likely due to network congestion between your IP address and the host. From the terminal
➜ ping shinyapps-upload.s3.amazonaws.com
PING s3-w.us-east-1.amazonaws.com (52.217.254.1) 56(84) bytes of data.
64 bytes from s3-1-w.amazonaws.com (52.217.254.1): icmp_seq=1 ttl=37 time=128 ms
64 bytes from s3-1-w.amazonaws.com (52.217.254.1): icmp_seq=2 ttl=36 time=167 ms
64 bytes from s3-1-w.amazonaws.com (52.217.254.1): icmp_seq=3 ttl=36 time=125 ms
64 bytes from s3-1-w.amazonaws.com (52.217.254.1): icmp_seq=4 ttl=36 time=213 ms
64 bytes from s3-1-w.amazonaws.com (52.217.254.1): icmp_seq=5 ttl=36 time=131 ms
^C
--- s3-w.us-east-1.amazonaws.com ping statistics ---
6 packets transmitted, 5 received, 16.6667% packet loss, time 5008ms
rtt min/avg/max/mdev = 125.188/152.885/212.530/33.510 ms