qubiack
qubiack
We have exactly the sam problem - it always add `;id={PARAM}` if we has a parameter in URL. from package.json: ` "localize-router": "^2.0.0-RC.2", `
I also have this error.
You can just use an undocumented option container in your config file: ``` return { adaptable: false, container: `CustomId`, // here you can define a custom container name 'projection': 'airy',...
@ganeshkbhat , @itsmeneartou did you solve this problem?
Temporary I use different option to retrieve well formed XML: ``` private prettifyXml(sourceXml) { const xmlDoc = new DOMParser().parseFromString(sourceXml, 'application/xml'); const xsltDoc = new DOMParser().parseFromString([ // describes how we want...
Try to run this in your terminal: ``` qdbus org.freedesktop.NetworkManager /org/freedesktop/NetworkManager/Settings ``` Do you get any response? If not, probably you try to use inaccessible resources.
We create a fork of ng2-ace-editor where we prevent to this problem, you can use it: https://www.npmjs.com/package/@supermemo/ng2-ace-editor
I think that @ori-sh close this issue - maybe this should be added into `Readme.md`
I had a similar problem at the beginning so I went through all steps described by @Nivlac7. Right now it still doesn't work but I got some other messages: ...
The issue exist also in v1.10.0: ``` [01/07/2025, 20:18:00] AssertionError [ERR_ASSERTION]: Cannot generate setupURI on an accessory that isn't published yet! at Bridge.Accessory.setupURI (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:1004:11) at Server.setServerStatus (/usr/local/lib/node_modules/homebridge/src/server.ts:143:45) at Server.teardown (/usr/local/lib/node_modules/homebridge/src/server.ts:195:10)...