[x] I am using Python 3.5.3 or higher (run python --version on the command line)
[x] I have followed the official guides to install the bot for my system
[x] I have updated my dependencies to the latest version using the appropriate update script
Which version are you using?
[ ] The latest master version (release-260419)
[x] The latest review version
What type of issue are you creating?
[x] Bug
[ ] Feature request
[ ] Question
Description of issue
I can't start bot
Steps to reproduce
idk
Log file
Please attach your MusicBot log file (located at logs/musicbot.log) to this issue. You can do so by dragging and dropping the file here. If you do not include your log file, you WILL be asked to provide one.
PS C:\Users\Komputer123\Desktop\Musicbot\MusicBot> & C:/Users/Komputer123/AppData/Local/Programs/Python/Python39/python.exe c:/Users/Komputer123/Desktop/Musicbot/MusicBot/run.py
[INFO] launcher: Starting sanity checks
[INFO] launcher: Checking for Python 3.5+
[INFO] launcher: Checking console encoding
[INFO] launcher: Setting console encoding to UTF-8
[INFO] launcher: Ensuring we're in the right environment
[INFO] launcher: Adding local bins/ folder to path
[INFO] launcher: Required checks passed.
[INFO] launcher: Optional checks passed.
[INFO] launcher: Moving old musicbot log
Traceback (most recent call last):
File "c:\Users\Komputer123\Desktop\Musicbot\MusicBot\run.py", line 438, in
main()
File "c:\Users\Komputer123\Desktop\Musicbot\MusicBot\run.py", line 347, in main
finalize_logging()
File "c:\Users\Komputer123\Desktop\Musicbot\MusicBot\run.py", line 179, in finalize_logging
dlh.setFormatter(logging.Formatter('.'))
File "C:\Users\Komputer123\AppData\Local\Programs\Python\Python39\lib\logging__init.py", line 574, in init__
self._style.validate()
File "C:\Users\Komputer123\AppData\Local\Programs\Python\Python39\lib\logging__init__.py", line 427, in validate
raise ValueError("Invalid format '%s' for '%s' style" % (self._fmt, self.default_format[0]))
ValueError: Invalid format '.' for '%' style
PS C:\Users\Komputer123\Desktop\Musicbot\MusicBot>
Please tick all applicable boxes.
python --version
on the command line)update
scriptWhich version are you using?
master
version (release-260419)review
versionWhat type of issue are you creating?
Description of issue
I can't start bot
Steps to reproduce
Log file
Please attach your MusicBot log file (located at
logs/musicbot.log
) to this issue. You can do so by dragging and dropping the file here. If you do not include your log file, you WILL be asked to provide one.PS C:\Users\Komputer123\Desktop\Musicbot\MusicBot> & C:/Users/Komputer123/AppData/Local/Programs/Python/Python39/python.exe c:/Users/Komputer123/Desktop/Musicbot/MusicBot/run.py [INFO] launcher: Starting sanity checks [INFO] launcher: Checking for Python 3.5+ [INFO] launcher: Checking console encoding [INFO] launcher: Setting console encoding to UTF-8 [INFO] launcher: Ensuring we're in the right environment [INFO] launcher: Adding local bins/ folder to path [INFO] launcher: Required checks passed. [INFO] launcher: Optional checks passed. [INFO] launcher: Moving old musicbot log Traceback (most recent call last): File "c:\Users\Komputer123\Desktop\Musicbot\MusicBot\run.py", line 438, in
main()
File "c:\Users\Komputer123\Desktop\Musicbot\MusicBot\run.py", line 347, in main
finalize_logging()
File "c:\Users\Komputer123\Desktop\Musicbot\MusicBot\run.py", line 179, in finalize_logging
dlh.setFormatter(logging.Formatter('.'))
File "C:\Users\Komputer123\AppData\Local\Programs\Python\Python39\lib\logging__init.py", line 574, in init__
self._style.validate()
File "C:\Users\Komputer123\AppData\Local\Programs\Python\Python39\lib\logging__init__.py", line 427, in validate
raise ValueError("Invalid format '%s' for '%s' style" % (self._fmt, self.default_format[0]))
ValueError: Invalid format '.' for '%' style
PS C:\Users\Komputer123\Desktop\Musicbot\MusicBot>