When I click the "X" on the program tab and then hit "delete" on the button I get the following error in the console and nothing happens in the applciation:
Code:
sc3c.js?20180315a:424
Uncaught ReferenceError: projPaneOut is not defined
at Object.success (sc3c.js?20180315a:424:62)
at HTMLInputElement.<anonymous> (sc3c.js?20180315a:8:497)
at HTMLInputElement.dispatch (jquery-1.9.1.min.js:3:28337)
at v.handle (jquery-1.9.1.min.js:3:25042)
success @ sc3c.js?20180315a:424
(anonymous) @ sc3c.js?20180315a:8
dispatch @ jquery-1.9.1.min.js:3
v.handle @ jquery-1.9.1.min.js:3
Since the past two or three months, everytime I try to open SourceCoder page on a new browser session it causes the entire Cemetech website to become unresponsive for about a minute, with the SourceCoder icons and jsTIfied screen taking about 30 seconds themselves. I usually cannot access my projects until the SourceCoder menu icons are finished appearing.
I don't know why this happens but it almost sounds like attempting to open SC3 puts the Cemetech server into a state of extreme resources usage or something else (such as AI scrappers) is using most of them.
Sourcecoder loads a lot of static assets and they're in weird places so you were hitting the per-IP rate limits that get applied (in large part to guard against rude scrapers) in order to limit clients to reasonable request rates. I've taught the server about the weird paths that sourcecoder fetches assets from and it's better now.
(You don't have issues with this under typical conditions because when the assets are cached by your browser you don't need to request them, but a fresh browser session won't have them cached.)
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
»
Go to Registration page
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum