qwertyquerty/pypresence

Nothing shows up on discord, no errors and program runs fine.

rune-lol opened this issue · 2 comments

Nothing shows up on discord, no errors and program runs fine.

My code:

from pypresence import Presence
import time

"""
You need to upload your image(s) here:
https://discord.com/developers/applications/<APP ID>/rich-presence/assets
"""

client_id = ""  # Enter your Application ID here. (of course i filled this in with the app id, else it would have given an error)
RPC = Presence(client_id )
RPC.connect()

# Make sure you are using the same name that you used when uploading the image
RPC.update(large_image="funny-cat", large_text="Large Text Here!")

while 1:
    time.sleep(15) #Can only update presence every 15 seconds

Python version: 3.9.7
Pypresence version: 4.2.2
Os: Win10
Discord: Normal discord, Stable 192149 (07e4ffa)

ps: first time interacting with the issue section on a repo, if i did anything wrong please help me.

Do you have activity status enabled in the settings?

image

@rune-lol Feel free to reopen this issue if you're still having problems.