You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.
It looks like timelion needs to be updated to config being moved to the server (I assume). I got this exception on the latest alpha3 builds:
@bevacqua might be able to help figure this one out.
Error: Unexpected `config.get("timelion:showTutorial")` call on unrecognized configuration setting "timelion:showTutorial".
Setting an initial value via `config.set("timelion:showTutorial", value)` before attempting to retrieve
any custom setting value for "timelion:showTutorial" may fix this issue.
getCurrentValue@http://zero:5601/bundles/commons.bundle.js?v=8467:59711:14
[232]/</config.get@http://zero:5601/bundles/commons.bundle.js?v=8467:59591:13
@http://zero:5601/bundles/timelion.bundle.js?v=8467:111663:10
timeout/timeoutId<@http://zero:5601/bundles/commons.bundle.js?v=8467:40195:29
completeOutstandingRequest@http://zero:5601/bundles/commons.bundle.js?v=8467:27847:8
Browser/self.defer/timeoutId<@http://zero:5601/bundles/commons.bundle.js?v=8467:28124:8
The text was updated successfully, but these errors were encountered:
I'd say this is a bug in my implementation. Totally my fault. Timelion uses the config.get(key, defaultValue) overload, which I didn't think was necessary any longer and removed.
It looks like timelion needs to be updated to config being moved to the server (I assume). I got this exception on the latest alpha3 builds:
@bevacqua might be able to help figure this one out.
The text was updated successfully, but these errors were encountered: