[runwhen-local-feedback] Error 500 from Workspace Builder service for command "run": join() argument must be str, bytes, or os.PathLike object, not 'list' #470
Observation
In the examples, we provide an object like workspaceName: [workspace-name] for users to specify some string, but the example is formatted as a list which is misleading.
Possible Suggestions
Fix examples and docs
typecheck that field and provide better error logs
Observation In the examples, we provide an object like
workspaceName: [workspace-name]
for users to specify some string, but the example is formatted as a list which is misleading.Possible Suggestions
Any other details or context