Replies: 2 comments 14 replies
-
Thank you for reporting this. It crashes when the WebUI calls the callback, I'm investigating this. |
Beta Was this translation helpful? Give feedback.
14 replies
-
Fixed in webui-dev/v-webui#62 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering this with the V wrapper. To find out if this is an issue that is not limited to V, I thought to start here in the general discussions section first.
Issue:
Using webui and doing a network operation in V - like requesting a page - causes a runtime error resulting in a crash.
Collecting from unknown thread
it's an error the garbage collector runs into.The example below, requesting
https://jsonplaceholder.typicode.com/posts
causes the error in 10 of 10 tested cases.Requesting a file like
https://hacker-news.firebaseio.com/v0/topstories.json
will cause it every now and then. I didn't digged into it deep enough yet, to tell if it's the format or the size that is causing the difference in frequency the error is occurring.Debug Log
The issue is not limited to
net.http
module. E.g. if I use a curl binding I'm running into the same issue.I can't get go-webui running atm. @neroist, I hope its not too intrusive to ask if you can test a request like this in nim 😊? When you don't have a free moment I'd check it with nim in the next days as it would be the easiest for me after go and V.
Beta Was this translation helpful? Give feedback.
All reactions