Showing Posts For codeofficer.6384:

net::ERR_NAME_NOT_RESOLVED

in Bugs: Game, Forum, Website

Posted by: codeofficer.6384

codeofficer.6384

The trading post is completely unusable for me. I can hit O to bring up the window but clicking on any of the 3 TP tabs from today’s update brings up a dialog window with this error:

net::ERR_NAME_NOT_RESOLVED

It seems like a DNS issue so I tried switching from my usual DNS to google’s DNS and it didn’t help any. I also disabled my firewall. I can play all aspects of the game otherwise.

PLEASE HELPPPPPPPPPPP

Feature request: Allow Dev tracker per forum

in Forum and Website Bugs

Posted by: codeofficer.6384

codeofficer.6384

This is still very painful for me to bare … enough time has passed, can we get a Dev Tracker link per forum now? pleaseeeeee. I want to follow arenanet’s dev posts but am tired of reading account support type posts.

Feature request: Allow Dev tracker per forum

in Forum and Website Bugs

Posted by: codeofficer.6384

codeofficer.6384

No one, really? I guess I am the only one trying to read them.

I will say no more.

Feature request: Allow Dev tracker per forum

in Forum and Website Bugs

Posted by: codeofficer.6384

codeofficer.6384

This isn’t a bug per say, but I didn’t see where we should request forum features.

Can we get a link that shows dev posts for each specific forum?

I love the idea of tracking developer discussions, but the existing Dev Tracker forum is off-topic for most the things I am interested in researching.

please use root names in all json responses

in API Development

Posted by: codeofficer.6384

codeofficer.6384

The use of root names in the JSON API is currently inconsistent. Right now if you query the /event_names.json endpoint you get ….

<code>
[{"id":“D1323424-379E-4FED-9DF0-1D7763329BC7”,“name”:“Stop the skritt burglar before it escapes with the treasure.”},{…},{…},{…}]
</code>

… but if you query the /events.json endpoint you get …

<code>
{"events":[{"world_id":1001,map_id,“event_id”:“A8D1A2B7-1F1B-413D-8E64-06CA0D26712D”,“state”:"Inactive"},{…},{…},{…}]}
</code>

In the second example you are using a root name. I would love to see all data from the api returned this way for consistency. To reiterate, the 1st example SHOULD be ….

<code>
{"event_names":[{"id":“D1323424-379E-4FED-9DF0-1D7763329BC7”,“name”:“Stop the skritt burglar before it escapes with the treasure.”},{…},{…},{…}]}
</code>

If you’d like me to argue the case for why a little further I would be happy to, but I think in most circles this is obviously the preferred way to return model data.

Thoughts from the API dev team?

My Story - later steps cut off

in Bugs: Game, Forum, Website

Posted by: codeofficer.6384

codeofficer.6384

Please fix this!!!

Since I hit 80 and completed my personal storyline one month after launch I have had this issue where I can’t read the last step of my story. I’m amazed this bug is still around.