Lee Soo Hyuk

Results 4 issues of Lee Soo Hyuk

Update index.js for bypass creepjs proxy detection

plugin: stealth ㊙️
plugin: puppeteer-extra

``` Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '#tradingview-widget-0.08302378337582628' is not a valid selector. at Object.embedStylesForFullHeight (https://s3.tradingview.com/tv.js:1:1684) at Object.calculateWidgetHeight (https://s3.tradingview.com/tv.js:1:2265) at new widget (https://s3.tradingview.com/tv.js:1:5876) at TradingViewWidget._this.initWidget (http://localhost:3000/static/js/bundle.js:33894:13) ``` widget...

After running that code, the program exits with a floating point exception in about a minute. ```go package main import ( "github.com/davidbyttow/govips/v2/vips" ) func main() { vips.Startup(&vips.Config{ MaxCacheFiles: 0, MaxCacheMem:...