Multiple errors in console when trying to just console log a users stream info

Those are all normal errors except the very first Uncaught SyntaxError. You’re missing a comma after your URL parameter, for example, that would cause that error.

1 Like