#help-old
1 messages · Page 7 of 1
and then deny the upload
im not going to make some magic trick to some how do the impossible of writing a better encoder then libwebp or libavif to encode images more efficiently because people want to practically upload movies
all it would take is adding some quality control parameters to the mq structure
the setting which are set right now produce the best quality
for the layoff of size
basically fuck the quality if the imagei s that large
is it actually lossless or did I miss something?
its not lossless
ah
THERE IS NO WAY TO KNOW HOW BIG THE IMAGE WILL BE BEFORE WE ENCODE IT
there is no way
to even estimate it
idk what ur asking
i mean
you know after it's encoded
it can just be reran again with lower quality settings
idk why youre malding this hard
to chnage the quality parameter and then ur gonna tag me and say all our emotes look like dogshit and are blur
anatole my brother in christ
you were the one who allowed emotes to be uploaded which contain a maximum of 700 frames
and now you are the one who is complaining when emotes with high frame counts result in high file sizes
this particular emote happen to hit a jack pot
because its semi transparent pixels (which nobody agrees on how to resize correctly) its the largest ratio + its over 200 frames
it happens to be this emote is large because its designed to be a large emote
this guy used fog
semi transparent fog
are you sure the alpha channel isn't losslessly encoded here?
ye then in that scenario we should be making use of encode settings and progressively fuck the quality until it reaches target
gifs only have 256 colors, including alpha
encode, check output size, change settings, re-encode, repeat until it's right
well most people don't encode them that way
cool
if there are too many colors to work with each frame is optimized and we put the most common colors in a set at the top and then less common are per frame
i'll have a crack at it i guess
i think its just dumb honestly they got what they uploaded
they uploaded a 7mb WEBP
think about that
for 1 second
well, they uploaded a 7MB webp and our cdn is serving a 7MB webp
idk what u expect
which isnt good
let me just quickly reencode their webp again so that it somehow represents the same data except its like 1/3 of the size somehow
no i mean quality is lost
let also just cut quality so much that its not even the same emote
yes?
you do understand not everyone has 3 gigabit internet right
on my old internet, loading this image would take about 20-40 seconds
its highly cached it doesnt take long to load + it loads once
u can try but it wont work u will end up reverting ur change because the emotes will look so dogshit that they will just end up deleting it after u make it look like

i cant understand how you dont see a problem with serving emotes that are multi-megabytes
i dont see a problem i see how it could be annoying for someone with slow internet but its not a problem
everything is async
it might take a 30s to load but who cares it only loads once and is cached in the browser for a long time
just think about it, if one channel enabled 250 emotes that are 4MB, thats a gigabyte of data for every user loading that chat
a gigabyte
then i wouldnt watch that channel
also
how about you
go and make a query
to see the payload sizes of 2x size emotes enabled
and let us look at the actual values
because let us not forget
nobody uses the 4x emotes unless ur on a 4k screen
and as far as i can see this is the most extreme case of this
which means 3mb per emote max if all emotes were the most extreme case which is literally not possible.
so in essence you are going to reduce the quality of all emotes
because of a problem which could potentially exist if 4 other parameters are met
- they use 4k
- all the emotes the channel uploads are over 4MB
- they use 250 emote slots
- their internet is dial up
i mean i aint no math major but i think ur optimizing this for the top 0% of people
because idk who runs a 4k monitor and doesnt have gigabit fiber or at least decent internet
its like being poor but not really??
send the results from the query
u dont have to use all channels
just check empires
its likely the biggest network load anyways
uuh id have to do an aggregate
i think ur right the impact isn't dire, but i still find it to be a problem that files are able to be that big
the reality is this is 4x
7mb is 4x
when u look at the 2x size which most use
its only 3mb
for an emote like that
its a steal
and also
dont talk to me about chatterino
they dont even look at the file size
to determine if it fits
they do a crude calculation
NUMBER_OF_FRAMES * WIDTH * HEIGHT * 4 > 20MB = FAIL
keeeeeeek
they dont care if the emote is 1mb or 100mb
could u check
encoding that emote in webp with qualityfuck settings
and see what it produces
like -q 50 and shit
alpha too
we cool i got it
@velvet epoch look what you've done 
yes but there is no api for compression level
there should be
it's a libwebp thing
6 is slowest but best compression which should be used if possible
anim_config.allow_mixed = 1;
config.quality = 95;
config.lossless = 1;
config.thread_level = 0;
are the settings we use

