Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Correct return value in web API swagger, but get all NULL from UE5 #397

Open
chase03 opened this issue Oct 27, 2022 · 2 comments
Open

Correct return value in web API swagger, but get all NULL from UE5 #397

chase03 opened this issue Oct 27, 2022 · 2 comments

Comments

@chase03
Copy link

chase03 commented Oct 27, 2022

Hi! I got a normal return value in web API swagger, but get all NULL from UE5, some guy know what's going on?
Many thanks!
WeChat Image_20221027112557
WeChat Image_20221027112543

WeChat Screenshot_20221027112910

@kardall
Copy link

kardall commented Nov 4, 2022

Could it be that when the response comes back, you are not pulling the correct values?

So in order to get the nestLiveVideoUrl0/1/2/3 parts, you would need to do something like:

Get object field "data" -> Get object field "dronesNestVo" -> Get string field "nestLivevideoUrl0"
repeat for the other 3:

  • Get string field "nestLivevideoUrl1"
  • Get string field "nestLivevideoUrl2"
  • Get string field "nestLivevideoUrl3"

@chase03
Copy link
Author

chase03 commented Nov 25, 2022

I use "write content as string" save all the info, should be see some value if it's correctly

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

No branches or pull requests

2 participants