LennyPhoenix / GodotDiscordSDK

A Discord Game SDK wrapper for Godot, written in C.
MIT License
54 stars 5 forks source link

Image Fetch Fails #20

Closed JezSonic closed 2 years ago

JezSonic commented 2 years ago

System Info

Describe the bug After enabling discord integration the saving data icon should be an currently logged in discord user's profile picture

To Reproduce Steps to reproduce the behavior:

  1. Run the game
  2. Enable discord integration if needed
  3. See error

Expected behavior If integration was enabled, image should be displayed properly

Additional context Discord is getting user info properly, but while creating image, debugger prints ITERNAL_ERROR

Checklist

LennyPhoenix commented 2 years ago

This is a known issue with the game SDK, waiting for an upstream fix.

https://github.com/discord/gamesdk-and-dispatch/issues/122

LennyPhoenix commented 2 years ago

Fixed upstream.