Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. [ERROR:849040402] __main__: join() argument must be str or bytes, not 'NoneType'
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.6/dist-packages/quart/app.py", line 1471, in full_dispatch_request
  4. result = await self.dispatch_request(request_context)
  5. File "/usr/local/lib/python3.6/dist-packages/quart/app.py", line 1519, in dispatch_request
  6. return await handler(**request_.view_args)
  7. File "app.py", line 473, in api_custom_words
  8. core.profile.get(f"speech_to_text.{speech_system}.custom_words")
  9. File "/usr/share/rhasspy/rhasspy/profiles.py", line 91, in read_path
  10. full_path = os.path.join(profiles_dir, self.name, *path_parts)
  11. File "/usr/lib/python3.6/posixpath.py", line 94, in join
  12. genericpath._check_arg_types('join', a, *p)
  13. File "/usr/lib/python3.6/genericpath.py", line 149, in _check_arg_types
  14. (funcname, s.__class__.__name__)) from None
  15. TypeError: join() argument must be str or bytes, not 'NoneType'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement