Skip to content

Instantly share code, notes, and snippets.

@Eric97
Created November 20, 2019 06:24
Show Gist options
  • Save Eric97/603a2b2db1dd6f18460e96c9ba75049c to your computer and use it in GitHub Desktop.
Save Eric97/603a2b2db1dd6f18460e96c9ba75049c to your computer and use it in GitHub Desktop.
candyshell.config read /home/rmf/.rmf/config.json
Traceback (most recent call last):
File "/home/rmf/.local/bin/rmfctl", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/home/rmf/Project_RMF/rmfctl/scripts/rmfctl", line 7, in <module>
sys.exit(run_main())
File "/home/rmf/Project_RMF/rmfctl/rmfctl/__init__.py", line 27, in run_main
cli.run()
File "/home/rmf/.local/lib/python3.6/site-packages/candyshell/cli.py", line 121, in run
return cb()
File "/home/rmf/Project_RMF/rmfctl/rmfctl/cli/workspace/build.py", line 177, in callback
self.__workspace_build()
File "/home/rmf/Project_RMF/rmfctl/rmfctl/cli/workspace/build.py", line 152, in __workspace_build
auth_server.build(env)
File "/home/rmf/Project_RMF/rmfctl/rmfctl/tasks/auth_server.py", line 31, in build
srcdir = joinp(env.rmf_workspace, 'src', 'rmf', 'rest', 'rmf-auth')
File "/usr/lib/python3.6/posixpath.py", line 80, in join
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment