jujoco / twitch-multitask-task-list-overlay

An interactive multitask task list overlay for Twitch streamers to increase viewer engagement and productivity.
MIT License
8 stars 3 forks source link

Customization bug #1

Closed maria9290 closed 1 month ago

maria9290 commented 1 month ago

JavaScript error message for configs: Line: 11 Char: 2 Error: Expected identifier, string or number Code: 800A0404 Source: Microsoft JScript compilation error

jujoco commented 1 month ago

Hi @maria9290,

I'm working on releasing a YouTube video demonstrating the setup process.

But looks like the error message is indicating that ine 11 in the configs.js file is written incorrectly.

line 10: USERNAME should be surrounded by double quotes followed by a comma. line 11: should still the closing curly brece followed by a comma.

7:    auth: {
8:          twitch_oauth: "OAUTHTOKEN", // Replace OAUTHTOKEN with your Twitch oauth token
9:      twitch_channel: "CHANNEL", // Replace CHANNEL with a Twitch channel name
10:     twitch_username: "USERNAME",  <-- example: "jujoco"
11:   },