Dave
Dave
@bernd-wechner In my very specific case, I modified `advancedsettings.xml` to specify my own port (instead of 9090) and therefore was replying to [this comment](https://github.com/xbmc/chorus2/issues/274#issuecomment-621379839) regarding the way to configure Chorus2...
@enen92 Yes, sorry: I was mainly replying to [this](https://github.com/xbmc/chorus2/issues/274#issuecomment-621379839), which seemed a very kludgy way to handle that bit of config. But I found the UI setting to change that,...
@DjZU I was referring to the web interface's settings page (reachable through that URL), which is a much cleaner way to override the default port. BTW: most typical linux installs...
Indeed, adding this to the beginning of the GremlinClient constructor seems to fix the connection issue: `const { path = '/gremlin' } = options;` (it would probably be worth looking...
Not sure why, but `buildtools/b43/assembler/Makefile` was modified to use `-ll` instead of `-lfl`. Changing lines 27-28 to re-enable `-lfl` instead of `-ll` seems to fix the problem. (you might also...
Just tested with python 3.9.5 and still having the problem (setting `export SYSTEM_VERSION_COMPAT=1` fixes it).
Any update on this fix?
Unfortunately won't be able to review this myself in the coming few days. Will see if someone on our team can give it a try…
It would be really helpful if the error message correctly identified the missing env var. Current error is absolutely impossible to debug.
Based on replies on that other thread, does this seem to address the problem above?