#Can't see 7tv after redownload
1 messages · Page 1 of 1 (latest)
https://cdn.7tv.app/ this doesnt load
these are deleted messages now
i did brave://restart
i changed my dns to 1.1.1.1
i did ipconfig/flushdns
tas it
try disabling brave shield
oh i did that too
if you have one, does it work with a vpn/proxy?
Basically want to test if its something to do with your ip
so if you can get a free vpn like proton or something and test if it works with that
same thing
looks like the 7tv extension is not running on ur browser
it should have 7tv icon in the chatbox

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
does it work in private mode?
nope
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
its corrupted, tho im not if there's a way to backup, or u have to manually move everything to the new one 
omgbruhhh
how am i gonna move this 🤬
on a real not tho i appreciate all yall for helping respect
idk then
@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 ^^
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
i uninstal and reinstalled and i only see 1 but nothing changed
so idk
if theres 2 i cant see the 2nd one
Ok can you try writing this command in console?
indexedDB.deleteDatabase("seventv");
indexedDB.deleteDatabase("seventv-dev");
i also refreshed
i got nothing tho
yea
Wait side question. but is your main hard disk full?
the place that chorme is downloaded in
Check
how i do that
yeah still dont work
Are you using Chrome or Brave?
brave
https://cdn.7tv.app/ Can you see this? saying welcome?
nope
Did you have Chrome before ?
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
this alli got
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?
it says it worked
as in "seventv DB created successfully YIPPE!" ?
ye
Ok try to refresh now and see if you get the same error?
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"
ok try refresh now
yeah im the goat 
only thing is some emotes and badges appear like dis
thats just the cdn being shit ngl


