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

ele.Html function #21

Closed
coolit opened this issue Apr 17, 2016 · 0 comments
Closed

ele.Html function #21

coolit opened this issue Apr 17, 2016 · 0 comments

Comments

@coolit
Copy link

coolit commented Apr 17, 2016

I had problem using this function, I used it on 32bit windows 7 like this:
t, _ := ele.Html(true)


The error msg is:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x1 addr=0x0 pc=0x45c5c8]
goroutine 1 [running, locked to thread]:
panic(0x4f2140, 0x117e8030)
c:/go/src/runtime/panic.go:481 +0x326
github.com/oskca/sciter.goLPCBYTE_RECEIVER(0x35f97474, 0x3f, 0x117e8118, 0x4454e0)
D:/goLib/src/github.com/oskca/sciter/sciter.go:629 +0x78
github.com/oskca/sciter._cgoexpwrap_e84e2fff2be5_goLPCBYTE_RECEIVER(0x35f97474, 0x3f, 0x117e8118, 0x0)
??:0 +0x31
github.com/oskca/sciter._Cfunc_SciterGetElementHtmlCB(0x35fd01a8, 0x1, 0x59d4c0, 0x117e8118, 0x0)
??:0 +0x3d
github.com/oskca/sciter.(*Element).Html(0x117d6c10, 0x508101, 0x0, 0x0, 0x0, 0x0)
D:/goLib/src/github.com/oskca/sciter/sciter.go:675 +0x114
main.main()
C:/Users/Administrator/Desktop/gethtml.go:22 +0x1cc

@oskca oskca closed this as completed in 7921949 Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant