#Cannot remove an emote that is Duplicating and adding itself after other emotes

1 messages · Page 1 of 1 (latest)

cold surge
#

I have an emote that I am unable to remove from my channel.

The emote in question does not have the checkmark 'checked' to add to my channel, but still appears when someone uses another 7tv emote. It adds itself after the inteded emote is used. It does not appear for everyone.

I have tried adding and removing the emote, renaming the emote, removing it, nothing I've tried will resolve the issue.

It has now duplicated 3 more times in my dashboard and I am unable to remove any instance of it.

I would like to remove it entirely.

The emote: WhenThePointGotALilPitInIt

Any suggestions or assistance would be really appreciated.

merry aspen
#

You have to click "Add to...", type this exact name you see on the emote and then you can remove them one by one

cold surge
#

okay let me try that, thank you for t he quick response

#

if i try to change the name to the original i get this

#

i can name it something random, but if i try to name it any of the current names, i get this result

merry aspen
cold surge
#

or if i try the original name

#

yeah its borked

#

none of the emotes have the 'checkmark' attached. so they exist but they dont

#

if it helps, when they appear on twitch chat, the appear as an 'aka'

merry aspen
#

can you link your profile?

cold surge
#

does that work

#

or is that the login dashboard

merry aspen
#

yeah it's fine, I just want to check something scrajj

cold surge
#

no worries

merry aspen
#

It should allow you to remove it

cold surge
#

i am unable to remove any instance of it.

#

the only thing i can think of is just removing every 7tv emote and starting over

#

or is there a way to reset the 7tv emote list entirely in one sweep

merry aspen
#

you can try to remove these emotes with 3rd party bots

#

like potatbotat

#

they should be able to do that, I think that's just UI issue

cold surge
#

seems odd i need a third party bot to resolve this.

#

i would really like the option to reset the entire emote list.

merry aspen
#

you want to remove the whole emote set? buh

cold surge
#

it wont even let me do that

#

never mind

#

it was delayed

#

yeah im not using a bot to fix this, thats silly. ill just start over.

#

thanks.

merry aspen
#

I can give you a code snippet to remove it

#

Idk why you can't do that via UI

#
fetch('https://7tv.io/v4/gql', {
  method: 'POST',
  headers: {
    'authorization': `Bearer ${window.localStorage.getItem('7tv-token')}`,
    'content-type': 'application/json'
  },
  body: JSON.stringify([
    {
      operationName: "RemoveEmoteFromSet",
      variables: {
        "emote": {
            "emoteId": "01JHKQN8NM19S986QBGRFKZT27"
        },
        "setId": "01FBPKX2V8000CGY5JPH61WCGZ"
      },
      query: `mutation RemoveEmoteFromSet($setId: Id!, $emote: EmoteSetEmoteId!) {
  emoteSets {
    emoteSet(id: $setId) {
      removeEmote(id: $emote) {
        id
        __typename
      }
      __typename
    }
    __typename
  }
}`
    }
  ])
})
#

you can click ctrl+shift+i and paste it into browser console

#

It should remove that emote FeelsDankMan

cold surge
#

yeah i think the point im trying to make it, as an end user i shouldnt have to be modifying code snippets or using bots to fix bots.

I am technically inclined and capable of doing this, but i get paid to do this, im not doing it in my free time.

Nothing against you, i just think most people would be so lost if you asked them to do any of this. Its incredibly impracticle. There should be more tools available to the user or at least a Help guide on the website instead of having to go to discord and being told to use what look like incredibly sketchy websites.

I've already removed the emote set, but thanks for your time and your h elp.

merry aspen
#

Yeah it is unintuitive but it happened because of some miscomunnication I think. Dev implemented so you can add the same emote under different aliases but UI wasn't prepared for that

#

I get what you mean and there were plans to change that

cold surge
#

yeah, imma be honest, the new UI for 7tv is way worse than the old one. Its confusing and like you said unintuitive. I cant tell if im looking at global emotes, my own emotes or another persons emotes

#

i have to click all over the screen to get to where i want to go, instead of in the same menu

#

also when im logged in, i shouldnt be presented with the welcome to 7tv home screen

merry aspen