hubot-gitter2
hubot-gitter2 copied to clipboard
Error: 401 {"error":"Unauthorized"}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#get}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#post}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#put}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#patch}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#delete}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#request}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] overriding {client#stream}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] creating promise users.current
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] {client#get} [/user]
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] {client#request} [GET, /user, ]
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] created
[hubot-gitter2.error][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] error while loading session user: Error: 401 {"error":"Unauthorized"}
[hubot-gitter2.error][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] Error: 401 {"error":"Unauthorized"}
[hubot-gitter2.debug][object GitterClient<5e546bb4a87df413ca50296752b9de8b522dc0 c1>] destroying promise users.current
I got this too, but found the answer on the original hubot-gitter repo... your token needs to be your personal access token. You'll find this by logging into the developer gitter site.
I am getting the same problem, and have tripple checked the access token
hey @purplefish32 did you ever solve this?