L
ssless
@tulip solstice its what u have to set if u want mixed encoding
u have to enable lossless so the encoder can decide
yeah I assumed it was something like that
btw generally these settings are very good troy
perfect quality and good file sizes for most cases
i only have a problem with the multi-MB ones
i dont mind 3x/4x being megabytes
but i think 1x/2x shouldnt be above 1MB
and these are typically always wide ones with high frame count, which i think would be free real estate for some quality destruction
(theyre rarely drawn ones anyway, so extra compression would be barely visible)
hello, i was added as an editor for my buddies channel, how do i add emotes to his channel not mine?
i dont see anywhere where i can even tho he set me as editor
click the list icon then choose the channel
i did that, it only shows my channel
does the other channel have any emotes?
they will need to add an emote by themselves before editors can
after they do, youll need to refresh the site for their set to show up
mad man, tysm
i was googling for an hour

-1h 
its surprising how often people add editors before adding any emotes themselves
its not that surprising tbh
i jsut need to make the "manage emote sets" permission represented in the UI
it should let you create a set for another user
is there a limit to how many sets you can have
he had no idea about 7tv so i told him id do everything

@earnest roost i used method 6
-rw-rw-r-- 1 troy troy 7.1M Aug 23 17:00 out.webp
no difference besides it taking 2min to encode
what quality level?
i first tested if higher method would be lower file size
yeah i dont think that alone does much on size
the largest conversion, the 4x.webp is 7,379 kb, but the original raw.webp is 7,123 kb. (using windows' numbers)
its mainly just quality-related
when encoding badges, compression level 4 performed better in some cases than compression level 5
ideally 4X should be at most 4MB
no more than that
if it means fucking the quality then so be it
Then limit upload size to 4 MB 4Heed
not necessary if we can add compression at processing time
The main concern with peepoSnow would be the 2x WEBP being 3MB right? The other sizes are fairly reasonable for their use cases
is removing frames in a high frame count emote a viable option?
with inter frame compression methods, doubling the framerate of a video doesn't double the size of the video
because each frame is more similar to the previous one
which results in slightly more efficient encoding
removing every 2nd frame would reduce that efficiency
but it would probably still be smaller
just not ideal
oh true that makes sense, that was my GIF brain talking
however boys if we tweak alpha compression a bit
lole
not bad
the uploaded webp was badly compressed on alpha
I can't see any difference initially
which we copied over
found the problem
lule
webp alpha channels are always lossless
afaik
even if there is a way to encode lossy alpha in a webp (which I don't think I've ever seen) I doubt anyone is doing that for their uploads
YOU can because you're a wizard with this stuff
?
but normies can't
oh lossifying the alpha halved the size?
almost
we prob should do that in production then
It's noteworthy that the webp ended up about the same size as avif once the alpha channels are both lossy
yes but avif achieves this without being lossy
avif has a lossless alpha channel here?
barely
its almost always lossless on the alpha
but we give it a little leeway to choose lossy sometimes
about 10% of the time its lossy
per frame
very cool
could that be upped to do lossy alpha more often?
it would probably save a lot of space
I don't know what levels of quality loss that would introduce
would look shit
moving pixels into alpha would look bad
and cause artifacts its usually why alpha isnt compressed
for that reason
Yeah that's standard practice and common knowledge and whatever, but I'm wondering how big of an issue it truly is for 32x32 pixel animations
I'd like to run some tests
but I don't know anything about encoding alpha into avif
ffmpeg can't do it natively, and I'm aware of the ffmpeg (input frames) -strict -1 -f yuv4mpegpipe - | avifenc --stdin output.avif workaround but I've never tried it
o O (
)
byte me
@tulip solstice just pull the image-processor and follow the steps
in cpp folder
u cna just use the cli tools i wrote
it does all this
just input an list of frames and the timings
and it will handle the conversion to webp, avif, gif
I'm a big dummy and I assume I won't understand how to use those tools
Hey guys, sorry to bother but I have another help issue
Still trying to add an emote to a friends channel as an editor, and I'm suspecting the reason it doesnt work is because the friend has yet to add a channel emote of their own
whenever I guide them to do so, it adds the emote to their Emote Set and not Channel Emotes though
Any idea where we may be having an issue? Maybe my friend has a setting off or something?
what's their channel?
lilsoggyboi
he has to activate that set
he has to press on the twitch icon on his user and activate it
thank you!!
when he activates that set you should be able to add emotes from there
i saw he did it nice

ahaha thank you so much
it looks like this 
Hey, I also had the same issue of being unable to add emotes to my friend's channel, but I see that was just answered. I have all of the permissions though, so shouldn't I be able to create an emote set on their channel and activate it?
#help-old message they can change your editor permissions
like in the picture above
I do have all of them
oh, i misunderstood
you cant create sets. right now only the owner can
you can switch between sets though
Ah, I see. Thank you
any nerdge awake rn
i need help
off topic from 7tv but i need help changing my IP

ofc w/o a vpn cuz i'm poor
can't you do that shit through your router dashboard
either that or you call your internet provider and request a change
I use cloudflare warp to bypass school restrictions idk if that will help
yea i'm cluelesss lol i can log into my router as admin
i reset that bitch also
but idk i'm dumb
the free vpn exentsion i have works but obv cant use chatterino
twitch be super lame even with ip ban u can still type in chats ur vip/mod in with no issue
ah ur shadow banned
Usually it last for 30 minutes
But theres a harder shadow ban when you trigger undocumented filters
does changing ip really help with shadowbanned?
i think not
oh its def harder LULE
nothing you can do then probably since twitch added that new system
it crossrefrences like everything
if you had anything that was the same on two accounts
good to know
but also everything works when i'm on another IP so
like my phone data vs wifi no problemo
oh ur banned on twitch? 
your device id and ip and email gets stored, just use nord vpn on a new browser

!vanish

do wot?
The snow emote
i didnt
I'm going to make the most torturous wide snow emote you've ever seen
worst case scenario
uh like rerun the processing on it?
No I mean just upload a new one
So we can see if the patch worked
And if it did u can rerun processing
Hey friends 
I recently changed my Twitch password and since then my 7TV emotes aren't showing up in my channel, even after unlinking and relinking the connection. Can someone steer me in the right direction on how to fix it? Thanks 
whats your 7tv name?
or twitch name
Sammazing
everything seems correct but no emotes in channel
can u click on your linked twitch on 7tv then click on this set?

works now
yeah the set wasnt enabled
refresh
OMG yay you fixed it! Thank you so so much ❤️
if it ever happens again just click on this and then enable your set
if you reset your connection you'd need to pick your emote set again yes
Awesome, thanks team ❤️ You saved the dumpers 
@earnest roost can you check your dm plz 
how do i remove a paint (im being a bit
)
Not possible on the new site at the moment. Go to https://old.7tv.app/ and use the old wardrobe
I'm having a problem where an emote I upload seems to be a bit faster than how it looks locally, is it some problem with how the site processes it?
this is the original webp
this is the uploaded version https://7tv.app/emotes/63068030be8c19d70f9d69ce
I used ffmpeg with the command ffmpeg -r 30 -start_number 0 -i "C:\Users\me\Desktop\seoaDJ\seoaDJ%02d.png" -compression_level 6 -lossless 1 -quality 90 -loop 0 -y C:\Users\me\Desktop\seoaDJ.webp
inspecting the files by uploading to https://ezgif.com/webp-maker, the original has a 3.3 delay between frames where as the webp 7tv generates has a delay of 3, proving that it is faster
on my end it seems fine 
the difference is very slight, but it's definitely faster
even ezgif shows the delay between frames is shorter on the 7tv generated version
yeah they'll eventually sync and go out of sync, meaning they're of different framerates
i have no idea how that works but @tulip solstice might 
yes -r does set the frame rate
maybe the 7tv webp conversion doesn't handle frame delay by fractions and rounds down to a whole number?
Hey! I change my twitch nickname and now I can’t add any emotes, and I don’t have any emotes on my channel. Can u ask me how I can add emotes and use my “emote set”
yeah -r 30 should give 30 fps
but a "delay of 3" (gif terminology for 30 ms between frames) means 33.33333 fps which is also common gif framerate
click on your twitch connection and enable your emote set
Thx u so much 
so is there a reason why my original webp using -r 30 which has a delay of 3.3, (according to ezgif) gets converted to a "delay of 3" after being uploaded and processed by 7tv website?
honestly not sure
Troy's image processor might be taking some liberties with framerates to make them more similar to GIF or something
seems Troy has all the answers to the problems I always run into 
Hey, im trying to do a simple GQL request to v3 and im getting this error: gql.transport.exceptions.TransportQueryError: Error while fetching schema: {'message': 'no operation provided', 'extensions': {'code': 'GRAPHQL_VALIDATION_FAILED'}}. Do i need to add something else to my request than my query?
transport = AIOHTTPTransport(url="https://7tv.io/v3/gql/")
params = {"id": "60ccf4479f5edeff9938fa77"}
async with Client(
transport=transport,
fetch_schema_from_transport=True,
) as session:
query = gql(
"""
query Emote($id: ObjectID!) {
emote(id: $id) {
name
versions {
images {
name
format
url
width
height
size
}
}
animated
}
}
"""
)
result = await session.execute(query, variable_values=params)
that looks like an error from your library
looks like its trying to introspect the schema
which I'm not sure is enabled
get rid of fetch_schema_from_transport=True,
what method are you using?
gql requests need to be sent with a POST
hm, ive switched from the library to a simple HTTP request, but i get the same error: HTTP 422 {"errors":[{"message":"no operation provided","extensions":{"code":"GRAPHQL_VALIDATION_FAILED"}}],"data":null}
query = """
query Emote($id: ObjectID!) {
emote(id: $id) {
name
versions {
images {
name
format
url
width
height
size
}
}
animated
}
}
"""
variables = {"id": "60ccf4479f5edeff9938fa77"}
request = requests.post('https://7tv.io/v3/gql/', json={'query': query, 'variables': variables})
you're doing something wrong in your request
this means the server didn't find any data
try it with a tool like Postman first then fiddle with your http client library
will do, thanks
okay, got a simple request working in python, i can work with that for now. thank you
Hello, how do I cancel the automatic subscription?
click the red text 
go to https://7tv.app/subscribe to do that
yeah forgot to mention that 💀
idk if this is a 7tv thing or not, but for a couple weeks 1 in 10 messages just doesnt show up in my chat
go to the old site to change it: https://old.7tv.app/
7TV is an emote service and extension for Twitch, providing custom emotes at no fee and supporting new formats such as animated wide emotes
Wdym? Chatterino? Native?
Native
how do you know if the message is missing or not
I see it on the on stream chat or it's brought up
not sure about slow chat but in fast chats, twitch always show your messages eventho the message didnt go through 
yeah i know thats why i said not sure
native chat is kinda slow 
is versioning of emotes working? No matter what i do the original version appears in chat, the new version is never used
when you uploaded a new version, the emote wont automatically updated to the new version
i.e. people who enabled the old version will stay on the version.
you might want to remind them to change to the newer one
you have to enable the version
before that
have you tried restarting your chat
i deleted it 
i asked if versioning was working, sounds like it should be so i guess i did something wrong when uploading the new version
i mean we could've seen what the problem is so we can also help other with similar problem in the future
I'm assuming you didn't refresh chat
Because this is a known bug rn
Doesn't auto-update to the correct version of the emote until you manually refresh
Applies to all emotes with versions
is there a 7tv settings menu for youtube chat? i mod for a YT streamer and some chatters were wondering if they were able to disable the feature that shows messages even after they are deleted 
its not my fault my streamer got paid big to switch 
time to find a new streamer 
bro, not being able to tab complete 7tv emotes sucks...

Anatole, 7TV is not displaying my selected badge
It instead shows my highest badge
When did it do that 
It always did, it's just that the site doesn't factor the weight value
But I selected the 1 month badge since the solar flare paint
It displayed that badge until suddenly now it shows the 6 month
So why did it suddenly select the 6 month? Occasional skill issue?
yes
Or did you just recently get it
Im 98% close to 9 months
Alr
https://i.gyazo.com/42919b59eaea930f888e480a52c238fd.png anyone know what im supposed to do for this add block
can editors change emote sets?
what about them
they're enabled
those scripts got patched by twitch though
so no guarentees they work
the only blockers that work 100% of the time are proxy ones
like ttvlol and purple twitch or whatever its called
I think if they have the right permissions
Manage emote sets
why is 7tv managing bttv in ffz?
so you can see bttv emotes
because when 7tv is enabled alongside ffz
we fallback to ffz rendering
which means our implementation of bttv emotes wont show
so we enable the bttv addon within ffz to mirror the way native 7tv rendering works
its only temporary
Why is my emote submission stuck at 100% ?
is it because i have bttv extension, 7tv extension, and ffz all seperately downloaded in firefox?
no, infact you can remove bttv the emotes will show
max 1000x1000 pixels, 7 mb and 1000 frames
its just because 7tv normally renders all three platforms
its just fallback to make the experience the same regardless of if the user is using ffz
ah thanks ill try to fix it
oh okay. so i can safely delete bttv extension and il still see bttv emotes?
yeah
Yeah I use FFZ to handle everything
only reason i have them all seperately is because one of my wifi networks for whatever weird reason prevents ffz from working at all so when im connected to said network the icon on twitch to open the control panel is hidden as if the extension isnt installed.
at which case 7tv an ffz emotes dont show in my obs chat feed :/
if ffz isnt loaded 7tv will render all emotes itself
Has there been something about the upgrade from 250 slots to 400 slots Or not yet? Since now its shown in the homepage

Yeah ik that before we could request for more slots and shit
But since it was in the Homepage of the new site thought there was something on it now

oh i see, not now, but there will be a thing to give more slots in the future 

ight bet
theres just one caviat you might experience some lag or buffering
since it basically sends your traffic to the middle of nowhere and back
to a place where they arent allowed to show ads
that moment when you realize they could block those too
by just showing the commercial is currently running screen like they show on third party players
if theres a way to streamlink adblock in browser that would best solution
true
its crazy that still works
cause out of all the solutions its the most dumb one
it literally just removes all segments that twitch marks as ads
just
thats literally all it does 
so why hasnt any extension/script done this or if they did why doesnt it work
idk maybe because its a different player type

streamlink doesnt get ads regularly just that commercials are playing
blue screen
because its not the native player type
huh?
the site is 7tv.app
it gives 2 sites right?
huh?
theres the deprecated v2 site
old.7tv.app
but you shouldnt need to use that
and it'll be removed at some point eventually
7tv.app
login and go to your profile by clicking in the top right
then hit edit profile along the left
Do you have ffz? If not, getting ffz may fix it
im on my alt account and it has full editor permissions but it cannot change emote sets
i made a test emote set, but can't delete??? how do you delete emote sets?
You cant delete emote sets as of right now
Maybe in future updates
i submitted an emote but its been stuck on "Processing Emote - this may take some time." for a couple of hours now. is this normal?
have you tried refreshing?
then i have to resubmit since the page is gone then
why would the page be gone 
i can send a screenshot
file is propbably bigger than 1kx1k
.
ID is the name?
last part of the url
ah
task processing failed","error":"file dimensions are too big (3880x960 where the limit is 1000x1000)
you need to resize the file
Hi! i'm a mod for a twitch channel and they just added me as an editor but i can't create any sets or add emotes
the channel has to make a set
i figured! thanks!
a friend gifted me a sub, but I can't see neither my badge, nor my paint. help? 
it's been about 30 minutes

couple of questions about emote Versions
- If I upload 2 versions of an emote (v1 & v2), someone enables v1 of my emote on their channel and I then delete v1, will it then force that person to use the v2 emote?
- If someone enables v2 of my emote on their channel and I delete v1, is the emote and all versions gone or is only v1 deleted and the people with the emote enabled see no difference?
-
If you delete the original, they will not automatically be moved to Version2.
-
Deleting V1 does not affect anyone using V2, they will carry on using that version. But I think there were some issues a bit ago when V1's would get deleted, so I would advise against it until further clarification.
ok thanks Atmos
How do i add emotes to my Channel Emotes? And why arent my owned emotes in taht section? and why is it not listed in the add emote to section ?
in your profile in 7tv.app, click on your twitch connection, then click on your main set
@lavish shard thannnnnnnnnnk god not sure what happened there i use it with a streamelements thing to get the emotes everywhere
and it stopped workign
while i have you
If you like previously ^^^^^^^ i asked if it was safe to delete
streamelement thing?
kappagen
oh i read it as streamelement messed up with 7tv emote set, and i was confused
so uh what's the problem?
oic
my new emote version
exists
just not anywhere that i can see
unless i search the main emote database
So i had a previous Shana emote and swappped it to this one
then went to delete the old one
the one that didnt load has different emote id from the one that can show
i think you can delete the bugged one
owned emotes is currently bugged
versions are kind of scuffed
it always shows the first version in your owned emotes
instead of the last version
and since the first version is deleted you wont see it
ahk
And whats a
how do i fix
oh wait it just needs approval i see
weird my more recent ones have been approved
mods 
I tried to delete it
and its like stuck
@mods are you able to delete this emote?
https://7tv.app/emotes/62e28f56127c7faf646c17f7
they gave me editor in a channel but it won't let me add anything 
- Does the channel have an emote set? If not they might have to add an emote themselves to make the first emote set
- There's a bug happening right now that might cause an emote to be added and removed instantly. The devs are working on it
Oo Thx
Just wondering does a 7tv editor need to be a twitch mod for the channel as well?

Awesome Ty

hi, how can I remove a emote set?
currently you cant remove emote sets
any idea why these Global Clap Emote is there?
every time im using a Twitch emote the 7tv Clap emote comes with it
you can type "clap" then press Tab to autocomplete
idk why this happens 
it's a known, rare bug which will likely not be fixed until extension v3.0
just refresh
ok 😦
Can someone help me, i have a non 7TV issue it's a Twitch issue
Why are you asking here then? 
there might be someone that can help, but you haven't actually explained your problem so there's no way to know
you beat me to it
I'd believe it
Can i ask here
Okay okay
Uhm i have a problem on Twitch today i can't claim channel points from the green box, i do not have BTTV or FFZ auto-claim on and i only get 10+ points each 5 min but no green box for 50+ channel points, i tried watching on 2 different browsers with the same issue it's just no green box to claim for me i have watched for hours now nothing i refreshed stream logged out of my Twitch account nothing. Does Twitch have issue with it today or something worked fine for me yesterday
if you disable the 7tv extension, does the green box show up again?
Still the same issue with BTTV and 7TV disabled
what browsers you are watching with?
do you have any other browser extensions?
that too
Using Firefox, i tried on Microsoft Edge with no extensions on too still the same problem
Oh i forgot i tried watching a random stream on my alt account i got the green box there. But my main one does not get it for some reason
same stream?

Same stream ye
I'll try that
oh, I made a emote set by mistake 
thx for the answer anyway
in the future you can delete sets 
I will wait until then, thx. Keep up the good work 
thank you!
Restart
did you refreshed ? if not working did you tried restart ?
i refreshed a few times, do i need to restart my pc? that seems a bit odd
no, restart browser 

Heyho, I have a question. I recently got 7TV Editor on a channel, but it has no emotes and no emote set. If I want to use a emote there is no emote set with this streamer. How can I add emotes on that channel?
gg, thx

is there an option to turn off your animated pfp?
at the moment you cant unset your animated pfp, but you can replace it with a single frame animated image.
ahh i see. thanks!
iirc changing your pfp on twitch will also reset it
test it for us now
it does
oh you're right, i just tried it. changed it on twitch and now its back to a normal image. thanks!
im having difficulty editing my friends channel? the lil dropdown arrow for editor mode is gone
ahh it wasnt showing up (the emote set) but it is now, ty.
until you relogin to 7tv
accidentally left ping on get trolled
i like pings
i am feeling really stupid but how do you add an emote on the new website
i havent done it in a while and there just doesnt seem to be a button?
like there is this but it just makes the screen darker and doesnt do anything
i click it and my screen just looks like this :/

your adblock might be not allowing it to popup
you can maybe make it only disable when you enter 7tv
Hey im having trouble uploading an emote, the upload progression just hangs at 100% ad gets stuck. tried relogging/refreshing and nothing works, help please?
Anniversary is today but 99 % and no new badge? Payment for new month will be deducted in about 24 hours, so tomorrow. Why does it say my anniversary is today? Doesn't really make sense, or does it?
because of timezones i guess, u will get the badge when u get the notif email, maybe tmr 
I've updated the CC details but the payment still failed. Worth to fix.
Hello i have a problem with add 7tv to twitch
i add enlargement 7tv and it's still doesn't work on stream
what's your twitch channel name?
and also what browser are you using?
aixoo_ actually it's my gf channel and trying help her with that
chrome
anyway i read on faq it's isn't work on vod
so i try gonna try on stream
are you able to see 7tv emotes on other's channel (lets say xqc)
if your username is also adiq on twitch then i can see that a payment succeeded about 20 minutes ago
I'll explain the issue: I was already subscribed but my CC expired. I've updated the CC details for the subscription but the following retires to charge me were still unsuccessful. Today I re-subscribed manually after I was "unsubscribed" due to payment failure. I didn't even needed to enter the CC details today, as they were already saved on the payment gateway (from the moment that I've updated the CC details after CC expiration).
oh, alright that's strange
So, I do not have any issue at the moment. But probably updating the CC details should work 
perhaps something is wrong with the logic when updating details
how many times did it fail before you updated your cc?
Give me a sec. I'll verify
@earnest roost I was notified about failures on 10.08, 13.08, 15.08 then updated the CC details on 15.08 but still got 2 failures on 17..08
looking into your case further actually, it seems that the payment was being blocked by your bank
it retried 4 times which means it should normally have worked on that last attempt
Looking at the history, I can see CC auth on 15.08 but no indication of any charge that would be blockd (even though I do not see any reason why it would be blocked)
So I guess worth to keep an eye on that anyways 
this is what it shows on my end, expanding further it stated the bank instructed to block further attempts
Might be some automatic detection, banks in some countries find automatic renewals sus
annual renewal enjoyers
7tv 
seems like it was blocked by Stripe AML/KYT, so the charge was never even executed?
seems so
stripe has fraud detection systems which can sometimes cause false positives
unrelated but how much do you make with those subscriptions 
enough to provide a cool service and have a few people on payroll working on it full time 

