CytubeBot
CytubeBot copied to clipboard
Cannot Read Property "1" of Null
On an Ubuntu/Linux Virtual Machine
https://gyazo.com/e8d5c8cd5f754277911b4e3a33c6fe57
I ran into this when testing something. It seems to happen when you don't include the http:// or https:// in the cytubeServer config key. It should be like this:
{
"cytubeServer": "https://cytu.be",
...
}