-
Notifications
You must be signed in to change notification settings - Fork 64
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
Selected file will not load #36
Comments
Issue still persists in a tagged v.1.1.1 Current workaround would be:
|
I have used the latest version (v1.1.1) currently available, and when I select to upload the file, it prompts "Cannot find module 'C:\tmp\chatd-win32-x64\src\service\worker.js' When I switch to Resources\app in the CMD environment and run chatd.exe, when uploading the file, I will see "fetch failed"
|
Same issue with v 1.1.0 on Mac OS. Changed the path to the worker to './resource/app/src/service/worker.js' but still complaining and not loading the file. |
Probably you forgot to add |
This was my typo. It still shows an error msg that it can't find the module. |
I had this issue mine worked by adding an absolute path to the file e.g for me it was |
I had the same issue. @jjohnlaw this worked for me too :) thx |
worked thanks |
This does not solve the problem for me, i'm using windows, should I use something like "C:\folder-where-is-worker\worker.js" ? |
Same issue on Ubuntu 18.04: Error: Cannot find module '/home/me/software/chatd-linux-x64/src/service/worker.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1054:15)
at Module._load (node:internal/modules/cjs/loader:900:27)
at f._load (node:electron/js2c/asar_bundle:2:13377)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:96:12)
at MessagePort.<anonymous> (node:internal/main/worker_thread:161:24)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:735:20)
at exports.emitMessage (node:internal/per_context/messageport:23:28) {
code: 'MODULE_NOT_FOUND',
requireStack: []
} @scsmash3r 's workaround fixed it |
In the latest release 1.1.0 on Linux Mint 21 Vanessa (~ Ubuntu 22.04), the selected file will not load, regardless of which filetype I select. The button contains the text
Cannot find module '/[path/to]/chatd-linux-x64/src/service/worker.js'
where [path/to] is where I installed it. Chatd is useless without being able to load a file. Reverting to v1.0.1 is the workaround.The text was updated successfully, but these errors were encountered: