discord.py-self icon indicating copy to clipboard operation
discord.py-self copied to clipboard

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

Open RedTTG opened this issue 3 years ago • 14 comments

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

  • [x] I have searched the open issues for duplicates.
  • [X] I have shared the entire traceback.
  • [X] 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

RedTTG avatar Apr 07 '22 21:04 RedTTG

Haven't implemented the extra keys yet. Should be coming soon!

dolfies avatar Apr 08 '22 21:04 dolfies

Am I doing something wrong here? It doesn't show DETAILS or STATE anywhere like yours image

code:


actv_type = discord.ActivityType.playing
actv = discord.Activity(
        name='Darkend',
        type=actv_type,
        state='STATE',
        details='DETAILS.',
)
bot = commands.Bot(command_prefix="!!!", self_bot = True, activity=actv)

theAbdoSabbagh avatar Apr 23 '22 12:04 theAbdoSabbagh

Am I doing something wrong here? It doesn't show DETAILS or STATE anywhere like yours image

fancy seeing u here lol

nostorian avatar May 16 '22 17:05 nostorian

fancy seeing u here lol

lol

theAbdoSabbagh avatar May 16 '22 17:05 theAbdoSabbagh

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

  • [x] I have searched the open issues for duplicates.
  • [x] I have shared the entire traceback.
  • [x] 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

large_image_url is a property

Check discord custom presence in my github page and try to figure out

Blank-c avatar Jun 01 '22 01:06 Blank-c

@dolfies Is this fixed?

AYMENJD avatar Oct 04 '22 03:10 AYMENJD

Still not fixed?

Ruewii avatar Dec 10 '22 10:12 Ruewii

still not fixed

KingKDot avatar Dec 22 '22 22:12 KingKDot

Sorry for the late update on this.

v2.0 has been delayed enough already because of feature creep, so I don't think I'm going to fix this before the release this weekend. With the breadth of the user API, there's always gonna be something to implement, but I'll make sure I get to this soon after release.

dolfies avatar Mar 29 '23 02:03 dolfies

W

KingKDot avatar Apr 08 '23 03:04 KingKDot

fixed?

12-welve avatar May 14 '23 07:05 12-welve

fixed?

ghost avatar Dec 15 '23 04:12 ghost