1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

SOE feed down???

Discussion in 'Census: EverQuest II' started by Kulavvy, May 15, 2012.

  1. Kulavvy

    Kulavvy Guest

    Works when in browser.

    Returns error when called from code.

    u.eq2wire seems not to work either

    "Oops!Didn't see that coming!It appears that something went wrong on the server. A report has been emailed to the code monkeys. One of them will have a look and try to have the problem corrected shortly."

     
  2. Dethdlr

    Dethdlr Guest

    Quite odd.  Looking into it now.

     
  3. Dethdlr

    Dethdlr Guest

    Yep.  I'm seeing the same thing.  It was working fine a few hours ago.  Hopefully they'll have it straightened out soon.

     
  4. Negawatt

    Negawatt Guest

    We're checking this out now.

     
  5. Dethdlr

    Dethdlr Guest

    Let me know if you need any more info or need me to test anything.  I appears to have taken down EQ2Players as well.

    Dethdlr

     
  6. Negawatt

    Negawatt Guest

    Looks like we're back up!

     
  7. Kulavvy

    Kulavvy Guest

    Its up, but now "min_last_update" in character disappeared <img src="/station/images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" border="0" />

    Could you inform about such changes plz?

     
  8. Negawatt

    Negawatt Guest

    <span style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: #1f497d;">

    min_last_update should be fixed, and the system's even enhanced:

    <span >

    <span style="font-size: 11pt; font-family: "Calibri","sans-serif"; color: #1f497d;"><span><span style="color: #000000;">Whatever you are sorting by will get put into min_xxx if it is numeric. So if you do c:sort=last_update, you will get min_last_update. If you do c:sort=id, you will get min_id.

     
  9. Kulavvy

    Kulavvy Guest

    EDIT: Deleted the post - need additional testing.

    Now it seems theres no "<span >min_last_update" attribute. Theres only "min_ts".

     
  10. Negawatt

    Negawatt Guest

    Is there min_last_update if you c:sort=update?

     
  11. Kulavvy

    Kulavvy Guest

  12. Dethdlr

    Dethdlr Guest

    Pretty sure that's because c:sort=update is trying to sort by a non-exsistant field: update.  You get the same result if you try c:sort=fred, c:sort=ethel, or c:sort=IAmNotAField.  :)

    If you do c:sort=last_update you'll see max_last_update.  If you do a reverse sort and do c:sort=last_update:-1 you'll see min_last_update. 

    Same thing with ts.  If you do c:sort=ts you'll get max_ts.  If you do a reverse sort and do c:sort=ts:-1 you'll see min_ts.

    Hope that helps.

     
  13. Kulavvy

    Kulavvy Guest

    Thats it. Thank you very much :)

     

Share This Page