Server maintenance issue?

The last two mornings, around 8:00 CST. I seem to be getting server errors like

Failed to load resource: the server responded with a status of 404 (Not Found)

require.js:138 Uncaught Error: Script error for: Shaders/DepthPlaneFS

http://requirejs.org/docs/errors.html#scripterror

Yesterday, the error went away after a bit.

Is there some maintenance time when I should suspend work? Is the problem on my side?

Hello,

I’m not aware of any problem. Are you still seeing this?

Thanks,

Hannah

Hannah,

No I haven’t. It only happened those two days. I got up and worked for a while and then around 8:00AM the error would appear. I would turn to other work on our server, from home and all was well.I use a VPN connection. After a bit, I went back to Cesium and, having done nothing since I stopped everything was good here as well. I posted the error since it seem to be referring to remote resources. Probably it was somewhere in the chain of local connections.Sorry to have bothered you with this.

Thanks,

Jerry

Is there a reason that Cesium just stopped loading, after working for nearly a year on my site. Nothing changed but the cesium server won't load terrain.

I'm seeing problems with previously working code as well.

Are you seeing the issues I mentioned, i.e.: just loading a black sky with stars, but no terrain?

I've never seen this happen before... just as if the server doesn't like us anymore.

It's been working famously for many months... afraid to change anything on this end, unless I can confirm it's not a cesium server issue.

thanks

The URL changed months ago, and they just dropped the redirection. The new URL is on this page:

https://cesiumjs.org/data-and-assets/terrain/stk-world-terrain.html

Kevin

You most likely need to update your terrain url to

//assets.agi.com/stk-terrain/world

For example, see http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Terrain.html&label=Showcases

The old cesiumjs.org/stk-terrain/world url was deprecated with the Cesium 1.11 release. See CHANGES.md.

Patrick

Thank you Patrick

I did change this from the //cesiumjs.org/stk-terrain/world to //assets.agi.com/stk-terrain/world

but it still doesn't load. Still a black space with stars.

Here's the site...

http://paperdrone.com

I just checked out the site and your app is still requesting tiles from http://cesiumjs.org/stk-terrain/tilesets/world/tiles/

Replace cesiumjs.org with assets.agi.com and you’ll be good to go.

Alex

THANK YOU!!!

Thank you all for your help. Very, very much appreciated.

It works now. http://paperdrone.com

j.

Jon - I’m so glad it worked for you. Awesome app, by the way!

Patrick