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

Help with loading directories #61

Open
ordokr opened this issue Jan 18, 2025 · 0 comments
Open

Help with loading directories #61

ordokr opened this issue Jan 18, 2025 · 0 comments

Comments

@ordokr
Copy link

ordokr commented Jan 18, 2025

I am on windows 11, node 18. I got the app running but whenever I put in any directory I get this error:

TypeError
Failed to fetch
Call Stack
 handleBatch
  renderer.dev.js:46064:32
 onClick
  renderer.dev.js:46131:403
 onClick
  renderer.dev.js:62358:46
 undefined
  renderer.dev.js:65924:76
 HTMLUnknownElement.callCallback
  renderer.dev.js:11699:14
 Object.invokeGuardedCallbackDev
  renderer.dev.js:11748:16
 invokeGuardedCallback
  renderer.dev.js:11812:31
 invokeGuardedCallbackAndCatchFirstError
  renderer.dev.js:11826:25
 executeDispatch
  renderer.dev.js:16576:3
 processDispatchQueueItemsInOrder
  renderer.dev.js:16608:7

Uncaught runtime errors:
×
ERROR
Failed to fetch
TypeError: Failed to fetch
at handleBatch (http://localhost:1212/renderer.dev.js:46064:32)
at onClick (http://localhost:1212/renderer.dev.js:46131:403)
at onClick (http://localhost:1212/renderer.dev.js:62358:46)
at http://localhost:1212/renderer.dev.js:65924:76
at HTMLUnknownElement.callCallback (http://localhost:1212/renderer.dev.js:11699:14)
at Object.invokeGuardedCallbackDev (http://localhost:1212/renderer.dev.js:11748:16)
at invokeGuardedCallback (http://localhost:1212/renderer.dev.js:11812:31)
at invokeGuardedCallbackAndCatchFirstError (http://localhost:1212/renderer.dev.js:11826:25)
at executeDispatch (http://localhost:1212/renderer.dev.js:16576:3)
at processDispatchQueueItemsInOrder (http://localhost:1212/renderer.dev.js:16608:7)

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

No branches or pull requests

1 participant