Christopher Gadd

Results 8 comments of Christopher Gadd

Same behaviour for me: **Version**: 1.68.0 (user setup) **Commit**: 4af164ea3a06f701fe3e89a2bcbb421d2026b68f **Date**: 2022-06-08T11:44:16.822Z **Electron**: 17.4.7 **Chromium**: 98.0.4758.141 **Node.js**: 16.13.0 **V8**: 9.8.177.13-electron.0 **OS**: Windows_NT x64 10.0.19044 Resolved now, but unsure what exactly...

This also creates problems with ACLs. For example, if an ACL is created with a lower-case username allowing access to key storage, and then the user logs in with the...

For matching ACLs the support team have advised us to use a regex. Which works and, because our ACLs are scripted, is easy enough: ``` by: username: [mM][yY][uU][sS][eE][rR] ```

I'm also seeing this problem importing to Rundeck 5.0.1 (with an export from 4.17.0) with the following message: `There was some errors in the import process: [ Cannot invoke method...

Also saw this behaviour with Kodi 19.5, IPTVMerge 0.22.8, and Python 3.10.6 (on Ubuntu 22.04.1). Same behaviour as @stuckinthe described where launching any addon just hangs with spinning loader. Debug...

After upgrading Kodi to v20.0.0 I haven't had this issue any more.

I had this problem and resolved it using a custom template, rendering the log as a code block: ````markdown ## ${job.name} Execution [#${execution.id}](${execution.href}) _${execution.status}_ ### Execution details * User: ${execution.user}...

@picoroma, up until now my comment had single quotes noted as needing to be changed to backticks - did you change those? I've just figured out how to include backticks...