-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser.js error #51
Comments
hey, thanks for the report and for giving copyparty a go 👍 think i know how to fix it, but want to make sure I've got it right -- while the error is visible (or while visiting any site on localhost with that browser), could you open the JavaScript console (hotkey Ctrl-Shift-K), run the following two commands and copy the output?
also, do you happen to be running any other web stuff on this machine / do you recall ever accessing any other service on localhost? |
Command 1 outputted Also yeah im running a media server w/ sonarr/radarr on localhost |
huh alright, that's not what i expected so good thing we checked -- could you open up the console in the tab that's showing the error, then refresh the tab, and run the following? var r=['']; for (var a of 'acct dtheme lang u2sort'.split(' ')) r.push(window[a]); r.push(Object.keys(Ls)); r=r.join('], [')+']'; console.log(r); there might be some relevant information being printed as the page is refreshed as well, so please include everything that appears starting from the refresh. would also be great if you could hit Ctrl-U to show the html source of the page and copy/paste all of that into a textfile to attach here, but that would include the file listing from copyparty as well, so skip that if you've tried to view a folder that contains any filenames you wanna keep secret :> |
I attached the source and only removed the name of my pc.
|
Thanks! Did you by any chance run copyparty with |
Describe the bug
getting this:
/.cpr/browser.js @947:7
TypeError: L is undefined
To Reproduce
no idea, just tried visiting the base url on localhost
Expected behavior
i dont get this error
Screenshots
see below
Server details
if the issue is possibly on the server-side, then mention some of the following:
Client details
if the issue is possibly on the client-side, then mention some of the following:
Additional context
The text was updated successfully, but these errors were encountered: