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

[BUG] Support for running multiple instances of Torii locally using configuration files. #3071

Open
dpinones opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@dpinones
Copy link
Contributor

Describe the bug

I would like to run multiple instances of Torii locally, each pointing to a different world, using configuration files. However, when attempting to launch a second instance with a config file, it does not start correctly.

To Reproduce

Steps to reproduce the behavior:

  1. Start the first instance of Torii (by default, it uses port 8081).
  2. Launch the second instance using a configuration file.

Image

Expected behavior

Torii should allow launching multiple instances locally using configuration files.

Actual behavior

The second instance does not start correctly when using a configuration file. However, if I manually specify the parameters in the command line, it works as expected.

Additional context

If I start the second instance with this command, it works correctly:

torii --world $world_address --http.cors_origins "*" --http.port 8081 --relay.port 9094 --relay.webrtc_port 9095 --relay.websocket_port 9096
@dpinones dpinones added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant