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
File "C:\Bots\Pallas-Bot\src\plugins\greeting_init_.py", line 126, in handle_first_receive
file=Path(wiki.get_voice_filename(operator, '任命助理')).read_bytes())
File "C:\Users\noah\anaconda3\envs\p2\lib\pathlib.py", line 960, in new
self = cls._from_parts(args)
File "C:\Users\noah\anaconda3\envs\p2\lib\pathlib.py", line 594, in _from_parts
drv, root, parts = self._parse_args(args)
File "C:\Users\noah\anaconda3\envs\p2\lib\pathlib.py", line 578, in _parse_args
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
也许是python版本问题(
The text was updated successfully, but these errors were encountered:
File "C:\Bots\Pallas-Bot\src\plugins\greeting_init_.py", line 126, in handle_first_receive
file=Path(wiki.get_voice_filename(operator, '任命助理')).read_bytes())
File "C:\Users\noah\anaconda3\envs\p2\lib\pathlib.py", line 960, in new
self = cls._from_parts(args)
File "C:\Users\noah\anaconda3\envs\p2\lib\pathlib.py", line 594, in _from_parts
drv, root, parts = self._parse_args(args)
File "C:\Users\noah\anaconda3\envs\p2\lib\pathlib.py", line 578, in _parse_args
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType
也许是python版本问题(
The text was updated successfully, but these errors were encountered: