ParseFile halts execution with no error
See original GitHub issueBug description when using parseFile on Ubuntu 18.06 the function doesnt return anything and halts execution without throwing an error.
>console.log(path.join(config.musicPath, pathN)) let metadata = await mm.parseFile(path.join(config.musicPath, pathN), {duration:true})
this code works on windows, but not on Ubuntu. The console.log works but after the execution doesnt do anything.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
parseStream on s3 stream not working - no errors, but ...
Bug description For some reason, mm.parseStream fails to work. My code doesn't throw any exceptions, but the execution halts at that point.
Read more >Is there a way to `source()` and continue after an error?
Is there any way to have R script continue after receiving error messages instead of halting execution? I'm not looking for try or...
Read more >Cannot Parse File Error - Support Knowledge Base
Solution. This could explain a problem with consistency of workflow resources (caused by an unexpected termination of the workflow process).
Read more >How to handle template execution errors in Go - freshman.tech
This snippet describes how to prevent template execution errors from causing a broken page to be rendered to users.
Read more >Parse File not compiling wth Xcode 13.0 - iOS SDK ⌚️
Hello, We are having some compiling error with the latest Xcode 13.0. In “PFActionButton” file that it says: Use of undeclared identifier ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Disregard, it wasnt a problem with the library. Unrelated issue
Please see my comments in jorgev259/socradio#1