Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 3)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Gallus" data-source="post: 475717" data-attributes="member: 110569"><p>That fixed the mixed issue.</p><p></p><p>Now, however I am getting this issue.</p><p></p><p></p><p>[CODE]Failed to load resource: the server responded with a status of 404 ()</p><p>renderer.0355b8fd.chunk.js:1 [Nitro] [y] Missing configuration key: system.dispatcher.log</p><p>log @ renderer.0355b8fd.chunk.js:1</p><p>[/CODE]</p><p></p><p>I've looked through all of your tutorials, and saw all the posts for Configuration Failed.</p><p></p><p>I've deleted the @nitrots module, and installed directly from the git, as shown on Page 2 of this tutorial, however, once I've done that, I get a different error for the client.</p><p></p><p>Something along the lines of</p><p></p><p></p><p>[CODE]There's an error in the API -> Inventory -> FurnitureItems.ts -> Line 126</p><p></p><p>if(this._hasRentPeriodStarted){</p><p> time = (this._secondsToExpiration - ((GetNitroInstance().time - this._expirationTimeStamp) / 1000));</p><p> </p><p> if(time < 0) time = 0;</p><p>}</p><p> </p><p>It says the value "time" is not valid.[/CODE]</p><p></p><p>This error ONLY happens when I delete and install the node renderer from the git, rather than leaving what's pulled when using</p><p></p><p>yarn install</p><p></p><p>as instructed to in your tutorial.</p><p></p><p>I've fixed the links for the rendering config and ui configs to include "./" rather than just "/"</p><p></p><p>I'm usually not this lost when it comes to code related things but, I'm used to RuneScape private servers, which are extremely less complicated to set up lol.</p><p></p><p>EDIT: I've fixed the issue, I had to move the renderer-config.json and ui-config.json into the atomcms public folder</p><p></p><p>Now, I am just facing a connection error</p><p></p><p>[CODE]WebSocket connection to 'wss://nitro.MY-DOMAIN.com:2096/' failed: [/CODE]</p><p></p><p>I'm going to mess about with this a little more, and will update this post if I've happened to find a fix.</p><p></p><p>UPDATE: I've fixed the WebSocket connection failed issue.</p><p></p><p>When changing the websocket.whitelist the emulator MUST BE TURNED OFF, or else it will not update properly in the database emulator_settings table.</p></blockquote><p></p>
[QUOTE="Gallus, post: 475717, member: 110569"] That fixed the mixed issue. Now, however I am getting this issue. [CODE]Failed to load resource: the server responded with a status of 404 () renderer.0355b8fd.chunk.js:1 [Nitro] [y] Missing configuration key: system.dispatcher.log log @ renderer.0355b8fd.chunk.js:1 [/CODE] I've looked through all of your tutorials, and saw all the posts for Configuration Failed. I've deleted the @nitrots module, and installed directly from the git, as shown on Page 2 of this tutorial, however, once I've done that, I get a different error for the client. Something along the lines of [CODE]There's an error in the API -> Inventory -> FurnitureItems.ts -> Line 126 if(this._hasRentPeriodStarted){ time = (this._secondsToExpiration - ((GetNitroInstance().time - this._expirationTimeStamp) / 1000)); if(time < 0) time = 0; } It says the value "time" is not valid.[/CODE] This error ONLY happens when I delete and install the node renderer from the git, rather than leaving what's pulled when using yarn install as instructed to in your tutorial. I've fixed the links for the rendering config and ui configs to include "./" rather than just "/" I'm usually not this lost when it comes to code related things but, I'm used to RuneScape private servers, which are extremely less complicated to set up lol. EDIT: I've fixed the issue, I had to move the renderer-config.json and ui-config.json into the atomcms public folder Now, I am just facing a connection error [CODE]WebSocket connection to 'wss://nitro.MY-DOMAIN.com:2096/' failed: [/CODE] I'm going to mess about with this a little more, and will update this post if I've happened to find a fix. UPDATE: I've fixed the WebSocket connection failed issue. When changing the websocket.whitelist the emulator MUST BE TURNED OFF, or else it will not update properly in the database emulator_settings table. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to set up a retro in 2023 (IIS) (Nitro HTML5) - (Part 3)
Top