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
I searched the issues and found no similar issues.
Ray Component
Ray Serve
What happened + What you expected to happen
Hangs with error:
Traceback (most recent call last):
File "/Users/archit/ray/python/ray/dashboard/modules/runtime_env/runtime_env_agent.py", line 141, in CreateRuntimeEnv
serialized_env)
File "/Users/archit/ray/python/ray/dashboard/modules/runtime_env/runtime_env_agent.py", line 104, in _setup_runtime_envreturnawait loop.run_in_executor(None, run_setup_with_logger)
File "/Users/archit/anaconda3/envs/ray-py36/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result =self.fn(*self.args, **self.kwargs)
File "/Users/archit/ray/python/ray/dashboard/modules/runtime_env/runtime_env_agent.py", line 97, in run_setup_with_loggerfor uri in runtime_env.get("uris", []):
TypeError: 'NoneType' object is not iterable
Happens on master and 1.7.0rc0, but works fine on 1.6.0
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
architkulkarni
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Sep 24, 2021
Search before asking
Ray Component
Ray Serve
What happened + What you expected to happen
Hangs with error:
Reproduction script
Anything else
Happens on master and 1.7.0rc0, but works fine on 1.6.0
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: