Replies: 1 comment 8 replies
-
We dont really have that kind of support for external resources/modifications, but I can give it a go at some time. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Gang,
Been putting in a bit of effort on my floorplan, while on travel for business - and have come across a bit of an issue I was hoping I could get some input on. I have a 3 floor house; which I've modeled in Sweethome 3D, created a single SVG for each floor, and created overlays for each "area" of each floor - I would like to use honeycomb to switch between the 3 floors (I like it's look and it's better use of space then 3 buttons). I did try 3 buttons and was able to switch between the floors, however, with honeycomb using a very similar setup in my yaml file - it crashes with the following error:
logging-mixin.ts:77 Failure writing unhandled promise rejection to system log: Error: Cannot parse given Error object
at Object.parse (error-stack-parser.js:35:23)
at stacktrace.js:106:62
at new Promise ()
at fromError (stacktrace.js:105:20)
at t (log-message.ts:37:31)
at logging-mixin.ts:66:33
(anonymous) @ logging-mixin.ts:77
0:1 Uncaught (in promise) DOMException: Failed to load because no supported source was found.
I believe the first half is just telling me it couldn't log the error (sad face), but I'm not sure what the 2nd part is telling me.
Here is the yaml code (please ignore the icons selected, just getting things to work :-) ). Please also note the "reload" option works just fine:
Beta Was this translation helpful? Give feedback.
All reactions