Jump to content

JohnQ Ballyhoo

Resident
  • Posts

    11
  • Joined

  • Last visited

Posts posted by JohnQ Ballyhoo

  1. Can't say exactly when, but I first noticed it about two days ago.  I've been editing scripts out of a rezzed object since I know Sunday which were working fine, but just started noticing the error when trying to edit scripts out of inventory today.

    And just a while ago I had my partner try dropping an item on me and found that wasnt working either.  Moving to a 276191 sim worked.

  2. Update:

    Found I can edit my scripts if I rez a box and drop the script in. 

    Also found I am not able to accept objects from other people when either dropping on my chat window or directly on my avatar.  No blue accept popup is shown and nothing appears in my inventory.  Works just fine on 13.05.20.276191 sims.

    Can someone please comment on what might be causing this?
    This is effectively shutting down my scripting business. 

    Thanks...

     

     

     

  3. Fails every time if sent from inworld prim using llHTTPRequest.  Works every time using external browser.

    I'm just guessing on it being related to the port number, but the 504 error is a gateway/proxy timeout.

    Script excerpt is:

    _url = "http://sim2556.agni.lindenlab.com:12046/cap/a21e6222-97be-2e73-b920-65823372d300/?";
    _method = [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/x-www-form-urlencoded"];
    _key = llHTTPRequest(_url , _method, "cmd=" + _cmd + "&o=" + _p1 + "&u=" + _p2);

×
×
  • Create New...