You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exact URL you were trying to rip when the problem occurred: n/a
Please include any additional information about how to reproduce the problem:
command from finish.command runs without issues from command line after executing ripme. enable.finish.command is set to true in ~/.config/ripme/rip.properties. finish.command = cd /home/emk2203/rips; find * -type d -exec 7z a -t7z -sdel {}.cbz {}/* ; && rmdir * 2> /dev/null; cd - is set in rip.properties.
Expected Behavior
After ripping all given URLs, command should run and compress everything ripped to a CBZ archive, then delete the empty directories
Actual Behavior
Error message:
10:53:13.297 [AWT-EventQueue-0] ERROR com.rarchives.ripme.ui.MainWindow - Was unable to run command "cd /home/emk2203/rips; find * -type d -exec 7z a -t7z -sdel {}.cbz {}/* ; && rmdir * 2> /dev/null; cd -
10:53:13.298 [AWT-EventQueue-0] ERROR com.rarchives.ripme.ui.MainWindow - [Ljava.lang.StackTraceElement;@7e7fdc52
Absence of closing quotes in first error log message; finish.command doesn't work even if command is put in quotes in the config file.
The text was updated successfully, but these errors were encountered:
command from finish.command runs without issues from command line after executing
ripme
.enable.finish.command
is set totrue
in~/.config/ripme/rip.properties
.finish.command = cd /home/emk2203/rips; find * -type d -exec 7z a -t7z -sdel {}.cbz {}/* ; && rmdir * 2> /dev/null; cd -
is set in rip.properties.Expected Behavior
After ripping all given URLs, command should run and compress everything ripped to a CBZ archive, then delete the empty directories
Actual Behavior
Error message:
10:53:13.297 [AWT-EventQueue-0] ERROR com.rarchives.ripme.ui.MainWindow - Was unable to run command "cd /home/emk2203/rips; find * -type d -exec 7z a -t7z -sdel {}.cbz {}/* ; && rmdir * 2> /dev/null; cd -
10:53:13.298 [AWT-EventQueue-0] ERROR com.rarchives.ripme.ui.MainWindow - [Ljava.lang.StackTraceElement;@7e7fdc52
Absence of closing quotes in first error log message;
finish.command
doesn't work even if command is put in quotes in the config file.The text was updated successfully, but these errors were encountered: