- Use a more neutral origin
- Uncertain but this is less likely to be a problem later if we work out ArRPC interop
This commit is contained in:
parent
23321122fa
commit
667ad02a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,7 @@ class DiscordConnector:
|
|||
try:
|
||||
self.websocket = websocket.create_connection(
|
||||
"ws://127.0.0.1:6463/?v=1&client_id=%s" % (self.oauth_token),
|
||||
origin="https://streamkit.discord.com"
|
||||
origin="http://localhost:3000"
|
||||
)
|
||||
self.warn_connection=True # Warn on next disconnect
|
||||
except ConnectionError as error:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue