Tyler Hunt
Tyler Hunt
For what it's worth, you can use `rigctl` from [Hamlib](https://hamlib.github.io) to test PTT. The command `T` sets the PTT. Use `1` for on and `0` for off: ``` $> rigctl...
Just ran into this issue myself.
FWIW, I ran into this same issue today trying to set up a Hypernova server based on my Rails `webpacker` configuration, although the error message was slightly different: ``` TypeError:...
What does your `Gemfile.lock` look like?
It looks like `Gemfile.lock` wasn't updated. If you just run `bundle` on the command line that will update the lock file and should solve your issue.
I really don't know much about Windows, but try adding this line to your `Gemfile`: ``` gem 'hpricot', :platforms => [:mswin, :mingw] ```
What's the status on removing the required input validation? Would a PR be welcome at this point?
Any updates on this?