how do i get the 7tv icon
Do you have badges disabled here maybe? 
Try ctrl + F5 

Is there a way to switch from a monthly to a yearly subscribtion mid-month?
not currently, you'd need to cancel your monthly then go yearly once it expires
alternatively i can do it manually if you want that dm me 
i have the same issue with xscr i enabled everything i edited my profile and nothing shows still
it can take up to 20 mins
with the current system it just takes some time for changes to take effect
we are working on a new system to change that though
it will expire tomorrow and I'm at home at the time. Will resub myself, but thanks for the offer 

Is it possible to track emote usage somehow? So you can remove/replace rarely used ones.
It's actually coming as a feature to 7TV? 
No way. That's great.
Hi, I got gifted a sub to 7tv, I have selected my paint and to have the badge showing, been about 30 mins and nothing is shown, I logged out of both twitch and 7tv and back in, nothing, I checked what ever settings I could think of and everything seems ok... any ideas?
you sure you got gifted? doesn't show you're a sub for me
oh now it does
yeah i did, its shows on my account that im subbed. I just restarted my browser and its working now
well, the text is, I aint checked anything else lol
relogin 7tv real quick
just re logged in
bc it didn't show you were a sub before for me
weird, its said on my profile for the last 30 mins + that I am.. I didnt get a notif that I was gifted, my friend told me he done it, when I checked, it was there lol
type in your offline chat
looks like it works now
yup 🙂 thanks!
👍
I dont have the 7tv sub badge tho under my "chat identity" .. does that take some time to go through?
7tv subs get so many bitches
insane
wicked
it doesn't show under twitch's chat identity thing since it's a third party thing
Oh ok, how do I find that?
you can enable 7tv badges on 7tv.app via your profile settings
edit profile 
Ohh there ya go! Legends! Thanks lol
theoretically you could put it there right?
Yo, just subbed, how long will it take for my badge to appear? 
Surely, thanks bro 
Hey, can’t seem to see when mods ban/timeout others? I have ‘Show Timeouts & Bans’ ticked. I’ve tried all the browser clearing cookies and cache, also tried reinstalling the extension on chrome. Any other ideas I could try?
I messed up my own emote set and can't delete the new set, idk where to delete it. Plus, I am an editor on another channel but there is no button/window to say I can add to that channel. The new 7tv layout is driving me crazy T.T
Sadly you can't delete emote sets for now 
And if you want to add any specific emote to other channel, press here
Then click the channel where you want to add the emote
this is what I mean, it doesn't show the one I am an editor on that window tab
T.T
so Idk what is wrong
Which channel u want to add emote in?
You click on an emote you want to add and just add it to that channel by clicking the corespsonding box
you donut
yes I did try it...
You're editor on all those channels right
You can't see any of them?
Or just an specific one
that is my own
I want to add on the other

