#Cant delete these emotes
1 messages · Page 1 of 1 (latest)
Do you know how they became stuck in that state?
Since it's showing on your profile still, you could get one of the mods to delete it from there side - is my best guess
I added them while 7tv had some problems with their site, but back then i thought its problem in that emote so i tried to upload it with diffrent resolutions.. thats why there emotes with same name
yeah since the site was bugging a little your emotes became bugged too. Best to wait for a mod to see this who can remove it manually from your owned emotes
If you really want them removed you can paste this into your browser console while on 7tv.app and replace XXXXXXXXXXXXXXXXXXXX with the emote id you wish to delete
method: 'POST',
headers: {
'authorization': `Bearer ${window.localStorage.getItem('7tv-auth-token')}`,
'content-type': 'application/json'
},
body: JSON.stringify([
{
operationName: "EditEmote",
variables: {
d: { deleted: true },
reason: "",
id: "XXXXXXXXXXXXXXXXXXXX"
},
query: `mutation EditEmote($id: ObjectID!, $d: EmoteUpdate!, $reason: String) {
emote(id: $id) {
id
update(params: $d, reason: $reason) {
id
}
}
}`
}
])
})```
You can still delete them, just the button is not visible
Thank youu
I might have a similar issue, but I'm not sure if it's exactly the same - I'll jump in here since it's close enough though.
I deleted an emote, and it did give me a "reason for" delete-box. I forgot to actually check if it got deleted though. I then uploaded an identically named emote, and it's now stuck with a trashcan on it, saying its processing on the page.
Is it stuck deleting, or stuck uploading?
(I was re-uploading it to fix a missing frame in a gif)
you probably uploaded it when image processor had some issues, just reupload it again
With the same name?