No user in 'queued'

No user in 'queued'

in API Development

Posted by: bxt.7691

bxt.7691

In v2/guild/*/log for cloud donations you get:

{"id":2785959,“time”:“2016-04-02T11:10:10.401Z”,“type”:“upgrade”,upgrade_id,“action”:"queued"}
,{"id":2785954,“time”:“2016-04-02T11:10:08.401Z”,“type”:“upgrade”,upgrade_id,“action”:"queued"}

Would it be possible to have information on who donated in the [user] field? Same for some of the other donations with tokens from the decoration merchant.

The guild log has two entries for each, could it be easier to create a new “action”:“donated”?

No user in 'queued'

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

Next

The user field should be appearing already — it is on my local server. I’m also not seeing the duplicate entries locally. Could you PM me an API key with guild access and the guild ID you’re looking at? That’ll help me track down what’s broken.

No user in 'queued'

in API Development

Posted by: bxt.7691

bxt.7691

Done. Note by ‘duplicates’ I mean the in-game guild log not the data returned by the API

No user in 'queued'

in API Development

Posted by: Lawton Campbell

Previous

Lawton Campbell

Web Programmer

Thanks, got the info I need. The dupe events in-game are an artifact of the guild inventory bits using the same system as old-style upgrades. I’m not really sure if that can be fixed.

Those events returned by the API are being created on the game server with a zero’d user id which is why they’re not being correctly emitted. I’ll raise the issue with someone who’s knowledgeable about that; I’m not sure if/when it’ll be fixed though.

No user in 'queued'

in API Development

Posted by: bxt.7691

bxt.7691

Thanks for looking into it. Yeah, not urgent or anything, just would be nice for the future.