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

Sign-in Not working #208

Open
RobotsLikeKetchup opened this issue Apr 28, 2020 · 5 comments
Open

Sign-in Not working #208

RobotsLikeKetchup opened this issue Apr 28, 2020 · 5 comments

Comments

@RobotsLikeKetchup
Copy link

When one signs in as a new character, you can play. However, when you try to sign in again, it doesn't allow you, by either loading infinetely or repeatedly giving the incorrect password message. This was used on google chrome.

@Veradictus
Copy link

Inspect element and paste your error here.

@fire-eggs
Copy link

Uncaught ReferenceError: Types is not defined
    at entityfactory.js:23
    at Function.req.execCb (require-jquery.js:1684)
    at execManager (require-jquery.js:554)
    at Object.onDep (require-jquery.js:642)
    at execManager (require-jquery.js:610)
    at Object.onDep (require-jquery.js:642)
    at execManager (require-jquery.js:610)
    at main (require-jquery.js:725)
    at callDefMain (require-jquery.js:738)
    at Object.completeLoad (require-jquery.js:1321)

Brave Version 1.8.95 Chromium: 81.0.4044.138 (Official Build) (64-bit)

@fire-eggs
Copy link

gameclient.js:62 Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
    at Class.connect (https://browserquest.herokuapp.com/js/gameclient.js:62:35)
    at Class.connect (https://browserquest.herokuapp.com/js/game.js:759:29)
    at https://browserquest.herokuapp.com/js/game.js:698:26
connect @ gameclient.js:62
connect @ game.js:759
(anonymous) @ game.js:698

@slanger
Copy link

slanger commented Feb 15, 2021

gameclient.js:62 Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
    at Class.connect (https://browserquest.herokuapp.com/js/gameclient.js:62:35)
    at Class.connect (https://browserquest.herokuapp.com/js/game.js:759:29)
    at https://browserquest.herokuapp.com/js/game.js:698:26
connect @ gameclient.js:62
connect @ game.js:759
(anonymous) @ game.js:698

I got this same error when submitting a new character, and it just says "loading" forever. As a work-around, you can replace "https://" with "http://" in the URL. Of course, this is not ideal though, as HTTP is not as secure as HTTPS.

@CertifiedWebMaster
Copy link

CertifiedWebMaster commented Feb 15, 2021 via email

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

5 participants