Raylehnhoff / Have-I-Cubed-This-Yet

A small tool to keep track of if something was cubed or not
11 stars 12 forks source link

Page does not work after reload, empty content is loaded #9

Closed prusswan closed 8 years ago

Raylehnhoff commented 8 years ago

What was the issue? Is it resolved for you?

On Mon, Jan 4, 2016, 6:10 AM prusswan notifications@github.com wrote:

Closed #9 https://github.com/Raylehnhoff/Have-I-Cubed-This-Yet/issues/9.

— Reply to this email directly or view it on GitHub https://github.com/Raylehnhoff/Have-I-Cubed-This-Yet/issues/9#event-504730751 .

prusswan commented 8 years ago

Issue seems to be caused by github.io, so I closed it.

Raylehnhoff commented 8 years ago

This is the first I've heard of it. Sometimes people running https anywhere can have issues with sites like this. Could that be the case for you?

On Mon, Jan 4, 2016, 4:34 PM prusswan notifications@github.com wrote:

Issue seems to be caused by github.io, so I closed it.

— Reply to this email directly or view it on GitHub https://github.com/Raylehnhoff/Have-I-Cubed-This-Yet/issues/9#issuecomment-168844400 .

prusswan commented 8 years ago

I ran into it again on Opera and Chrome (https://raylehnhoff.github.io/Have-I-Cubed-This-Yet/)

The console error looks something like:

items.js?v=20150310:408 Uncaught TypeError: masterList[i] is not a functionSite._checkConsistencyAndSort @ items.js?v=20150310:408Site.checkConsistency @ items.js?v=20150310:452Site.init @ items.js?v=20150310:195(anonymous function) @ footerScripts.js:5j @ jquery-1.11.3.min.js:2k.fireWith @ jquery-1.11.3.min.js:2m.extend.ready @ jquery-1.11.3.min.js:2J @ jquery-1.11.3.min.js:2

Raylehnhoff commented 8 years ago

This site uses hard-coded HTTP paths, so a https:// url will cause some files to not load. It's probably an oversight, but there's no data transmission, so no need for https.

On Mon, Jan 4, 2016 at 7:20 PM, prusswan notifications@github.com wrote:

I ran into it again on Opera and Chrome ( https://raylehnhoff.github.io/Have-I-Cubed-This-Yet/)

The console error looks something like:

items.js?v=20150310:408 Uncaught TypeError: masterList[i] is not a functionSite._checkConsistencyAndSort @ items.js?v=20150310:408Site.checkConsistency @ items.js?v=20150310:452Site.init @ items.js?v=20150310:195(anonymous function) @ footerScripts.js:5j @ jquery-1.11.3.min.js:2k.fireWith @ jquery-1.11.3.min.js:2m.extend.ready @ jquery-1.11.3.min.js:2J @ jquery-1.11.3.min.js:2

— Reply to this email directly or view it on GitHub https://github.com/Raylehnhoff/Have-I-Cubed-This-Yet/issues/9#issuecomment-168873254 .