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
The /topology HTTP endpoint on CS, SD and BR, implemented in lib/infra/modules/itopo.TopologyHandler, appears to be broken. This works in core ASes, but fails and returns empty content in non-core ASes. The (hidden) error is json: error calling MarshalJSON for type trc.Attributes: invalid attributes size len="0".
If I understand right, the itopo.TopologyHandler tries to json-ize the RWTopology object and fails due to the length check in trc.Attributes (as alluded to in topology/json).
The text was updated successfully, but these errors were encountered:
oncilla
added a commit
to oncilla/scion
that referenced
this issue
May 5, 2020
The
/topology
HTTP endpoint on CS, SD and BR, implemented inlib/infra/modules/itopo.TopologyHandler
, appears to be broken. This works in core ASes, but fails and returns empty content in non-core ASes. The (hidden) error isjson: error calling MarshalJSON for type trc.Attributes: invalid attributes size len="0"
.If I understand right, the
itopo.TopologyHandler
tries to json-ize theRWTopology
object and fails due to the length check intrc.Attributes
(as alluded to in topology/json).The text was updated successfully, but these errors were encountered: