GithubHelp home page GithubHelp logo

istanbul-proxy's People

Contributors

hitsthings avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

istanbul-proxy's Issues

Content Encoding Error

On most sites I visit, I receive a content encoding error and they do not load, this usually happens right after favicon.ico is logged on the output ( not sure if that is logged on request or serve)

On my websites that I've built with node, it works, however crashes after a single point.

https://gist.github.com/raadad/5810285

ill have a look as well and see if I can figure out whats going on

Connect has no method "static"

I get the following error when I try to run the proxy:

C:\...\node_modules\istanbul-proxy\lib\istanbul-proxy.js:190
        staticServer = connect.static(reportDir);
                                     ^
TypeError: Object function createServer() {
  function app(req, res, next){ app.handle(req, res, next); }
  merge(app, proto);
  merge(app, EventEmitter.prototype);
  app.route = '/';
  app.stack = [];
  return app;
} has no method 'static'

Your package.json specifies using the latest version of various dependencies, and I don't think connect ships with the static middleware any longer. Those dependencies should be tied down to a major version, at least.

Content Encoding Error

I am getting following error on the server when I try to hit any website after setting Istanbul Proxy on the browser :

events.js:160
throw er; // Unhandled 'error' event
^

Error: socket hang up
at createHangUpError (_http_client.js:253:15)
at Socket.socketOnEnd (_http_client.js:345:23)
at emitNone (events.js:91:20)
at Socket.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)

On Browser (Firefox), I get 'Content Encoding Error'.Can someone help me with the Issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.