Jump to content

Playground saved scenes hosed


JCPalmer
 Share

Recommended Posts

I wanted to go back to a scene, & drinking some on the 4th, but the Url reverted back to one without the stuff at the end.  At first, thought who deleted my fuckin scene:angry:.  After I calmed down, I tried others, ones in documentation, all the same result.  Think there be a problem not specific to me.  Can anyone get a saved scene?  Time for a nap.

Link to comment
Share on other sites

I can confirm that it doesn't work anymore. I saw the following errors in my console:

VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:1725 GET https://babylonjs-api2.azurewebsites.net/snippets/8BYZ34/0 500 (Internal Server Error)
checkHash @ VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:1725
run @ VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:1734
(anonymous) @ VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:1797
t._invokeFactory @ VM59 loader.js:1
t.complete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._resolve @ VM59 loader.js:1
s.defineModule @ VM59 loader.js:1
o @ VM59 loader.js:1
(anonymous) @ VM108 editor.main.js:7
t._invokeFactory @ VM59 loader.js:1
t.complete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._onModuleComplete @ VM59 loader.js:1
s._resolve @ VM59 loader.js:1
s.defineModule @ VM59 loader.js:1
o @ VM59 loader.js:1
(anonymous) @ VM109 editor.main.nls.js:7
VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:803 Uncaught TypeError: scripts[(index - 1)].trim is not a function
    at loadScriptFromIndex (VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:803)
    at XMLHttpRequest.xmlHttp.onreadystatechange (VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:1713)

 

Link to comment
Share on other sites

7 hours ago, iiceman said:

I can confirm that it doesn't work anymore. I saw the following errors in my console:


...
(anonymous) @ VM109 editor.main.nls.js:7
VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:803 Uncaught TypeError: scripts[(index - 1)].trim is not a function
    at loadScriptFromIndex (VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:803)
    at XMLHttpRequest.xmlHttp.onreadystatechange (VM72 ec2d630ffa49fdb7e8f1337b92361b9e67169777.js:1713)

 


// scripts array contains an object, .trim is for strings.

var script = scripts[index - 1].trim();
loadScript("scripts/" + script + ".js", script);

// scripts example;

  1. 0:{title: "Animations", samples: Array(7)}
  2. 1:{title: "Audio", samples: Array(4)}
  3. 2:{title: "Cameras", samples: Array(2)}


That seems to be the logged issue atleast.. but probably not the source of the topic bug.

Link to comment
Share on other sites

Thank you guys..I was a fun wake up for me :)

6am: my inbox full of alerts, 2 issues created on the repo. I jumped naked from my bed to my office

6:30am: Issue seems to come from the snippet server not able to communicate anymore with our azure SQL server.

6:45am: Ok the SQL server is forcefully refusing all incoming requests.

7am: Even with no firewall, all incoming connections are rejected. Opening a ticket. I have to pay to get support. Closing the ticket

8am: My daughter woke up. I need to dress and to stop my investigation but seems related to a hard limit linked to the subscription I'm using (Free)

9am: Ok my daughter is at school, let's go back to business

9:15am: Bumping the SQL Server instance to a bigger subscription. Problem solved :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...