Samuel Scheit

Results 208 comments of Samuel Scheit

fixed in version 3.0.12 4ff9b8f let me know if the issue still occurs

please follow the issue naming convention of the organization and put the label name in [ ] brackets

These are all opcodes at the moment. I don't have documentation for every field, but it might help someone in the future ```ts enum GatewayOpcodes { DISPATCH = 0, HEARTBEAT...

I'm not just why it happens, but it could be because your server is overloaded? have a look at #185 Does it only happen in docker? If it also occurs...

yes you can remove it. it is used to close the puppeteer-stream server. this is done, when you are finished with everything and want to exit to program

no problem, you don't need to close the wss server, only if you are force stopping your program

that is fine, the server will automatically choose a free port

Try this https://github.com/SamuelScheit/puppeteer-stream/issues/50#issuecomment-1158451612

Maybe the banner "This browser is being remote controlled" hides the page content and causes a slightly different video resolution: to remove this banner add those launch options: ```js args:...