Skip to content

Can't set activity image, am I doing something wrong? #274

@RedTTG

Description

@RedTTG

Summary

Custom presence image doesn't set!

Reproduction Steps

image

Code

actv_type = discord.ActivityType.playing
actv = discord.Activity(
        name=data.desc1,
        type=actv_type,
        state='STATE',
        details='DETAILS',
        large_image_url='https://lh3.googleusercontent.com/paxuBm_PrVPCKDscbmNyLiyOlBVwFMsbUcwldMUIHKsUQC2o9aWHhx8iwGiR3pNhoyMzH4SdwmXOlyB2sg=w544-h544-l90-rj'
)
await Client.change_presence(activity=actv)

Expected Results

The image should show up on my profile

Actual Results

I just get the text and no Image on the side
image

System Information

Python v3.10.1-final - discord.py v1.7.3-final - aiohttp v3.7.4.post0 - system info: Windows 10 10.0.22000

Checklist

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

using discord-self latest but in a environment, since I make bots sometimes
tried with discord first
tried on my account, not a bot

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions