Since upgrading the Discord Extension and Rustcord I've been seeing this error when some uses sign artist and it gets logged to a discord channel. Everything appears to still be working. But this error comes up in the console.
[Discord Extension] [Error]: Discord API has returned error Discord Code: 50035 Discord Error: Invalid Form Body Request: [POST] https://discord.com/api/v9/channels/757995303151599627/messages (Response Code: BadRequest)
Discord Errors: {
"embeds": {
"0": {
"image": {
"url": {
"_errors": [
{
"code": "URL_TYPE_INVALID_SCHEME",
"message": "Scheme \"v\" is not supported. Scheme must be one of ('http', 'https')."
}
]
}
}
}
}
}
Request Body:
{"embeds":[{"title":"BuZZBoy posted an image to a sign.\nPosition: (-801.3641 18.71163 697.3607)","color":52326,"image":{"url":"v"}}]}