question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ParseFile halts execution with no error

See original GitHub issue

Bug 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jorgev259commented, Sep 25, 2019

Disregard, it wasnt a problem with the library. Unrelated issue

0reactions
Borewitcommented, Sep 29, 2019

Please see my comments in jorgev259/socradio#1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found