Bungie.net Community
This topic has moved here: Subject: Possible avatar bug - May be on my end
  • Subject: Possible avatar bug - May be on my end
Subject: Possible avatar bug - May be on my end

For the past couple of weeks, one of the avatars have not been showing up for me. Specifically the terminal avatar. Here is what it looks like for me.

When I go to open the avatar image in a new tab I get this odd text in place of the image (example in quote box below)

Any ideas as to what may be going on? And yes I have already cleared cookies & cache. And tried it on multiple browsers.

All the other avatars are working fine for me, and I can view them in a new tab as well. Is anyone else having the same issue?

if(typeof $telerik.$==="undefined"){$telerik.$=jQuery;
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright ? 2008 George McGinley Smith
* All rights reserved.
*/
/*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright ? 2001 Robert Penner
* All rights reserved.
*/
}(function(a){a.easing.jswing=a.easing.swing;
a.extend(a.easing,{def:"easeOutQuad",swing:function (i,g,f,h,e){return a.easing[a.easing.def](i,g,f,h,e);
},easeLinear:function(i,g,f,h,e){return h*g/e+f;
},easeInQuad:function(i,g,f,h,e){return h*(g/=e)*g+f;
},easeOutQuad:function(i,g,f,h,e){return -h*(g/=e)*(g-2)+f;
},easeInOutQuad:function(i,g,f,h,e){if((g/=e/2)<1){return h/2*g*g+f;
}return -h/2*((--g)*(g-2)-1)+f;
},easeInCubic:function(i,g,f,h,e){return h*(g/=e)*g*g+f;
},easeOutCubic:function(i,g,f,h,e){return h*((g=g/e-1)*g*g+1)+f;
},easeInOutCubic:function(i,g,f,h,e){if((g/=e/2)<1){return h/2*g*g*g+f;
}return h/2*((g-=2)*g*g+2)+f;
},easeInQuart:function(i,g,f,h,e){return h*(g/=e)*g*g*g+f;
},easeOutQuart:function(i,g,f,h,e){return -h*((g=g/e-1)*g*g*g-1)+f;
},easeInOutQuart:function(i,g,f,h,e){if((g/=e/2)<1){return h/2*g*g*g*g+f;
}return -h/2*((g-=2)*g*g*g-2)+f;
},easeInQuint:function(i,g,f,h,e){return h*(g/=e)*g*g*g*g+f;
},easeOutQuint:function(i,g,f,h,e){return h*((g=g/e-1)*g*g*g*g+1)+f;
},easeInOutQuint:function(i,g,f,h,e){if((g/=e/2)<1){return h/2*g*g*g*g*g+f;
}return h/2*((g-=2)*g*g*g*g+2)+f;
},easeInSine:function(i,g,f,h,e){return -h*Math.cos(g/e*(Math.PI/2))+h+f;
},easeOutSine:function(i,g,f,h,e){return h*Math.sin(g/e*(Math.PI/2))+f;
},easeInOutSine:function(i,g,f,h,e){return -h/2*(Math.cos(Math.PI*g/e)-1)+f;
},easeInExpo:function(i,g,f,h,e){return(g==0)?f:h*Math.pow(2, 10*(g/e-1))+f;
},easeOutExpo:function(i,g,f,h,e){return(g==e)?f+h:h*(-Math.p ow(2,-10*g/e)+1)+f;
},easeInOutExpo:function(i,g,f,h,e){if(g==0){return f;
}if(g==e){return f+h;
}if((g/=e/2)<1){return h/2*Math.pow(2,10*(g-1))+f;
}return h/2*(-Math.pow(2,-10*--g)+2)+f;
},easeInCirc:function(i,g,f,h,e){return -h*(Math.sqrt(1-(g/=e)*g)-1)+f;
},easeOutCirc:function(i,g,f,h,e){return h*Math.sqrt(1-(g=g/e-1)*g)+f;
},easeInOutCirc:function(i,g,f,h,e){if((g/=e/2)<1){return -h/2*(Math.sqrt(1-g*g)-1)+f;
}return h/2*(Math.sqrt(1-(g-=2)*g)+1)+f;
},easeInElastic:function(e,j,g,h,i){var k=1.70158;
var f=0;
var l=h;
if(j==0){return g;
}if((j/=i)==1){return g+h;
}if(!f){f=i*0.3;
}if(l<Math.abs(h)){l=h;
var k=f/4;
}else{var k=f/(2*Math.PI)*Math.asin(h/l);
}return -(l*Math.pow(2,10*(j-=1))*Math.sin((j*i-k)*(2*Math.PI)/f))+g;
},easeOutElastic:function(e,j,g,h,i){var k=1.70158;
var f=0;
var l=h;
if(j==0){return g;
}if((j/=i)==1){return g+h;
}if(!f){f=i*0.3;
}if(l<Math.abs(h)){l=h;
var k=f/4;
}else{var k=f/(2*Math.PI)*Math.asin(h/l);
}return l*Math.pow(2,-10*j)*Math.sin((j*i-k)*(2*Math.PI)/f)+h+g;
},easeInOutElastic:function(e,j,g,h,i){var k=1.70158;
var f=0;
var l=h;
if(j==0){return g;
}if((j/=i/2)==2){return g+h;
}if(!f){f=i*(0.3*1.5);
}if(l<Math.abs(h)){l=h;
var k=f/4;
}else{var k=f/(2*Math.PI)*Math.asin(h/l);
}if(j<1){return -0.5*(l*Math.pow(2,10*(j-=1))*Math.sin((j*i-k)*(2*Math.PI)/f) )+g;
}return l*Math.pow(2,-10*(j-=1))*Math.sin((j*i-k)*(2*Math.PI)/f)*0.5+ h+g;
},easeInBack:function(e,i,f,g,h,j){if(j==undefined){j=1.70158 ;
}return g*(i/=h)*i*((j+1)*i-j)+f;
},easeOutBack:function(e,i,f,g,h,j){if(j==undefined){j=1.7015 8;
}return g*((i=i/h-1)*i*((j+1)*i+j)+1)+f;
},easeInOutBack:function(e,i,f,g,h,j){if(j==undefined){j=1.70 158;
}if((i/=h/2)<1){return g/2*(i*i*(((j*=(1.525))+1)*i-j))+f;
}return g/2*((i-=2)*i*(((j*=(1.525))+1)*i+j)+2)+f;
},easeInBounce:function(i,g,f,h,e){return h-a.easing.easeOutBounce(i,e-g,0,h,e)+f;
},easeOutBounce:function(i,g,f,h,e){if((g/=e)<(1/2.75)){re turn h*(7.5625*g*g)+f;
}else{if(g<(2/2.75)){return h*(7.5625*(g-=(1.5/2.75))*g+0.75)+f;
}else{if(g<(2.5/2.75)){return h*(7.5625*(g-=(2.25/2.75))*g+0.9375)+f;
}else{return h*(7.5625*(g-=(2.625/2.75))*g+0.984375)+f;
}}}},easeInOutBounce:function(i,g,f,h,e){if(g<e/2){return a.easing.easeInBounce(i,g*2,0,h,e)*0.5+f;
}return a.easing.easeOutBounce(i,g*2-e,0,h,e)*0.5+h*0.5+f;
}});
})($telerik.$);
/*
* jQuery throttle / debounce - v1.1 - 3/7/2010
* http://benalman.com/projects/jquery-throttle-debounce-plugin/
*
* Copyright (c) 2010 "Cowboy" Ben Alman
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/
(function(b,c){var d=$telerik.$||b.Cowboy||(b.Cowboy={}),a;
d.throttle=a=function(g,j,e,i){var f,h=0;
if(typeof j!=="boolean"){i=e;
e=j;
j=c;
}function k(){var m=this,l=+new Date()-h;
function n(){h=+new Date();
e.apply(m,args);
}function o(){f=c;
}if(i&&!f){n();
}f&&clearTimeout(f);
if(i===c&&l>g){n();
}else{if(j!==true){f=setTimeout(i?o:n,i===c?g-l:g);
}}}if(d.guid){k.guid=e.guid=e.guid||d.guid++;
}return k;
};
d.debounce=function(e,f,g){return g===c?a(e,f,false):a(e,g,f!==false);
};
})(window);
(function(c){c.fx.step.height=function(d){var f=$telerik.quirksMode?1:0;
var e=d.now>f?d.now:f;
d.elem.style[d.prop]=Math.round(e)+d.unit;
};
function a(e,d){return["live",e,d.replace(/\./g,"`" ;).replace(/ /g,"|")].join(".");
}function b(d,e){c.each(e,function(f,g){if(f.indexOf("et_")&g t;0){d[f]=g;
return;
}if(f=="domEvent"&&g){d["get_"+f] =function(){return new Sys.UI.DomEvent(g.originalEvent||g.rawEvent||g);
};
}else{d["get_"+f]=function(h){return function(){return h;
};
}(g);
}});
return d;
}c.extend({registerControlEvents:function(e,d){c.each(d,funct ion(f,g){e.prototype["add_"+g]=function(h){this.get _events().addHandler(g,h);
};
e.prototype["remove_"+g]=function(h){this.get_event s().removeHandler(g,h);
};
});
},registerControlProperties:function(e,d){c.each(d,function(f ,g){e.prototype["get_"+f]=function(){var h=this["_"+f];
return typeof h=="undefined"?g:h;
};
e.prototype["set_"+f]=function(h){this["_" ;+f]=h;
};
});
},registerEnum:function(e,f,d){e[f]=function(){};
e[f].prototype=d;
e[f].registerEnum(e.getName()+"."+f);
},raiseControlEvent:function(e,f,g){var d=e.get_events().getHandler(f);
if(d){d(e,b(new Sys.EventArgs(),g));
}},raiseCancellableControlEvent:function(e,g,h){var d=e.get_events().getHandler(g);
if(d){var f=b(new Sys.CancelEventArgs(),h);
d(e,f);
return f.get_cancel();
}return false;
},isBogus:function(f){try{var e=f.parentNode;
return false;
}catch(d){return true;
}}});
c.eachCallback=function(g,e){var f=0;
function d(){if(g.length==0){return;
}var h=g[f];
e.apply(h);
f++;
if(f<g.length){setTimeout(d,1);
}}setTimeout(d,1);
};
c.fn.eachCallback=function(f){var g=0;
var d=this;
function e(){if(d.length==0){return;
}var h=d.get(g);
f.apply(h);
g++;
if(g<d.length){setTimeout(e,1);
}}setTimeout(e,1);
};
})($telerik.$);

  • 10.27.2012 11:56 AM PDT

I'm not having any problem. I'm running Firefox.

  • 10.27.2012 11:58 AM PDT

It looks like the image didn't load, that should go away if you refresh the page.

Waits for Dazrobbo's reply.

  • 10.27.2012 12:04 PM PDT