mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #1295] [Bug]: Image does not show while using custom Discord activity #746
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#746
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MEMORIEmusic on GitHub (Dec 25, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1295
Describe the bug
While using custom Discord activity, the custom image won't show up.
(I have application ID written in the field, I decided to hide it in the screenshot)
Steps to reproduce
Expected behaviour
Custom image to show up
Crash log
No response
What version of PlayCover are you using?
3.0.0 beta 2
What version of macOS are you using?
Sonoma (macOS 14)
Issue Language
@TheMoonThatRises commented on GitHub (May 3, 2024):
The link put in the image field isn't actually an image (its the link to the website). Works for me when using a direct link to the png file: https://i.imgur.com/gjUvauj.png.
@CattorBaconus commented on GitHub (Jun 16, 2024):
Necroposting, sure, but can you guys tell me how to get the application ID? Do I have to build and sync it up with my running game using the developer portal and the DiscordGameSDK?
@MEMORIEmusic commented on GitHub (Jun 27, 2024):
You need to create an app in Discord Developer Portal and use its application ID
@CattorBaconus commented on GitHub (Jun 27, 2024):
I see, however, how do you actually sync up the game? Cuz what seems to be happening is that since PlayCover specifies custom settings for every individual bottle you make, when you go and play that bottle PlayCover just takes whatever random application ID you have and slaps on custom settings. Is there any way to actually sync up the Developer API app to the running game itself?