Skip to content

Fix use of alternative server#962

Open
kzscisoft wants to merge 1 commit into
devfrom
hotfix/fix-alt-server
Open

Fix use of alternative server#962
kzscisoft wants to merge 1 commit into
devfrom
hotfix/fix-alt-server

Conversation

@kzscisoft
Copy link
Copy Markdown
Collaborator

Fix Use of Alternative Server

Issue: N/A

Python Version(s) Tested: 3.14.3

Operating System(s): Ubuntu 26.04

📝 Summary

Fixes issue when providing an alternative server URL and address either via interface arguments or environment variables.

🔍 Diagnosis

It was discovered that only some objects were being sent to the alternative server when one was provided, all other objects were using the default local configuration from project simvue.toml files.

🔄 Changes

  • Ensures all use of LLAPI provides the correct URL and token.
  • Provides server_url and server_token as arguments to all relevant methods in all LLAPI objects.

✔️ Checklist

  • Unit and integration tests passing.
  • Pre-commit hooks passing.
  • Quality checks passing.

@kzscisoft kzscisoft added bug Something isn't working python Pull requests that update python code labels May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant