dragon731012 / DM-Unbl0cker

A web proxy that uses a static version of ultraviolet made by TIW to search the web freely, with a chat, games, apps, and customizable settings. Hostable on any static provider, including netlify! Please star (especially if you fork) Join my discord server for updates, links, and to hang out! Also, please donate/sponsor if you can, thank you!
https://cool.blinklab.com
90 stars 354 forks source link

ReferenceError: __uv$config is not defined #25

Open veebvs20 opened 12 months ago

veebvs20 commented 12 months ago

Downloaded the github repo and uploaded it to my webserver so I can use this at my school since the other domains are blocked.

Everything works except the home page/search page, where I get "ReferenceError: __uv$config is not defined" upon loading the page. Console gives these errors, and I know no javascript whatsoever:

Uncaught SyntaxError: invalid range in character class 392 https://my.domain.com/uv/uv.bundle.js:1 Uncaught ReferenceError: Ultraviolet is not defined

https://my.domain.com/uv/uv.config.js:4 ncaught (in promise) ReferenceError: __uv$config is not defined registerSW https://my.domain.com/register-sw.js:28 loadsw https://my.domain.com/scripts/load.js:3 https://my.domain.com/scripts/load.js:44
dragon731012 commented 12 months ago

try clearing site cookies, and check if https://pyth0n.software/bare/ isnt blocked by the firewall at your school

SauceGoodman commented 11 months ago

is it bad that https://pyth0n.software/bare/ is blocked by my school...

dragon731012 commented 11 months ago

by the firewall?

dragon731012 commented 11 months ago

if it is, host https://github.com/dragon731012/dm-unbl0cker-bare-server and put it into the uv.config.js

veebvs20 commented 11 months ago

try clearing site cookies, and check if https://pyth0n.software/bare/ isnt blocked by the firewall at your school

Clearing the cookies had no effect. It happens on different devices, and on my home wifi too so nothing is blocking it. It also happens on multiple websites I tried on, across different hosts (A2 Hosting & Hostgator). I also tried hosting a bare server and that didn't fix it either.