Sdkbox download server connection problems

I’m having more and more problems trying to load files through the console and “sdkbox update” “sdkbox import …” commands. I’m having these kind of errors:

C:\my-path\my-dir>sdkbox update


|______ | \ |____/ |] | | _/
| |/ | _ |
] |____| _/ _
Copyright © 2016 SDKBOX Inc. v1.0.1.11
test speed of hosts…

  • test host main: 46.78KB/s.
    #FATAL:
    Installation failed :frowning:

C:\my-path\my-dir>sdkbox import iap --verbose


|______ | \ |____/ |] | | _/
| |/ | _ |
] |____| _/ _
Copyright © 2016 SDKBOX Inc. v1.0.1.11
test speed of hosts…

  • test host main: 163.06KB/s.
    #FATAL:
    Installation failed :frowning:

Sometimes it prints out " #FATAL: " other times don’t.
I’m located in the EU region if it matters. It sometimes connects and manages to download the required packages. But it’d gotten worse in the last weeks; I’ve tried with different networks as well with same results. Too often it writes these messages. Any advice?

Hi,

Thanks for your reporting.

This bug will be fixed asap in next version, which is ready to released before this Wednesday.

And before that, you can use option “-s” to avoid the process of speed testing, such like this:

sdkbox import some_plugin -s main
1 Like

That did the trick for me!
Thanks!