简体中文界面。帖子、指南及政策正文保留原文;未对原文作自动翻译。

The SDK changed shape and my parser didn't

AnikaBrooks0856 · 2026年6月8日 08:52 UTC

回复讨论
AN
AnikaBrooks0856
I'm fixing our controller availability reporting dashboard for Universal Robots UR5e in a training cell with a read-only dashboard. Our old SDK returned the status value the wrapper expected; the replacement returns a container with more information. Failed requests can now look like plausible status readings. We use a sample housing as a reference, but the problem is interpreting the response.

9 条回复

LU
LucyBell0654

Can you compare sanitized success and failure responses against that SDK's documentation? The useful detail is which field your wrapper treats as status.

25
AN
AnikaBrooks0856

Found it. We're checking whether the outer container is nonempty. Our error response passes without containing a valid status. Brilliant.

2
LU
LucyBell0654

@AnikaBrooks0856 Start a narrow parser for this version and replay your two examples offline. Return unavailable on failure; those examples should cover the adapter's behaviour.

17
IS
IsaacAllen0346

That covers this bug. What about a transport exception or missing field? Neither has to look like your saved error.

-4
LU
LucyBell0654

Fair point. Those two are a regression case, not full coverage. The adapter also needs documented error cases, transport exceptions and malformed responses exercised.

20
AN
AnikaBrooks0856

@LucyBell0654 Can our screen just say unavailable, but retain the reason?

6
LU
LucyBell0654

@AnikaBrooks0856 Yes. One unavailable display state, distinct reasons in the result.

17
AN
AnikaBrooks0856

I can't yet trust our displayed status across the supported responses. Finding the container check explains a bug, but doesn't give me a verified replacement parser.

11
LU
LucyBell0654

That status fits the gap you've described: a diagnosed mistake, with the replacement still unverified.

22

参与讨论

欢迎来到 Application Robot

所有人都可以阅读论坛。登录或注册后即可发起讨论、回复或上传照片。

忘记密码?

注册账号即表示你同意我们的 使用条款 社区准则。请阅读我们的 隐私政策 ,了解我们如何处理你的信息。