What's the one you're editor? 
so which channel u want to add emote in?
itsrawkus
I love rawkus
^^
yea

that's why I am confused
Tell them to add an emote to make the 1st emote set first
hmm...asking that guy to do it like will be in a million years
since they dont have an emote set, you cant add any emote for him for now
Real
I will try
👏 kira mvp
!close case
thanks
Tell us how it goes 
my badge doesnt show in chat help plz. been subbed for 9 days
enable it in your profile settings on https://7tv.app/
then wait 10 mins and refresh twitch

oh you have to enable it oops thank you!
btw how you get different paints? ive seen different ones. the longer you are subbed?
new paints release every month. so the longer you sub the more youll have. old paints may be released in the future
nice. thanks for the help 

Does People get a email or so if they get 7tv gifted ?
Mmhm, yes
how do i add the animated TWITCH profile pic after subscribing to 7tv?
Click edit profile and then in the top right corner click the striped circle
And wait ~10-20 minutes
ok
i have 7tv enabled through FFZ, this is ok? i dont need the 7tv plug in for this?
just want to make srue
sure*
Yeah that's completely OK
ok so just wait? lol



Hello
Hello, do you get anything as a gift for subscriptions?
I mean, I gave someone a subscription as a gift, and will I get anything extra for it?
Not as far as I know
Hopefully a thanks from the gift recipient
oh, I thought you were getting a special badge or something
gifter badge
hello i was just added as an editor for another channel and i cant add any emotes there yet and the channel doesnt appear on my list either. do i have to give it some time for it to apply or what can i do
Does the channel you're editor for have any emotes yet?
no nothing yet i will set it up he just subbed and added me as an editor
Tell him to add an emote, it will prompt him to create an emote set and then it works
alright thanks

