View Single Post
  #1461  
Old 15.07.2020, 23:00
tisurame tisurame is offline
Modem User
 
Join Date: Jul 2020
Posts: 2
Default

Quote:
Originally Posted by mgpai View Post
Try using the 'alert' method to debug. If it turns out to be an OS issue, devs/user in the forum familiar with Linux should be able to point you in the right direction. You can also find be in JD Chat (link in above post) if you think I can help you with the troubleshooting.

Example:
Code:
var result = callSync("/home/thiago/makemkv.sh");
alert(result);
Thanks! The problem, after all, was because I was using a version installed using the snap store. Using the regular version solved the problem.
Reply With Quote