We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Since the update to 3.65.0, any time we start a remote-dev session, we see the following error:
mirrord error: Failed to create mirrord-agent: None runtime data for non-targetless agent. This is a bug.
We reverted to 3.64.0 for now.
No response
MacOS 15.2
Debug (F5), which runs a default launch.json
*};*
Thank you for contributing to mirrord!
Please make sure you added a CHANGELOG file in changelog.d/ named issue_number.category.md.
changelog.d/
issue_number.category.md
For example, 1054.changed.md or +towncrier.added.md (if no issue).
1054.changed.md
+towncrier.added.md
The text was updated successfully, but these errors were encountered:
MBE-702 mirrord error: Failed to create mirrord-agent: None runtime data for non-targetless agent. This is a bug.
Sorry, something went wrong.
Hey @dbeilin, can you provide some more context to this issue?
Hey @Razz4780 sorry for not providing more details.
{ "target": "deployment/forrest/container/<service>", "accept_invalid_certificates": false, "feature": { "network": { "incoming": "mirror", "outgoing": true }, "fs": "read", "env": { "exclude": "*_SUB" } }, "agent": { "ephemeral": true, "privileged": true }, "operator": false }
target.namespace
Thanks! I found the error in the VSCode extension code, I'll let you know when we release the fix
I've just released extension 3.65.1, can you try it out and check if the problem is fixed?
Razz4780
No branches or pull requests
Bug Description
Hello,
Since the update to 3.65.0, any time we start a remote-dev session, we see the following error:
We reverted to 3.64.0 for now.
Steps to Reproduce
Backtrace
mirrord layer logs
mirrord intproxy logs
mirrord agent logs
mirrord config
mirrord CLI version
No response
mirrord-agent version
No response
mirrord-operator version (if relevant)
No response
plugin kind and version (if relevant)
No response
Your operating system and version
MacOS 15.2
Local process
Debug (F5), which runs a default launch.json
Local process version
No response
Additional Info
No response
Thank you for contributing to mirrord!
Please make sure you added a CHANGELOG file in
changelog.d/
namedissue_number.category.md
.For example,
1054.changed.md
or+towncrier.added.md
(if no issue).The text was updated successfully, but these errors were encountered: