#Can't see 7tv after redownload

1 messages · Page 1 of 1 (latest)

pale solar
#

So I can't see 7tv app working but i got the extension on my browser i cant see the 7tv icon nor the emotes

#

these are deleted messages now

#

i did brave://restart

#

i changed my dns to 1.1.1.1

#

i did ipconfig/flushdns

#

tas it

honest prairie
#

try disabling brave shield

pale solar
#

oh i did that too

honest prairie
#

if you have one, does it work with a vpn/proxy?

pale solar
#

i dont get that one

#

i got turbovpn extension

#

but i dont use it

sleek zealot
#

so if you can get a free vpn like proton or something and test if it works with that

pale solar
#

imma try dat

#

still dotn work

sleek zealot
#

ok now type chrome://restart

#

with the vpn on

pale solar
#

same thing

native plover
#

looks like the 7tv extension is not running on ur browser

#

it should have 7tv icon in the chatbox

pale solar
#

yeah i peeped but it used to run just fine yesterday/this morning

#

i did a clean boot cos i wanted to install league

#

after that i think it stopped working

native plover
#

does it work in private mode?

pale solar
#

nope

native plover
#

can u try create a new browser profile

#

or click the 7tv extension near the address bar and give it permission again

#

do the onboard thing

pale solar
#

i did the onboarding thing

#

nothing changed

native plover
#

try create a new browser profile, download 7tv on it

pale solar
#

oh shit

#

i can see motes on that profile

#

and it works normally

native plover
#

Okay its corrupted, tho im not if there's a way to backup, or u have to manually move everything to the new one Pfftt

pale solar
#

omgbruhhh

#

how am i gonna move this 🤬

#

on a real not tho i appreciate all yall for helping respect

native plover
#

@pale solar

pale solar
#

i dont see a 7tv

native plover
#

kek idk then

uncut raptor
#

@thin pagoda

thin pagoda
#

Can you open inspect element and see in console if there's ANYTHING related to 7TV?

#

LIKE [7TV] ?

#

Something like these

#

If not then Go to Manage Extensions from top right 3 dot menu. then make sure Twitch is enabled here:

#

If you have automatically allow access on. then it should be ok

#

@pale solar ^^

pale solar
thin pagoda
# pale solar

Can you uninstall the extension and install it again? But this time please make sure there's 1 only running and installed. It seems that 2 were trying to init a DB and now it's corrupted? Which is weird

pale solar
#

i think theres more but im not sure what to screenshot

#

bet

pale solar
#

so idk

#

if theres 2 i cant see the 2nd one

thin pagoda
#

Ok can you try writing this command in console?

indexedDB.deleteDatabase("seventv");
indexedDB.deleteDatabase("seventv-dev");
pale solar
#

i did it once before

#

like i just did it twice

#

this was the second time

pale solar
#

i got nothing tho

thin pagoda
#

No luck?

#

still same error?

pale solar
#

yea

thin pagoda
#

Wait side question. but is your main hard disk full?

#

the place that chorme is downloaded in

pale solar
#

not that i know of

#

or maybe

thin pagoda
#

Check

pale solar
#

does that mean its full

thin pagoda
#

more info?

#

Oh no it' snot then

#

Can you try 7tv Stable?

pale solar
#

how i do that

thin pagoda
thin pagoda
#

Are you using Chrome or Brave?

pale solar
#

brave

thin pagoda
pale solar
#

nope

thin pagoda
#

Did you have Chrome before ?

pale solar
#

no

#

i did a full reset and went straight to brave

thin pagoda
#

Try this:

const request = indexedDB.open("seventv", 1);

request.onerror = () => {
  console.error("DB failed to open, deleting");
  indexedDB.deleteDatabase("seventv");
};
#

in console

#

I want to check if the db is there but just corrupted so it aint' loading at all

pale solar
#

this alli got

thin pagoda
#

Ok let's try to add a DB manually then

#
const request = indexedDB.open("seventv", 1);
request.onupgradeneeded = (event) => {
  const db = event.target.result;
  db.createObjectStore("store");
};

request.onsuccess = () => {
  console.log("seventv DB created successfully YIPPE!");
};

request.onerror = () => {
  console.error("Failed to create DB");
};
#

Can you copy paste this into your console?

pale solar
#

it says it worked

thin pagoda
#

as in "seventv DB created successfully YIPPE!" ?

pale solar
#

ye

thin pagoda
#

Ok try to refresh now and see if you get the same error?

pale solar
#

yea i do

#

nothing changed

thin pagoda
#

ok NOW try

indexedDB.deleteDatabase("seventv");
#

If it doesn't work then it seems that Brave is just refusing 7TV from creating DB and says "corrupted file"

pale solar
thin pagoda
#

ok try refresh now

pale solar
#

OOOOO

#

you did it

#

you are the goat ftkey

thin pagoda
#

Perfect

uncut raptor
pale solar
uncut raptor
#

thats just the cdn being shit ngl

thin pagoda
#

What do you see?

pale solar
thin pagoda
#

ok so cdn is working

#

Weird. it just could be cdn fr tho