Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max stack exceeded #19

Open
xurwxj opened this issue Apr 13, 2017 · 1 comment
Open

max stack exceeded #19

xurwxj opened this issue Apr 13, 2017 · 1 comment

Comments

@xurwxj
Copy link

xurwxj commented Apr 13, 2017

when run got following errors:

static: Rendering HTML for page at URL: http://zhanzhang.baidu.com/college/articleinfo?id=995
undefined: CONSOLE ERROR RangeError: Maximum call stack size exceeded.
undefined: CONSOLE ERROR RangeError: Maximum call stack size exceeded.
undefined: CONSOLE ERROR RangeError: Maximum call stack size exceeded.

code:

staticHandler := &webloop.StaticRenderer{
		TargetBaseURL: "http://zhanzhang.baidu.com",
		WaitTimeout:   time.Second * 3,
		Log:           log.New(os.Stderr, "static: ", 0),
	}
	http.Handle("/", staticHandler)

sys env:
alpine 3.5.2
go 1.8.1

@dzan
Copy link

dzan commented Aug 24, 2017

Same issue here for any website it seems, did you ever find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants