You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ neuro-flow run server
ERROR: while constructing a 'Base'
in "/home/ay/github/temp/neuro-flow/.neuro/live.yaml", line 4, column 5
unexpected key 'http'
in "/home/ay/github/temp/neuro-flow/.neuro/live.yaml", line 6, column 5
ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fbf24810ed0>
The text was updated successfully, but these errors were encountered:
I would suggest the opposite - how about adding the --http-port option to neuro-cli and (maybe) deprecating the --http option. @asvetlov, what do you think about it?
The error message is indeed obscure. I think we fixed the Unclosed client session is fixed in v21.3.3, are you using the latest version? The 'Base' will be replaced with 'JobBase'.
Since we have
neuro run ... --http 8080
, it'd be nice to have the same name in yaml.Very obscure error message:
The text was updated successfully, but these errors were encountered: