#Cant delete these emotes

1 messages · Page 1 of 1 (latest)

sharp mountain
#

These emotes that are "No longer available" are still showing in my Owned emotes, and i cant remove them, so theyre just there. If i click on that emote, its just stuck on loading and no settings shows up.

i wish i could delete them cuz having 4 blank emotes in list its just annoying.

twin mesa
#

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

sharp mountain
#

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

twin mesa
azure radish
#

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

sharp mountain
#

Thank youu

open acorn
#

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)

azure radish
#

you probably uploaded it when image processor had some issues, just reupload it again

open acorn
#

With the same name?

azure radish
#

you can, the name doesn't matter, every upload is a different emote

#

it doesn't matter if you give it the same name