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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants