Topic: SCP upload action has stopped working - output is a Ruby error message
I have an SCP upload action to a server on my local network, which has worked just fine for several years.
Suddenly (presumably after a Dropzone update...?) it has stopped working. Nothing else has changed, either with the machine that's running Dropzone or the server the SCP action tarets.
Version is Dropzone 4.2.7 installed via Setapp.
Here's the error output when I try to run the action:
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- net/scp (LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/matt/Library/Application Support/Dropzone/Actions/SCP Upload.dzbundle/scp_uploader.rb:1:in `<top (required)>'
from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/matt/Library/Application Support/Dropzone/Actions/SCP Upload.dzbundle/action.rb:16:in `<top (required)>'
from /Applications/Setapp/Dropzone.app/Contents/Actions/lib/runner.rb:75:in `load'
from /Applications/Setapp/Dropzone.app/Contents/Actions/lib/runner.rb:75:in `<main>'