Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Quick fix for an issue #1588 that worked for me. Feel free to merge it if it's useful for ya. I suppose if you wanted it be done professional-like you'd add another GUI window for this and explain everything to the user. People running this in their VMs would still need to see the logs anyway to do this. The documentation on the website has to be updated, unless you figure out any other way to do this more efficiently, but I doubt you can as google themselves supply the code and you have to enter it specifically on their website.
In this case I just tailed the logs with:
sudo journalctl -u JMusicBot -n 100
Saw the log:
Went to the website, entered the code. The bot now works. I didn't test much, but everything looks fine.