Giter Club home page Giter Club logo

Comments (5)

rpaschoal avatar rpaschoal commented on September 4, 2024

Hi,

Could you also post the steps to reproduce this error? Did you make any changes to the code itself? I never saw this happening before when I was using this plugin.

Cheers.

from chatjs.

manjuarun avatar manjuarun commented on September 4, 2024

Hi,
I downloaded this file and extracted and then ran without changing anything.
image

In chrome, its showing nothing. But in the developer window error was like this. But in IE, exception got caught in the html page, which says isMaximized property is null.

Thanks,
Manju

from chatjs.

rpaschoal avatar rpaschoal commented on September 4, 2024

Could you try cloning the project from GitHub instead?

Not sure how well updated the website is.

Cheers.

from chatjs.

MrGorki avatar MrGorki commented on September 4, 2024

Having same issue even after installing version 2.20 through Nuget

from chatjs.

vkelman avatar vkelman commented on September 4, 2024

Guys, I think I know what the issue is! Application doesn't run correctly in a sub-folder, but runs at a web-server root level.

I got code from GitHub, didn't make any changes. On my Win7 workstation under IIS I added virtual directory pointing to ChatJs. So, URL is http://localhost/chatjs/

  • In IE 11 chat is not displayed and F12 tool shows an error similar to decribed above;
  • Basically the same in Firefox, just error is a bit different;
  • In Chrome chat works, but I got GET http://localhost/Chatjs/sounds/chat.ogg 404 (Not Found)
    Correct URL would be http://localhost/chatjs/Chatjs/sounds/chat.ogg. That gave me an idea: apparently application running in IIS sub-folder 'chatjs' is not handled correctly.

And yes - running it as at root level using live-server fixes errors. Chat is working in all three browsers and sound works as well. Not sure how Chrome managed to get it partially working in a sub-folder. But relative paths should be fixed allowing to work in a sub-folder.

from chatjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.