Giter Club home page Giter Club logo

Comments (7)

BoGnY avatar BoGnY commented on June 3, 2024 1

It was fixed with commit "put old loadJSON back in" ca7ab09
Problem was loadJSON

from openpogoweb.

BobbyWibowo avatar BobbyWibowo commented on June 3, 2024

GET http://localhost:8000/socket.io/?EIO=3&transport=polling&t=LOn5kc2 404 (File not found) socket.io-1.4.5.js:1

Have you ran Socket.IO server? From what I can tell, it's necessary.

from openpogoweb.

julienlavergne avatar julienlavergne commented on June 3, 2024

The problem you are having is not related to the issue on socket.io.
In main.js, loadJSON
Change fulfill(data); to fulfill(JSON.parse(data));

from openpogoweb.

BoGnY avatar BoGnY commented on June 3, 2024

I don't have fulfill text on main.js
I use latest master branch, and loadJSON function on main.js file is:

loadJSON: function(path, success, error, successData) {
  $.get({
    url: path + "?" + Date.now()
  }).done(function(data) {
    if(data !== undefined) {
      success(data, successData)
    } else {
      error(data)
    }
  })
},

from openpogoweb.

tvb avatar tvb commented on June 3, 2024

Having the same issue. And having no fulfill in main.js using latest master branch

from openpogoweb.

PotentialIngenuity avatar PotentialIngenuity commented on June 3, 2024

im having the same issue. my map goes to the same location and as you can see i have all the files. but it cant find them
image

from openpogoweb.

tvb avatar tvb commented on June 3, 2024

I am still having the issue after pulling in ca7ab09

xxx - - [29/Jul/2016 11:51:53] code 404, message File not found
xxx - - [29/Jul/2016 11:51:53] "GET /socket.io/?EIO=3&transport=polling&t=LOs4JWx HTTP/1.1" 404 -

from openpogoweb.

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.