Google Product Forums

JS-set data uri shows up as a 502 in Webmaster Tools


Phrogz Apr 10, 2012 2:50 PM
Posted in group: Webmaster Central

Categories: Webmaster Tools :

I have read the FAQs and checked for similar issues: Yes

My site's URL (web address) is: http://phrogz.net/

The Webmaster Tools report a 502 for this URL:
from this page:

As seen in the source for that page, the above 'url' appears in the middle of a concatenated JavaScript string:

var img_src = 'data:image/jpeg;base64,' +
    '/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMAEAMCAwYAAAOzAAAG2AAADSL/' +
    // ...trim 11 lines...
    '/9oACAEDAAEFAM/7xixk59QwxkZ1OcHCPC/qBgQnBGRhXJBxnc5ziePxGfi5xTxkn7eD+IVDsIeG8AOi9Si8yMc7HOOcQ9WDdsaM' +
    // ...trim 30+ lines...
    'iW80Id/a6kf7tqkhxgaFA9t3MJH+3I6Jj8smQcfCUjQAOTsVy7aLwAEBLbpz+IVea1Kk4qN7tr2qE/RsQV//2Q==';

I assume that I can ignore this 404, but I wonder if anything further needs to be done about this (towards getting the crawler fixed).