Please tick all applicable boxes.
python --version on the command line)update scriptWhich version are you using?
master version (1.9.8)review versionWhat type of issue are you creating?
[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
[ERROR] launcher: Error starting bot
Traceback (most recent call last):
File "run.py", line 368, in main
m = MusicBot()
File "C:\Users\Anushka\MusicBot\musicbotbot.py", line 71, in __init__
self.config = Config(config_file)
File "C:\Users\Anushka\MusicBot\musicbot\config.py", line 81, in __init__
self.run_checks()
File "C:\Users\Anushka\MusicBot\musicbot\config.py", line 186, in run_checks
self.autojoin_channels = set(int(item.replace(',', ' ').strip()) for item in self.autojoin_channels)
File "C:\Users\Anushka\MusicBot\musicbot\config.py", line 186, in
self.autojoin_channels = set(int(item.replace(',', ' ').strip()) for item in self.autojoin_channels)
ValueError: invalid literal for int() with base 10: 'yes'
[INFO] launcher: All done.
C:\Users\Anushka\MusicBot>
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.
autojoinchannels should be a voice channel id, not yes or no. Before opening new issues for things that relate to a previous issue you had ( #1746 ), it's important to read the options.ini comments for what things in the file do.
Hi there! Looking at this traceback error I can see that you want to auto join a channel you need to use the channel ID for autojoining to work properly

But again the same error
As previously stated
autojoinchannels should be a voice channel id, not yes or no.
It's fixed. sorry for bothering.
thankQ very much all
Most helpful comment
autojoinchannelsshould be a voice channel id, not yes or no. Before opening new issues for things that relate to a previous issue you had ( #1746 ), it's important to read the options.ini comments for what things in the file do.