mesibo / samples

Mesibo Samples
55 stars 61 forks source link

Uncaught ReferenceError: MesiboDemoApp is not defined #35

Open ashok-arjun opened 4 years ago

ashok-arjun commented 4 years ago

I've worked on the sample basic demo app before, but after the messenger app came out, I tried it today, with the correct credentials in config.js, and my user is also connecting(online), but I get these errors in the console, and I am unable to use the app:

Screenshot from 2020-01-19 16-09-06

The errors are:

Uncaught TypeError: Cannot read property 'download' of undefined
    at MesiboStorage._getContactsFromStorage (app_storage.js:90)
    at new MesiboStorage (app_storage.js:49)
    at MesiboAppCore.init (core.js:75)
    at new MesiboAppCore (core.js:52)
    at app.js:47

2.

Uncaught ReferenceError: MesiboDemoApp is not defined
    at init (app_ui.js:750)
    at app_ui.js:754

3.

Uncaught TypeError: Cannot read property 'getMessages' of undefined
    at MesiboAppCore.clear_outbox (core.js:204)
    at MesiboNotify.Mesibo_OnConnectionStatus (notify.js:59)
    at $S8 (mesibo.js:62)
    at Mesibo.$S.ra (mesibo.js:75)
    at $Sv.$S.ra (mesibo.js:18)
    at WebSocket.b.h.onmessage (mesibo.js:20)

Please help me resolve them, as I have to build an application by the end of January, and I am not getting any replies from Mesibo by email :(