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
It raises an neat custom error in the dropdown error box.
Actual Behaviour
Dark Crystal goes blank. Patchbay opens a new blank tab, which when you click on it (or /dark-crystal tab), infinitely opens another new one.
See terminal error:
Error: Threshold number of shares must be an integer between 2 and 2^bits-1 (255), inclusive.
at Object.share (/home/kyphae/projects/patchbay/node_modules/secrets.js-grempe/secrets.js:786:23)
at /home/kyphae/projects/patchbay/node_modules/scuttle-dark-crystal/share/async/share.js:41:28
at server (/home/kyphae/projects/patchbay/node_modules/scuttle-inject/index.js:34:32)
at watch (/home/kyphae/projects/patchbay/node_modules/mutant/once-true.js:8:7)
at watch (/home/kyphae/projects/patchbay/node_modules/mutant/watch.js:7:5)
at onceTrue (/home/kyphae/projects/patchbay/node_modules/mutant/once-true.js:4:17)
at Object.share (/home/kyphae/projects/patchbay/node_modules/scuttle-inject/index.js:32:9)
at performRitual (/home/kyphae/projects/patchbay/node_modules/patchbay-dark-crystal/views/new.js:98:25)
at HTMLButtonElement.ev-click (/home/kyphae/projects/patchbay/node_modules/patchbay-dark-crystal/views/new.js:75:52)
Also followed by these two when clicking on the error tabs - these aren't Dark Crystal specific, are related to how Patchbay handles errors:
TypeError: Cannot read property 'dataset' of null
at setInvisible (/home/kyphae/projects/patchbay/node_modules/hypertabs/lib/util.js:31:12)
at blur (/home/kyphae/projects/patchbay/node_modules/hypertabs/tabs.js:26:3)
at /home/kyphae/projects/patchbay/node_modules/hypertabs/tabs.js:59:18
at each (/home/kyphae/projects/patchbay/node_modules/hypertabs/lib/util.js:12:5)
at HTMLAnchorElement.onclick (/home/kyphae/projects/patchbay/node_modules/hypertabs/tabs.js:57:11)
TypeError: Cannot read property 'id' of null
at history.filter.loc (/home/kyphae/projects/patchbay/app/html/tabs.js:43:54)
at Array.filter (<anonymous>)
at onClose (/home/kyphae/projects/patchbay/app/html/tabs.js:42:39)
at close (/home/kyphae/projects/patchbay/node_modules/hypertabs/tabs.js:46:18)
at HTMLAnchorElement.onclick (/home/kyphae/projects/patchbay/node_modules/hypertabs/tabs.js:77:9)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
/dark-crystal
Perform Ritual
Expected Behaviour
It raises an neat custom error in the dropdown error box.
Actual Behaviour
Dark Crystal goes blank. Patchbay opens a new blank tab, which when you click on it (or
/dark-crystal
tab), infinitely opens another new one.See terminal error:
Also followed by these two when clicking on the error tabs - these aren't Dark Crystal specific, are related to how Patchbay handles errors:
The text was updated successfully, but these errors were encountered: