• Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
brainCloud Forums

[Unity] Client SDK parameter inconsistency/error

Scheduled Pinned Locked Moved Unsolved APIs
3 Posts 3 Posters 26 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • devsleeperD Offline
    devsleeperD Offline
    devsleeper
    wrote last edited by
    #1

    This page describes how to call GetScheduledCloudScripts in C#, and shows the parameter Utc as Long.

    In the Unity client SDK, we are expected to input a DateTime:

    void GetScheduledCloudScripts(DateTime startDateUTC, ..)
    

    Supplying a DateTime in Utc results in the following error:

    400: (40359)
    {"status_message":"Processing exception (message): Parameter startDateUTC cannot be parsed as Long: For input string: "2025-10-03T12:04:47Z"; For input string: "2025-10-03T12:04:47Z"","reason_code":40359,"status":400}

    Changing the client sdk's parameter type to Long directly works, just thought this might be worth correcting in the next release to avoid any confusion. 🙂

    1 Reply Last reply
    0
  • Paul WinterhalderP Offline
    Paul WinterhalderP Offline
    Paul Winterhalder brainCloudAdmin
    wrote last edited by
    #2

    Thanks for reporting this @devsleeper !

    1 Reply Last reply
    0
  • J Offline
    J Offline
    JasonL bitHeads
    wrote last edited by
    #3

    Thanks for reporting this. I’ll forward it to our team and get it fixed.

    1 Reply Last reply
    0

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users