Skip to content
New issue

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

Path errors sent for creates #132

Open
foolswood opened this issue Oct 4, 2018 · 1 comment
Open

Path errors sent for creates #132

foolswood opened this issue Oct 4, 2018 · 1 comment
Labels

Comments

@foolswood
Copy link
Contributor

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 []}))
@foolswood foolswood added the bug label Oct 4, 2018
@foolswood
Copy link
Contributor Author

foolswood commented Oct 30, 2018

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 []}))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant