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

Quick-start-example doesn't seem to work #24

Open
asmith26 opened this issue Oct 12, 2023 · 2 comments
Open

Quick-start-example doesn't seem to work #24

asmith26 opened this issue Oct 12, 2023 · 2 comments

Comments

@asmith26
Copy link

Hi, I just tried to run the quick-start-example, but unfortunately it doesn't seem to work:

Choose an app instance:
1. Cloud
2. Local
Enter your choice (1/2): 2
Docker is detected. Running 'docker compose up'...
no configuration file provided: not found

Traceback (most recent call last):
...
Exception: Timeout (60 sec) exceeded while waiting for local instance to initialize

Docker info:

 docker version
Client: Docker Engine - Community
 Version:           24.0.6
 API version:       1.43
 Go version:        go1.20.7
 Git commit:        ed223bc
 Built:             Mon Sep  4 12:31:44 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          24.0.6
  API version:      1.43 (minimum version 1.12)
  Go version:       go1.20.7
  Git commit:       1a79695
  Built:            Mon Sep  4 12:31:44 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.24
  GitCommit:        61f9fd88f79f081d64d6fa3bb1a0dc71ec870523
 runc:
  Version:          1.1.9
  GitCommit:        v1.1.9-0-gccaecfc
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
@jinyu-loopmind
Copy link
Contributor

This might be due to the preset timeout (60 sec) here

timeout = 60 # seconds

It took you more than 60 sec to download the docker image and get it up and running.

Let me make the default timeout longer and customizable.

@jinyu-loopmind
Copy link
Contributor

I have increased the timeout to 5 min. Please update loopquest to 0.1.12, to update, run

pip install --upgrade loopquest==0.1.12

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

No branches or pull requests

2 participants