openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 70 forks source link

Some examples from openhab2-jython/Script Examples/hello_world.py don't work #96

Closed Rick-Jongbloed closed 5 years ago

Rick-Jongbloed commented 5 years ago

Describe the bug Some examples on the page openhab2-jython/Script Examples/hello_world.py don't work.

To Reproduce Steps to reproduce the behavior:

  1. Use Openhab 2.4, Jython 2.7.0 standalone in a docker environment
  2. Follow the instructions on the wiki to enable Jython support
  3. Run the hello_world.py examples
  4. Error 1

- RawAPICron Error:

10-May-2019 22:30:02.680 [ERROR] [ion.module.script.internal.ScriptEngineManagerImpl] - Error during evaluation of script 'file:/openhab/conf/automation/jsr223/personal/in_test/hello_world.py': TypeError: can't convert ['Test tag'] to java.util.Set in Githubissues.

  • Githubissues is a development platform for aggregating issues.