[GH-ISSUE #2890] [BUG]: start error #1842

Closed
opened 2026-02-22 18:26:47 -05:00 by yindo · 3 comments
Owner

Originally created by @GyomeiHimejima9906 on GitHub (Dec 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2890

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

after installing and louching (from installer)
it happens:

A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Error processing argument at index 0, conversion failure from
at WebContents .< anonymous> (C:\Users\Gyomei
Himejima\AppData\Local\Programs\AnythingLLM\resources\app.asar\dist-electron\m ...: 5274)
at Object.onceWrapper (node:events:628:26)
at WebContents.emit (node:events:525:35)

image

Are there known steps to reproduce?

on windows 11 pro 24H2
download installer .exe
start installer
close installer with start anything LLM cheked
see error

Originally created by @GyomeiHimejima9906 on GitHub (Dec 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2890 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? after installing and louching (from installer) it happens: A JavaScript error occurred in the main process Uncaught Exception: TypeError: Error processing argument at index 0, conversion failure from at WebContents .< anonymous> (C:\Users\Gyomei Himejima\AppData\Local\Programs\AnythingLLM\resources\app.asar\dist-electron\m ...: 5274) at Object.onceWrapper (node:events:628:26) at WebContents.emit (node:events:525:35) <img width="423" alt="image" src="https://github.com/user-attachments/assets/a6ac2489-509c-40d8-99b5-c248a63a9a9b" /> ### Are there known steps to reproduce? on windows 11 pro 24H2 download installer .exe start installer close installer with start anything LLM cheked see error
yindo added the possible bug label 2026-02-22 18:26:47 -05:00
yindo closed this issue 2026-02-22 18:26:47 -05:00
Author
Owner

@zigzagwuu commented on GitHub (Dec 26, 2024):

im haveing the same issue also runing win11

@zigzagwuu commented on GitHub (Dec 26, 2024): im haveing the same issue also runing win11
Author
Owner

@Zpowerjm commented on GitHub (Dec 28, 2024):

I also encountered the same issue, and during the subsequent embedding process, it showed fetch failed

@Zpowerjm commented on GitHub (Dec 28, 2024): I also encountered the same issue, and during the subsequent embedding process, it showed fetch failed
Author
Owner

@timothycarambat commented on GitHub (Dec 28, 2024):

#2710 - this does not impact using the app + @Zpowerjm your issue is unrelated and has to do with your embedder selection.

If using the native built in - your ISP/VPN is block download of the ONNX embedding model from being pulled on its first load
https://github.com/Mintplex-Labs/anything-llm/blob/dca27e7235451da9423d38976fa37aec417dda3c/server/utils/EmbeddingEngines/native/index.js#L11

If not, its whatever connection information you put for your embedder

@timothycarambat commented on GitHub (Dec 28, 2024): #2710 - this does not impact using the app + @Zpowerjm your issue is unrelated and has to do with your embedder selection. If using the native built in - your ISP/VPN is block download of the ONNX embedding model from being pulled on its first load https://github.com/Mintplex-Labs/anything-llm/blob/dca27e7235451da9423d38976fa37aec417dda3c/server/utils/EmbeddingEngines/native/index.js#L11 If not, its whatever connection information you put for your embedder
yindo changed title from [BUG]: start error to [GH-ISSUE #2890] [BUG]: start error 2026-06-05 14:43:00 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1842