Icehawk78 / FrozenCookies

An automated Cookie Clicker tool.
120 stars 171 forks source link

Valentines Day Update Broke Frozen Cookies #86

Closed sonofshade closed 10 years ago

sonofshade commented 10 years ago

Frozen Cookies will no longer load after the update on Valentines Day. The Frozen Cookies page is blank when you click on the tab. fc

z16 commented 10 years ago

This happened to me the first time around, but then I reloaded the page and reloaded FC and it worked fine then. I still cannot reproduce it, so I figured it was a fluke.

sonofshade commented 10 years ago

I found something odd. I recopied the Code from the link on the main github page for this and it is now working. I originally copied this code from the cookie clicker wiki. I noticed that the URL in "js.setAttribute('src', 'http://icehawk78.github.io/FrozenCookies/frozen_cookies.js')" has .io in it. The one on the wiki did not " js.setAttribute('src', 'https://raw.github.com/Icehawk78/FrozenCookies/master/frozen_cookies.js');". So if anyones elses isn't working just add the .io in the url line and it will load.

Icehawk78 commented 10 years ago

This should not happen anymore. Please reopen if this is still occurring with v1.1.

For reference, the github.io link is for the 'G' branch (which should be more stable and updated less frequently), while the raw.github.com link is for the 'M' branch (which is less stable but updated more frequently).