-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Maximum call stack size exceeded #533
Comments
Thank you for the report! I'll see if I can replicate and figure out what's happening. Best guess is something is going wrong with If you have other clues do share 🤝 |
Hey @ridvanaltun -- I've fixed up some things with the extraction process (fewer If you have the time, could you please re-try this procedure again with the same settings that caused the problem before -- to see if the problem persists? I'm hoping to release |
I built the app from master branch. Unfortunately the error keeps coming up. The first error took 5 minutes to arrive, and then 10 minutes later the second error came. I just say an estimate, but I think there might be an error with the heavy CPU usage of my computer because when I start to create a hub, the computer's fan noise and fan usage increase. As you see, the CPU is being used completely. The computer may be using CPU instead of GPU to create clips. |
Thank you @ridvanaltun for checking again 🙇 |
I tried today and couldn't replicate on my end. I wonder what on your end is different 🤔 In my case, all I have is a folder with many videos (and virtually no other files besides that). Could you, if not too private, share a bit about what you have?
I decided to log how long it takes for chokidar to run through my directory of videos - and it took mere seconds 🚀 ... it's unclear why chokidar would be running after even 1 minute of extraction (as your error shows). Is it possible that you have a Thank you for any information that you could share that you think is relevant 🙇 |
I would like to help, There is 7949 files, 646 folders and 254 GB data. I keep all this data in a HDD. I count files with powershell using below command: Get-ChildItem -Recurse | Group-Object Extension -NoElement Output:
I am sure there is no The errors occurs in When I click By the way the VHA holds progress percent %14 for 10 minutes. After 10 minutes the VHA increase the percent very slowly (like 3 minutes for %1). Is it normal? |
Thank you for additional details. VHA progress is coded a bit weird at the moment -- it tries to estimate time remaining by multiplying the number of items remaining-to-extract by the average time it takes to extract (based on files already extracted this run). But the total keeps increasing because there are more files being added to the queue. I'm planning on reworking the computation so that it always knows the total number of files to be extracted. The VHA should just ignore all other non-video files (explicitly within Have you tried running the app against a folder with just a few video files (and no other files inside) just to check? I suspect that will work without a problem. Just to confirm: in your original description of an error after 5 minutes -- by then -- the app was already showing videos and some screenshots, right? So the overall picture is the app seems to work for a bit, but then seems to be stuck doing nothing, and finally gives an error (OS popup), and clicking the error makes the error go away, the app continues to be stuck, and then another error appears? It's so bizzarre -- the ps -- just to be clear -- this is happening when creating a new hub, not trying to re-scan an older one, right? pps -- it shouldn't matter, but |
I found the error reason. Related: |
I take it there is an So it seems the problem isn't due to Weird that the result isn't that I suspect this isn't up to my app to fix 😕 -- but I don't know how best to address this issue. Any thoughts? |
Unfortunately 😅 |
I added the Not closing the issue until we have the fix in Node 🤞 |
@ridvanaltun -- I think I fixed the problem with #602 -- which is in now in the Please try out the latest Please update us so I can close this issue 🤝 |
Yes, problem solved, thanks 👍 |
Thanks for getting back so quickly 🤝 I'm glad it worked out 😁 |
Hello,
I am trying to create a hub with 2.500 videos. When i click create button, below error occours after every 5 minutes.
I am using VHA version 3.0.0.
The text was updated successfully, but these errors were encountered: