Search Unity

User Reports not (reliably) showing up on Dashboard

Discussion in 'Unity Cloud Diagnostics' started by noio, May 26, 2020.

  1. noio

    noio

    Joined:
    Dec 17, 2013
    Posts:
    232
    I'm experiencing some issues when trying to see my user reports on the dashboard. I created a little panel that lets testers fill out some quick feedback:

    Screenshot 2020-05-26 at 09.12.13.png

    SendUserReport()
    returns a callback with
    success=true
    , but the reports are not showing up on the dashboard. Some earlier reports (from about a week ago) are still there.

    Sometimes a single report gets through, so I tried sending 10 reports to get an idea of the reliability.

    Code (CSharp):
    1. User Report Status: Success
    2. User Report Status: Success
    3. User Report Status: Success // <- DID NOT SHOW UP ON DASHBOARD
    4. User Report Status: Success // <- DID NOT SHOW UP ON DASHBOARD
    5. User Report Status: Success
    6. User Report Status: Success
    7. User Report Status: Success
    8. UnityUserReportingPlatform.Post: 480 HTTP/1.1 480 Unknown HTTP status
    9. User Report Status: Failed
    10. UnityUserReportingPlatform.Post: 480 HTTP/1.1 480 Unknown HTTP status
    11. User Report Status: Failed
    12. UnityUserReportingPlatform.Post: 480 HTTP/1.1 480 Unknown HTTP status
    13. User Report Status: Failed
    Even though the first 7 report successful sending, two of those are getting lost. For the last three, is that some kind of rate limiting? Or is that also just "random" unreliability?

    Does the UserReporting backend just randomly throw away reports? o_O

    If I'm going to ask my testers to write their feedback into this panel, I would like to be sure that it actually arrives

    :(
     
  2. nicmarxp

    nicmarxp

    Joined:
    Dec 3, 2017
    Posts:
    406
    I have the same question. I switched from Easy Feedback form for having issues with it not working, isn't this working either? :/
     
  3. noio

    noio

    Joined:
    Dec 17, 2013
    Posts:
    232
    I haven't had issues with it lately. I've set up the Slack integration too and that works quite nicely! We get a message in our #feedback channel when someone submits a report. :)
     
    nicmarxp likes this.
  4. nicmarxp

    nicmarxp

    Joined:
    Dec 3, 2017
    Posts:
    406
    Nice, thanks, will check if it supports discord too, cause that's what we use :)
     
  5. LavapotionNiklas

    LavapotionNiklas

    Joined:
    Mar 1, 2017
    Posts:
    5
    We've had the same issues as well, some successful reports posted from the game does not show up in the dashboard.