question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

INTEGRATION_UPDATE event not handled

See original GitHub issue

Summary

Event INTEGRATION_UPDATE is not handled on DSharpPlus v4.0.0-rc1. This event is listed here with more dumps on the event on a related DAPI issue here Seems like INTEGRATION_CREATE and INTEGRATION_DELETE also exist, however, I haven’t run into these.

Details

RAW Paste

[2020-12-14 09:09:59 -06:00] [105 /WebSocketRec] [Warn ] Unknown event: INTEGRATION_UPDATE
payload: "user": {
  "username": "foo",
  "public_flags": 768,
  "id": "98455211680490000",
  "discriminator": "0001",
  "avatar": "a_c8cc171659deb9611627b000aa000aa0"
}, "type": "twitch", "syncing": false, "synced_at": "2020-12-14T09:09:59.490606-06:00", "subscriber_count": 4, "role_id": "709699113373000000", "revoked": false, "name": "foobar", "id": "709699111967900000", "expire_grace_period": 1, "expire_behavior": 0, "enabled": true, "enable_emoticons": true, "account": {
  "name": "foobar",
  "id": "123680000"
}, "guild_id": "98455504340000000"

Formatted for your eyes

[2020-12-14 09:09:59 -06:00] [105 /WebSocketRec] [Warn ] Unknown event: INTEGRATION_UPDATE
payload:
"user":{
   "username":"foo",
   "public_flags":768,
   "id":"98455211680490000",
   "discriminator":"0001",
   "avatar":"a_c8cc171659deb9611627b000aa000aa0"
},
"type":"twitch",
"syncing":false,
"synced_at":"2020-12-14T09:09:59.490606-06:00",
"subscriber_count":4,
"role_id":"709699113373000000",
"revoked":false,
"name":"foobar",
"id":"709699111967900000",
"expire_grace_period":1,
"expire_behavior":0,
"enabled":true,
"enable_emoticons":true,
"account":{
   "name":"foobar",
   "id":"123680000"
},
"guild_id":"98455504340000000"

Steps to reproduce

Unfortunately due to limited time with exams, I haven’t been able to pinpoint what exactly causes the event to trigger, however, I included other mentions of it in Summary

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
Neuheitcommented, Dec 25, 2020

This event will be temporarily ignored in #720 along with its create and delete versions. Discord still plans to document this so this issue will still be on hold for the time being.

1reaction
Emzi0767commented, Dec 19, 2020

There’s no way for bots to query integrations.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Events not firing from COM component when in Unit ...
The key issue remains that when the COM is run under the context of a unit test the COM events do not fire....
Read more >
After Update event not working in my Trigger
Hi All I have created a trigger for before insert which is fired on the basic of record creation.i need to add before...
Read more >
Workaround for updating Event.Description field from site ...
Hi Ken, You can try with following workaround: 1) Since you are doing callout from third party and updating events in salesforce ,...
Read more >
Integration Services (SSIS) Event Handlers - SQL
This event is raised by an executable when the value of a variable changes. The event is raised by the executable on which...
Read more >
Item Update Event is not triggering upon applying filter ...
we are trying to capture Item Update business event in OIC with a specific condition. i.e capture only Master organization related events ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found