Replies: 1 comment
-
I don't know what the problem is, because your Python log shows that the connection was successful. From what I see it's just that the server you connected to did not send any notifications to you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I rewrote this JS using Python.
javascript code works fine. The log is as follows:
Notification! {"value":[{"subscriptionId":"xxxx761-8e12-45c8-a184-9048517xxxxx","clientState":"system-managed:8082D436-D8DA-458D-96AD-34C902B73F37","expirationDateTime":"2023-04-03T08:33:18.1440000Z","resource":"8783098d-a785-4f0e-a0f9-dd17cb01a0cc","tenantId":"xxxxxx9-3f5f-xxxxx-9363-xxxxxxx","siteUrl":"/sites/xxxxxxxx","webId":"892045ba-2fec-4bd1-823a-xxxxx"}]}
Python didn't return any data. The log is as follows:
notification url is sharepoint websocket endpoint: Sharepoint websocket endpoint
Is this my problem please?
Beta Was this translation helpful? Give feedback.
All reactions