Hi MrBS, Most of that console log is normal for Roll20. These lines are things that are normally seen: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' https://*.googlesyndication.com https://*.doubleclick.net <a href="https://partner.googleadservices.com" rel="nofollow">https://partner.googleadservices.com</a> <a href="https://www.googletagservices.com" rel="nofollow">https://www.googletagservices.com</a> <a href="https://ssl.google-analytics.com" rel="nofollow">https://ssl.google-analytics.com</a> <a href="https://www.google-analytics.com" rel="nofollow">https://www.google-analytics.com</a> <a href="https://ajax.googleapis.com" rel="nofollow">https://ajax.googleapis.com</a> <a href="http://ajax.googleapis.com" rel="nofollow">http://ajax.googleapis.com</a> <a href="https://d3clqjduf2gvxg.cloudfront.net" rel="nofollow">https://d3clqjduf2gvxg.cloudfront.net</a> <a href="https://cdn.firebase.com" rel="nofollow">https://cdn.firebase.com</a> https://*.firebaseio.com https://*.tokbox.com https://*.opentok.com <a href="http://static.opentok.com" rel="nofollow">http://static.opentok.com</a> <a href="http://www.google-analytics.com" rel="nofollow">http://www.google-analytics.com</a> <a href="http://cdn.crowdin.com" rel="nofollow">http://cdn.crowdin.com</a> <a href="https://crowdin.com" rel="nofollow">https://crowdin.com</a> <a href="http://stun.l.google.com" rel="nofollow">http://stun.l.google.com</a>". Either the 'unsafe-inline' keyword, a hash ('sha256-+ih/0/YkDUzqhvp3db0c856+PFZD/OUhwb/X1n8oYgM='), or a nonce ('nonce-...') is required to enable inline execution. /editor/:13 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' https://*.googlesyndication.com https://*.doubleclick.net <a href="https://partner.googleadservices.com" rel="nofollow">https://partner.googleadservices.com</a> <a href="https://www.googletagservices.com" rel="nofollow">https://www.googletagservices.com</a> <a href="https://ssl.google-analytics.com" rel="nofollow">https://ssl.google-analytics.com</a> <a href="https://www.google-analytics.com" rel="nofollow">https://www.google-analytics.com</a> <a href="https://ajax.googleapis.com" rel="nofollow">https://ajax.googleapis.com</a> <a href="http://ajax.googleapis.com" rel="nofollow">http://ajax.googleapis.com</a> <a href="https://d3clqjduf2gvxg.cloudfront.net" rel="nofollow">https://d3clqjduf2gvxg.cloudfront.net</a> <a href="https://cdn.firebase.com" rel="nofollow">https://cdn.firebase.com</a> https://*.firebaseio.com https://*.tokbox.com https://*.opentok.com <a href="http://static.opentok.com" rel="nofollow">http://static.opentok.com</a> <a href="http://www.google-analytics.com" rel="nofollow">http://www.google-analytics.com</a> <a href="http://cdn.crowdin.com" rel="nofollow">http://cdn.crowdin.com</a> <a href="https://crowdin.com" rel="nofollow">https://crowdin.com</a> <a href="http://stun.l.google.com" rel="nofollow">http://stun.l.google.com</a>". Either the 'unsafe-inline' keyword, a hash ('sha256-k8Kx+oSRaLZ+X7/r67j0Mow6bzS2pemyX++9YAOg3BU='), or a nonce ('nonce-...') is required to enable inline execution. jquery.migrate.js:20 JQMIGRATE: Logging is active app.roll20.net/:17 GET <a href="https://app.roll20.net/editor/startjs/?timestamp=1533339312&disablewebgl=false&forcelongpolling=false&offsite=false&fbdebug=false&forcetouch=false" rel="nofollow">https://app.roll20.net/editor/startjs/?timestamp=1533339312&disablewebgl=false&forcelongpolling=false&offsite=false&fbdebug=false&forcetouch=false</a> 500 () This is I believe where your issue is (or another symptom of your issue): loading.js?v=11:1 Uncaught ReferenceError: d20ext is not defined at loading.js?v=11:1 (anonymous) @ loading.js?v=11:1 app.js?1533140087:338 Uncaught TypeError: Cannot read property 'siteURL' of undefined at app.js?1533140087:338 at app.js?1533140087:371 So, here you've got an undefined variable in your sheet, "d20ext", and a typeError where you can't read the propery "siteURL" of some undefined thing. So, there's a couple possibilities that could be causing this. One that I've run into with a couple of mine is that if your sheet is over 13000ish lines of code, it doesn't import to being a live sheet from github correctly (works fine as a custom sheet). Neither of the two wrath and glory sheets I can see on the github repo are even a fraction of the way to that problem though. The second is obviously that you have some improperly defined variables/objects in your code; maybe from a typo or a weird copy/paste error from moving it to github. Can you post some screencaps of what the sheet looks like when it is stuck on the load screen (character sheets typically don't have a load screen). EDIT: Also, which of the wrath and glory sheets are you trying to access from the drop down?