OBS / twitch alert error

DigipassVT

New Member
So, for a few weeks my twitch alerts have been unable to show in OBS, except for when sending test alerts.
Ive tried the following;
  • Uninstalling OBS and deleting its folders.
  • Deleted the OBS browserfolder in appdata folder.
  • Double and triple checking the browserurl in the browser source is correct.
  • Deleted and recreated both the alert box in twitch and the channel point redeem.
  • Tried both with and without Browser Source Hardware Acceleration
  • Tried to delete alertbox, channelpoint redemption, the browser source and recreated it all.
I've gotten the following errors in the current log, in two seperate instances of trying various solutions to no avail:

22:41:24.221: [obs-browser: 'Twitch Alerts'] Error: [GraphQL] One or more GraphQL errors were detected on request 01KG8DKFGRNE4HPPRNPHJMX952. AlertsFeatureLaunchFlags: unauthenticated, ActivityListContextV2Query: unauthenticated [object Object],[object Object] (https://assets.twitch.tv/assets/9457-01cf1b33b878a992b5e5.js:1)[...]22:47:23.414: [obs-browser: 'Twitch Alerts'] Error: [GraphQL] One or more GraphQL errors were detected on request 01KG8DYEA6X2WWCYRCD2S3EZSN. AlertWidget_AlertSet: service error [object Object] (https://assets.twitch.tv/assets/9457-01cf1b33b878a992b5e5.js:1)

And later;

23:13:27.060: [obs-browser: 'Twitch Alerts'] Error: [GraphQL] One or more GraphQL errors were detected on request 01KG8FE58Y2ADW7EANCCNRM0W3. AlertsFeatureLaunchFlags: unauthenticated, ActivityListContextV2Query: unauthenticated [object Object],[object Object] (https://assets.twitch.tv/assets/9457-01cf1b33b878a992b5e5.js:1)
--

Thru debugging, i got the following:

9457-01cf1b3….js:1 [GraphQL] One or more GraphQL errors were detected on request 01KG8G6SF13FDQMFRGPHZHEF9R. AlertsFeatureLaunchFlags: unauthenticated, ActivityListContextV2Query: unauthenticated
  1. Array(2)

    1. 0:
      1. request: {operationName: 'AlertsFeatureLaunchFlags', variables: {…}, extensions: {…}}
      2. response:
        1. data: {alertsFeatureLaunchFlags: null}
        2. errors: Array(1)
          1. 0:
            1. message: "unauthenticated"
            2. path: ['alertsFeatureLaunchFlags']
            3. [[Prototype]]: Object
          2. length: 1
          3. [[Prototype]]: Array(0)
        3. extensions: {durationMilliseconds: 2, operationName: 'AlertsFeatureLaunchFlags', requestID: '01KG8G6SF13FDQMFRGPHZHEF9R'}
        4. [[Prototype]]: Object
      3. [[Prototype]]: Object
    2. 1:
      1. request: {operationName: 'ActivityListContextV2Query', variables: {…}, extensions: {…}}
      2. response:
        1. data: {channel: {…}}
        2. errors: Array(1)
          1. 0:
            1. message: "unauthenticated"
            2. path: (3) ['channel', 'activityFeed', 'events']
            3. [[Prototype]]: Object
          2. length: 1
          3. [[Prototype]]: Array(0)
        3. extensions: {durationMilliseconds: 21, operationName: 'ActivityListContextV2Query', requestID: '01KG8G6SF13FDQMFRGPHZHEF9R'}
        4. [[Prototype]]: Object
      3. [[Prototype]]: Object
    3. length: 2
    4. [[Prototype]]: Array(0)

And i suspect this to be part of the issue. But when i google various combinations of the error text i get next to no answers that seem useable.
So at this point im bewildered as to what i could be doing wrong.

I really hope someone here might know what could be wrong?
 
Last edited:
Back
Top