Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG-216386] http://secondlife.com/httprequest/homepage.php returning error 499 from in world script calls #3769

Closed
1 task
sl-service-account opened this issue Jun 3, 2018 · 4 comments

Comments

@sl-service-account
Copy link

sl-service-account commented Jun 3, 2018

Steps to Reproduce

llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], "").
Use the example script at http://wiki.secondlife.com/wiki/Talk:LlGetWorldPopulation with an llOwnerSay on the returned error status.

Actual Behavior

llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], "") no longer returns data - just error 499.
I use these calls in a one of my commercial products which has been on the market for several years but has recently stopped working. I have had a number of customer complaints so it appears grid wide.
I have tested the bug using the example script in the wiki (http://wiki.secondlife.com/wiki/Talk:LlGetWorldPopulation) to confirm that it too is failing. Web browsers will open the page without issues.
This bug was reported on the 27th May by Janet Rossini (BUG-216346) but incorrectly closed by Support - it is not related to 'redirects' or similar.

Expected Behavior

I was expecting to retrieve something like:
signups_updated_slt 2018-06-02 22:55:01 signups_updated_unix 1528005301 signups 54655752 exchange_rate_updated_slt 2018-06-02 22:57:07 exchange_rate_updated_unix 1528005427 exchange_rate 251.7189 inworld_updated_unix 1528005301 inworld_updated_slt 2018-06-02 22:55:01 inworld 37697

Other information

According to "http://wiki.secondlife.com/wiki/Http_response" a 499 is either a timeout, a space in the address or an SSL failure. Since the response error is instantaneous and there are no spaces in my call it has to be an SSL failure.

Links

Duplicates

Original Jira Fields
Field Value
Issue BUG-216386
Summary http://secondlife.com/httprequest/homepage.php returning error 499 from in world script calls
Type Bug
Priority Unset
Status Closed
Resolution Duplicate
Reporter Muroc Scorfield (muroc.scorfield)
Created at 2018-06-03T06:42:06Z
Updated at 2018-06-04T07:05:44Z
{
  'Business Unit': ['Platform'],
  'Date of First Response': '2018-06-03T10:23:24.024-0500',
  "Is there anything you'd like to add?": 'According to "http://wiki.secondlife.com/wiki/Http_response" a 499 is either a timeout, a space in the address or an SSL failure.  Since the response error is instantaneous and there are no spaces in my call it has to be an SSL failure.',
  'ReOpened Count': 0.0,
  'Severity': 'Unset',
  'System': 'Linden Content in SL',
  'Target Viewer Version': 'viewer-development',
  'What just happened?': 'llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], "") no longer returns data - just error 499.\r\nI use these calls in a one of my commercial products which has been on the market for several years but has recently stopped working.  I have had a number of customer complaints so it appears grid wide.\r\nI have tested the bug using the example script in the wiki (http://wiki.secondlife.com/wiki/Talk:LlGetWorldPopulation) to confirm that it too is failing.  Web browsers will open the page without issues.\r\nThis bug was reported on the 27th May by Janet Rossini (BUG-216346) but incorrectly closed by Support - it is not related to \'redirects\' or similar.',
  'What were you doing when it happened?': 'llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], "")',
  'What were you expecting to happen instead?': 'I was expecting to retrieve something like:\r\nsignups_updated_slt 2018-06-02 22:55:01 signups_updated_unix 1528005301 signups 54655752 exchange_rate_updated_slt 2018-06-02 22:57:07 exchange_rate_updated_unix 1528005427 exchange_rate 251.7189 inworld_updated_unix 1528005301 inworld_updated_slt 2018-06-02 22:55:01 inworld 37697 ',
  'Where': 'http://maps.secondlife.com/secondlife/Frenscent/207/92/49',
}
@sl-service-account
Copy link
Author

Whirly Fizzle commented at 2018-06-03T15:23:24Z

Hiya Muroc,

This bug was reported on the 27th May by Janet Rossini (BUG-216346) but incorrectly closed by Support - it is not related to 'redirects' or similar.

I don't understand why you think BUG-216346 was incorrectly closed as a duplicate of BUG-216320.
BUG-216320 reports "llHTTPRequest("http://secondlife.com/httprequest/homepage.php", [], "") returns an empty body and http status 499" which is exactly the same as reported in BUG-216346

@sl-service-account
Copy link
Author

Muroc Scorfield commented at 2018-06-04T02:10:45Z

Hi Whirly,

I seem to be suffering a particularly bad case of foot-in-mouth disease. That'll teach me to not take others comments at face value - I stand corrected! You are, of course, correct - many apologies.

@sl-service-account
Copy link
Author

Muroc Scorfield commented at 2018-06-04T02:13:42Z

Well it is a bug but this is a duplicate of BUG-216320.

@sl-service-account
Copy link
Author

Whirly Fizzle commented at 2018-06-04T07:05:25Z

No worries, I linked this as a dupe of BUG-216320.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant