You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
I am on Debian 12, running Python 3.11.2, with version 0.2.5 of discordsdk
I ran the first example program, the "Create a Discord instance" and replaced the APPLICATION_ID with the one I have.
Discord is open, and installed unsandboxed, and works with other game activities and applications which use Rich Presence.
When running the file, it output the following:
Traceback (most recent call last):
File "/home/[user]/applications/testapp/testapp.py", line 10, in <module>
app.run_callbacks()
File "/home/[user]/.local/lib/python3.11/site-packages/discordsdk/discord.py", line 94, in run_callbacks
raise get_exception(result)
discordsdk.exception.not_running: result 27
I am on Debian 12, running Python 3.11.2, with version 0.2.5 of discordsdk
I ran the first example program, the "Create a Discord instance" and replaced the APPLICATION_ID with the one I have.
Discord is open, and installed unsandboxed, and works with other game activities and applications which use Rich Presence.
When running the file, it output the following: