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

FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope #49

Open
DecDuck opened this issue Aug 15, 2024 · 0 comments

Comments

@DecDuck
Copy link

DecDuck commented Aug 15, 2024

FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope
----- Native stack trace -----

 1: 0x55d6cf97234f node::OnFatalError(char const*, char const*) [/usr/bin/node]
 2: 0x55d6cfe2968b v8::Utils::ReportApiFailure(char const*, char const*) [/usr/bin/node]
 3: 0x55d6cffe80ef v8::internal::HandleScope::Extend(v8::internal::Isolate*) [/usr/bin/node]
 4: 0x55d6cfe35289 v8::Object::GetCreationContext() [/usr/bin/node]
 5: 0x55d6cfe35381 v8::Object::GetCreationContextChecked() [/usr/bin/node]
 6: 0x55d6cfa81138 node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*, node::async_context) [/usr/bin/node]
 7: 0x745ea99cfb38 
 8: 0x745eaa11ba1b  [/usr/lib/libuv.so.1]
 9: 0x745eaa13930a  [/usr/lib/libuv.so.1]
10: 0x745eaa12109f uv_run [/usr/lib/libuv.so.1]
11: 0x55d6cfa82457 node::SpinEventLoopInternal(node::Environment*) [/usr/bin/node]
12: 0x55d6cfbef47b node::NodeMainInstance::Run(node::ExitCode*, node::Environment*) [/usr/bin/node]
13: 0x55d6cfbefa0e node::NodeMainInstance::Run() [/usr/bin/node]
14: 0x55d6cfb4417f node::Start(int, char**) [/usr/bin/node]
15: 0x745ea8e34e08  [/usr/lib/libc.so.6]
16: 0x745ea8e34ecc __libc_start_main [/usr/lib/libc.so.6]
17: 0x55d6cfa7fa05 _start [/usr/bin/node]

I'm getting this error when using this module.

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

No branches or pull requests

1 participant