Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[windows] 1.23.0 version of the CLI doesn't work properly #735

Closed
brandon-welsch opened this issue Jun 23, 2022 · 4 comments
Closed

[windows] 1.23.0 version of the CLI doesn't work properly #735

brandon-welsch opened this issue Jun 23, 2022 · 4 comments

Comments

@brandon-welsch
Copy link
Member

Les commandes, par exemple “scalingo apps” ne retournent rien, tournent dans le vide sans rien afficher.

Impact a customer: https://app.intercom.com/a/inbox/w4oogu7s/inbox/shared/all/conversation/12375700072124

@brandon-welsch
Copy link
Member Author

On Windows with a Git Bash shell:

Brandon@Scalingo MINGW64 ~
$ scalingo apps
interrupt catched, aborting…

Brandon@Scalingo MINGW64 ~
$ DEBUG=1 scalingo apps
[DEBUG]2022/06/23 18:22:21 [Regions] Use the cache

Works with the --region flag.

@johnsudaar
Copy link
Contributor

johnsudaar commented Jul 29, 2022

Related to SRE-573

@EtienneM EtienneM added SRE and removed IST labels Jul 29, 2022
@EtienneM
Copy link
Member

EtienneM commented Aug 30, 2022

It seems that it's the region detection which fails. The following does not work (hangs foreever):

DEUBG=1 scalingo --app my-app apps-info

But this work:

DEUBG=1 scalingo --region osc-fr1 --app my-app apps-info

It seems like a cross compile issue. @brandon-welsch tried to compile the CLI directly from a Windows and it worked.. :/
Apparently the dependency we use for git is the culprit.

@brandon-welsch
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants