Skip to content
New issue

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

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

Already on GitHub? # to your account

deploy error #24

Open
720x opened this issue Nov 20, 2024 · 1 comment
Open

deploy error #24

720x opened this issue Nov 20, 2024 · 1 comment

Comments

@720x
Copy link

720x commented Nov 20, 2024

node-1 | Traceback (most recent call last):
node-1 | File "/app/src/orchestration/docker.py", line 210, in setup
node-1 | await self._pull_images()
node-1 | File "/app/src/orchestration/docker.py", line 363, in _pull_images
node-1 | raise RuntimeError("Could not pull all images.")
node-1 | RuntimeError: Could not pull all images.
node-1 |
node-1 | During handling of the above exception, another exception occurred:
node-1 |
node-1 | Traceback (most recent call last):
node-1 | File "/app/src/main.py", line 312, in
node-1 | node.lifecycle_main()
node-1 | File "/app/src/main.py", line 296, in lifecycle_main
node-1 | loop.run_until_complete(self._lifecycle_setup())
node-1 | File "/usr/local/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
node-1 | return future.result()
node-1 | ^^^^^^^^^^^^^^^
node-1 | File "/app/src/main.py", line 221, in _lifecycle_setup
node-1 | await asyncio.gather(*(resource.setup() for resource in self._tasks))
node-1 | File "/app/src/orchestration/docker.py", line 232, in setup
node-1 | raise RuntimeError(
node-1 | RuntimeError: Container manager setup failed. Check logs for details.

@Favy217
Copy link

Favy217 commented Dec 7, 2024

you're getting the error because the v1.1.0 release of the registry address is buggy. use the v1.0.0 base mainnet registry address while editing your config file.

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

No branches or pull requests

2 participants