Nitro HTML 5 Client

Ekalus

New Member
Mar 27, 2020
29
4
Hi,

when I try to get into the client it loads to 80% and then it says in console while client says Connection Closed
Angular is running in development mode. Call enableProdMode() to enable production mode.
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [NitroCommunicationManager] Initializing Connection: wss://ws.SITENAME.com:2096 +16417ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [NitroCommunicationManager] Connection Initialized +578ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [NitroCommunicationManager] Connection Authenticated +444ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [Nitro] Invalid Collection: place_holder +6143ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [Nitro] Invalid Collection: room +1133ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [Nitro] Invalid Collection: place_holder_wall +1468ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [Nitro] Invalid Collection: selection_arrow +1433ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [Nitro] Invalid Collection: place_holder_pet +1482ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [Nitro] Invalid Collection: tile_cursor +1768ms
NitroLogger.ts:42 [Nitro] Tue Jan 26 2021 [NitroCommunicationManager] Connection Closed +46320ms
Connection is made with the emulator, it says username connected and username disconnected.

Hope someone can help me out with this.
 

Maatt

Active Member
Aug 29, 2012
162
158
Go to your web inspector network tab and then reload your client and it should show you any resources that are not loading properly.
Have you set up and hosted your assets properly?
 

Ekalus

New Member
Mar 27, 2020
29
4
r web inspector network tab
That one is all empty.
I believe that the assets are all good. But they are very confusing to do I must say, lol. Been using these also:
 

Ekalus

New Member
Mar 27, 2020
29
4
you're missing the default assets.
I am using these as base, and in config all the links to these assets are working.

edit: apparently I am missing these: I just found out
 
Last edited:

Users who are viewing this thread

Top