We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't think we should be getting the error sent to the client in this trace:
-> client (TimeStamped (Time 15 3195455668,Trcud (TrcUpdateDigest { trcudNamespace = Namespace {unNamespace = engine} , trcudData = AssocList {unAssocList = []} , trcudCreates = fromList [(/types/amp,fromList [(Placeholder {unPlaceholder = ph},(Nothing,OpCreate {ocArgs = [[WireValue 5]], ocAfter = Nothing}))])] , trcudContOps = fromList []}))) -- Eh? <- client (Frcud (FrcUpdateDigest { frcudNamespace = Namespace {unNamespace = engine} , frcudPostDefs = fromList [] , frcudDefinitions = fromList [] , frcudTypeAssignments = fromList [] , frcudData = AssocList {unAssocList = []} , frcudContOps = fromList [] , frcudErrors = fromList [(PathError /types/amp,[])] })) <- provider (Frpd (FrpDigest { frpdNamespace = Namespace {unNamespace = engine} , frpdData = AssocList {unAssocList = []} , frpdCreates = fromList [(/types/amp,fromList [(Placeholder {unPlaceholder = ph},(Nothing,OpCreate {ocArgs = [[WireValue 5]], ocAfter = Nothing}))])] , frpdContOps = fromList []})) -> provider (TimeStamped (Time 18300 1114626047,Trpd (TrpDigest { trpdNamespace = Namespace {unNamespace = engine} , trpdPostDefs = fromList [] , trpdDefinitions = fromList [] , trpdData = AssocList {unAssocList = [(/types/amp/ph/amp,ConstChange Nothing [WireValue 5])]} , trpdContOps = fromList [] , trpdErrors = fromList []}))) <- client (Frcud (FrcUpdateDigest { frcudNamespace = Namespace {unNamespace = relay} , frcudPostDefs = fromList [] , frcudDefinitions = fromList [] , frcudTypeAssignments = fromList [] , frcudData = AssocList {unAssocList = [(/clients/df12d832/clock_diff,ConstChange Nothing [WireValue 0.0])]} , frcudContOps = fromList [] , frcudErrors = fromList []})) <- client (Frcud (FrcUpdateDigest { frcudNamespace = Namespace {unNamespace = engine} , frcudPostDefs = fromList [] , frcudDefinitions = fromList [] , frcudTypeAssignments = fromList [] , frcudData = AssocList {unAssocList = []} , frcudContOps = fromList [(/types/amp,fromList [(ph,(Nothing,SoAfter (Just stereo)))])] , frcudErrors = fromList []}))
The text was updated successfully, but these errors were encountered:
Still happening, trace from today:
total -> ClientData client (TimeStamped (Time 8 1327144894,Trcud (TrcUpdateDigest { trcudNamespace = Namespace {unNamespace = engine} , trcudData = AssocList {unAssocList = []} , trcudCreates = fromList [(/types/amp,fromList [(Placeholder {unPlaceholder = ph},(Nothing,OpCreate {ocArgs = [[WireValue 3]], ocAfter = Nothing}))])] , trcudContOps = fromList []}))) total <- ServerData client (Frcud (FrcUpdateDigest { frcudNamespace = Namespace {unNamespace = engine} , frcudPostDefs = fromList [] , frcudDefinitions = fromList [] , frcudTypeAssignments = fromList [] , frcudData = AssocList {unAssocList = []} , frcudContOps = fromList [] , frcudErrors = fromList [(PathError /types/amp,[])]})) total <- ServerData [::ffff:127.0.0.1]:58816 (Frpd (FrpDigest { frpdNamespace = Namespace {unNamespace = engine} , frpdData = AssocList {unAssocList = []} , frpdCreates = fromList [(/types/amp,fromList [(Placeholder {unPlaceholder = ph},(Nothing,OpCreate {ocArgs = [[WireValue 3]], ocAfter = Nothing}))])] , frpdContOps = fromList []}))
Sorry, something went wrong.
No branches or pull requests
I don't think we should be getting the error sent to the client in this trace:
The text was updated successfully, but these errors were encountered: