Errors when pushing package

I get the below error when trying to push my package. Possibly this is related to my using a VPN. (I’m behind the great firewall of China.) Without the VPN, I get “The POST request timed out.”

API returned 503 but the error couldn't be deserialised: "<!DOCTYPE html>
        <html>
          <head>
                <meta name="viewport" content="width=device-width, initial-scale=1">
                <meta charset="utf-8">
                <title>Application Error</title>
                <style media="screen">
                  html,body,iframe {
                        margin: 0;
                        padding: 0;
                  }
                  html,body {
                        height: 100%;
                        overflow: hidden;
                  }
                  iframe {
                        width: 100%;
                        height: 100%;
                        border: 0;
                  }
                </style>
          </head>
          <body>

Here’s the manifest:

---
name: opossum
version: 1.7.0
authors:
- Thomas Wortmann
description: Opossum includes two of the best-performing optimization algorithms in Grasshopper, model-based RBFOpt and evolutionary CMA-ES 
url: https://www.food4rhino.com/app/opossum-optimization-solver-surrogate-models
secret:
  id: 32928433-2ec8-4b2d-b330-c23d55a8a204

Any help is appreciated! Thanks!

Hey @ParamDesSing, sorry for the delay in getting back to you. It looks like you were trying to upload a big package! I’ve increased the server’s timeout, so please try again. I don’t think the GFW or your VPN were causing any issues here, thankfully!

1 Like

Hi @will,

Thanks for your reply! My package is about 70MB.
Now I’m getting this error (which indeed seems related to the timeout):

The POST request timed out.

I’ve further increased the timeout from 90 seconds to 2 minutes. Hopefully this does the trick… :crossed_fingers:

2 Likes

Thanks @will, now it worked! :grinning:

1 Like

Awesome! Please let me know if you experience any timeout issues when it comes to downloading and installing this package.