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
Running yle_tf inside WSL2 Arch the following error happens.
Traceback (most recent call last):
17: from /root/.gem/ruby/2.7.0/bin/tf:23:in `<main>'
16: from /root/.gem/ruby/2.7.0/bin/tf:23:in `load'
15: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/bin/tf:11:in `<top (required)>'
14: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf/cli.rb:23:in `execute'
13: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf.rb:38:in `run'
12: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/vendor/middleware/builder.rb:112:in `call'
11: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/vendor/middleware/runner.rb:31:in `call'
10: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf/action/tmpdir.rb:21:in `call'
9: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf/action/tmpdir.rb:21:in `chdir'
8: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf/action/tmpdir.rb:22:in `block in call'
7: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf/action/command.rb:20:in `call'
6: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf_plugins/commands/help/command.rb:12:in `execute'
5: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf_plugins/commands/help/command.rb:18:in `opts'
4: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf_plugins/commands/help/command.rb:18:in `new'
3: from /usr/lib/ruby/2.7.0/optparse.rb:1093:in `initialize'
2: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf_plugins/commands/help/command.rb:34:in `block in opts'
1: from /root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf_plugins/commands/help/command.rb:60:in `terraform_help'
/root/.gem/ruby/2.7.0/gems/yle_tf-1.2.0/lib/yle_tf/system.rb:48:in `read_cmd': uninitialized constant YleTf::System::StringIO (NameError)
This can be fixed by adding require 'stringio' to this file. In addition to this, thwait gem needs to be separately installed for yle_tf to work.
The text was updated successfully, but these errors were encountered:
Running yle_tf inside WSL2 Arch the following error happens.
This can be fixed by adding
require 'stringio'
to this file. In addition to this,thwait
gem needs to be separately installed for yle_tf to work.The text was updated successfully, but these errors were encountered: