w3c / Mobile-Checker

The Mobile Checker is a tool for Web developers who want to make their Web page or Web app work better on mobile devices.
https://validator.w3.org/mobile-alpha/
MIT License
322 stars 85 forks source link

check images with exif metadata #52

Closed dontcallmedom closed 9 years ago

gbaudusseau commented 9 years ago

Hey,

You forgot to update the package.json file.

Otherwise, I tried to run the Mobile Checker in including this test and encountered this error:

buffer.js:188
        throw new TypeError('First argument needs to be a number, ' +
              ^
TypeError: First argument needs to be a number, array or string.
    at new Buffer (buffer.js:188:15)
    at null.<anonymous> (/Users/guillaume/Documents/w3c/Mobile-Checker/lib/checks/performance/exif.js:27:33)
    at emit (events.js:117:20)
    at reportNetworkTraffic (/Users/guillaume/Documents/w3c/Mobile-Checker/node_modules/mobile-web-browser-emulator/lib/browser-emulator.js:107:14)
    at /Users/guillaume/Documents/w3c/Mobile-Checker/node_modules/mobile-web-browser-emulator/node_modules/browsermob-proxy/index.js:55:41
    at IncomingMessage.<anonymous> (/Users/guillaume/Documents/w3c/Mobile-Checker/node_modules/mobile-web-browser-emulator/node_modules/browsermob-proxy/index.js:211:17)
    at IncomingMessage.emit (events.js:117:20)
    at _stream_readable.js:943:16
    at process._tickCallback (node.js:419:13)
dontcallmedom commented 9 years ago

can share the URL of the page that triggered this error?

(I've fixed the package.json)

tripu commented 8 years ago

OK to delete the branch?