lucalas / StreamlabsArduinoAlerts

Library to connect to your Streamlabs account and catch all the Twitch events.
8 stars 1 forks source link

connection #7

Closed GlennVanLaere closed 1 year ago

GlennVanLaere commented 2 years ago

hi, i am very new to arduino and i have this school project where i need to use this.

So as i am trying to follow the readme i cant get to connect without errors

`#include

include

include

char* socketToken = "token"; StreamlabsAPI streamlabsAPI.connect(socketToken);`

this is everything in my project and i get this error: error: expected initializer before '.' token 7 | StreamlabsAPI streamlabsAPI.connect(socketToken); | ^ exit status 1 expected initializer before '.' token

I just don't understand how i can do something wrong...

lucalas commented 1 year ago

Hi @GlennVanLaere sorry for being inactive for so long. The first thing that you have to do is to update the library to the new version released today 1.0.0 .

Try again a let me know. If you still have problems, please share your code using tools like pastebin or share a repo with the code.

lucalas commented 1 year ago

No update received, I'm closing the issue. If you still have problems feel free to open a new issue.