dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
683 stars 162 forks source link

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

Open JustRedTTG opened 2 years ago

JustRedTTG commented 2 years ago

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

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

dolfies commented 2 years ago

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

theAbdoSabbagh commented 2 years ago

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)
fw-real commented 2 years ago

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

fancy seeing u here lol

theAbdoSabbagh commented 2 years ago

fancy seeing u here lol

lol

Blank-c commented 2 years ago

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

AYMENJD commented 1 year ago

@dolfies Is this fixed?

RuriYoshinova commented 1 year ago

Still not fixed?

KDot227 commented 1 year ago

still not fixed

dolfies commented 1 year ago

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.

KDot227 commented 1 year ago

W

12-welve commented 1 year ago

fixed?

ghost commented 9 months ago

fixed?