hello, I was adding an emote (I made) to my set, but it wouldn't let me (because I didn't remove the emote of the same name beforehand) and so I created a new emotes set (to see what it does) and now I don't have any of these 124 emotes and idk how to delete the set
so the question is how to remove that empty emotes set
so am I stuck with no 7tv emotes?
go to your profile, click on your twitch connection and change the set
oh nice, thanks

Is the Verified Role given automatically or does one have to apply for it?
Elaborate 
verified means they are a partner on twitch
7tv verified 

So a verified role is associated with a twitch partner?
wait it isnt?
idk anymore
It is
yeah verified role on 7tv = twitch partner
= twitch partner
And do you get it automatically or do you have to ask for it somehow ?
You can apply once you have streamed for 25 hours in a month on 12 different days with an average of 75 viewers.
It's manual approval
Yeah i know how to get partner, but my friend has a partner but she didn't get the roles on 7tv
Link to her profile?
on twitch or 7tv
7tv
ok
Well either
The ones I'm editor for have gotten it automatically
did they change their name on twitch recently?
nope same name like 5 years
well idk then
@earnest roost thoughts?
havent handed out verified roles in a while
wdym its manual

And can you give her the role manually?
all the streamers that matter already have the verified status
Accidently Unlinked my twitch on my 7tv account but its still connected to my discord is there anyway to reconnect my account , because i can't even login with twitch anymore. 
should be able to link connection where it says unlink for me
right click
oh thank you soo much
that's new to me 
im so dumb 
yep 
bro i was so stressed 
that's like a secret menu
No other sign in button functions that way
it even has the twitch logo on it
no one would assume you can use it for anything else
how to check all channels who used my emote?
it was added there so that pepegas who unlink their twitch can fix it
of course its hidden

Why hide it though?
just make it a standard login button with a popup menu that has all the platforms
yea i am pepega 
thats how most apps do it nowadays
5x10=50
🥐
do it now

you're on our monthly payroll, do it now 
elaborate?
he wants to see all channels
oh
yep
i dont think the page thing is a thing yet
me














surely they will read that
its this one




