Skip to content
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

Plugins cannot check for updates #9

Open
IIRobotNinjaII opened this issue Oct 5, 2021 · 13 comments
Open

Plugins cannot check for updates #9

IIRobotNinjaII opened this issue Oct 5, 2021 · 13 comments

Comments

@IIRobotNinjaII
Copy link

On edge , on startup many plugins can't seem to check for updates and can't download additional libraries or new updates automatically

@huds0nx
Copy link

huds0nx commented Oct 5, 2021

running into this as well. also getting errors that it can't download emotes and another error saying "Could not initiate BDFDB Library Plugin. Check your Internet Connection and make sure GitHub isn't blocked by your Network or try disabling your VPN/Proxy.".

@Strencher
Copy link
Owner

Yes, I got lots of reports about that, I can't reproduce that so that makes it harder to fix the issue. I believe it's some CSP (Content Secure Policy) issue or the browser doesn't like me remove it. It could also be a firewall issue.

@huds0nx
Copy link

huds0nx commented Oct 5, 2021

that could definitely be a cause. just in case, here are a few screenshots of the errors i am getting:
CleanShot 2021-10-05 at 16 17 10@2x
CleanShot 2021-10-05 at 16 17 27@2x

CleanShot 2021-10-05 at 16 18 56@2x

CleanShot 2021-10-05 at 16 18 23@2x

don't know if it would mean anything but i am using chrome on the latest version, on macos (specifically an m1 mac). also, where are the plugins and themes stored on the computer?

@Strencher
Copy link
Owner

The last one isn't related. The other ones are definitely.

@IIRobotNinjaII
Copy link
Author

IIRobotNinjaII commented Oct 6, 2021

Anything I can do to narrow it down?

image

@Strencher
Copy link
Owner

Okay so, can you switch the context in your console (in the top bar select BetterDiscord instead of Top) and run this code?

fetch("https://github.com");

@huds0nx
Copy link

huds0nx commented Oct 6, 2021

I know you told him to run the fetch command, but I just ran it too and got this
CleanShot 2021-10-06 at 12 42 37@2x
:

@Strencher
Copy link
Owner

You ran it inside the proper context i assume?

@huds0nx
Copy link

huds0nx commented Oct 6, 2021

Ehhhh. I just copied and pasted it into the console

@huds0nx
Copy link

huds0nx commented Oct 6, 2021

okay so I just launched chrome with no cors (--disable-web-security), and I still got the error. I think this means it is not a problem with CORS when it gives the initializing bdfb and emojis

@IIRobotNinjaII
Copy link
Author

image

yah I run fetch("https://github.com"); in console.

@Strencher
Copy link
Owner

Yes, that's the issue. Your browser is ignoring my CSP rules for some reason. Maybe I added them wrong? Not sure because it works fine for a lot people.

@IIRobotNinjaII
Copy link
Author

Can I change anything in my browser that will fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants