secondlife / jira-archive

2 stars 0 forks source link

[BUG-230057] Several "home page" data elements haven't updated since Aug/Sep 2020 #7801

Open sl-service-account opened 3 years ago

sl-service-account commented 3 years ago

What just happened?

Several data fields returned from "homepage" endpoints officially supported by Linden Lab continue to return data from August/September 2020. It is now 2021.

https://api.secondlife.com/datafeeds/homepage.txt https://api.secondlife.com/datafeeds/homepage.xml

(This is assuming the feeds return any data at all: they often fail with 500-series HTTP status codes.)

What were you doing when it happened?

curl https://api.secondlife.com/datafeeds/homepage.txt

Returned the following:

 

signups_updated_slt
 2020-09-08 15:55:01
 signups_updated_unix
 1599605701
 signups
 64419527
 exchange_rate_updated_slt
 2020-08-07 14:22:27
 exchange_rate_updated_unix
 1596835347
 exchange_rate
 242.1876
 inworld_updated_unix
 1610833180
 inworld_updated_slt
 2021-01-16 13:39:40
 inworld
 55531

Note the datestamps for signups_updated, exchange_rate_updated (both SLT and unix time). The inworld_updated values seem fine.

What were you expecting to happen instead?

Since the endpoint is officially supported, there's an expectation the data will be reasonably timely.

http://wiki.secondlife.com/wiki/Linden_Lab_Official:Live_Data_Feeds

Other information

Links

Related

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-230057 | | Summary | Several "home page" data elements haven't updated since Aug/Sep 2020 | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Triaged | | Reporter | Lou Netizen (lou.netizen) | | Created at | 2021-01-16T21:49:48Z | | Updated at | 2021-01-19T17:06:59Z | ``` { 'Build Id': 'unset', 'Business Unit': ['Platform'], 'Date of First Response': '2021-01-19T11:06:55.275-0600', 'Original Reporter': 'Lou Netizen (lou.netizen)', 'ReOpened Count': 0.0, 'Severity': 'Unset', 'System': 'Website', 'Target Viewer Version': 'viewer-development', 'What just happened?': 'Several data fields returned from "homepage" endpoints officially supported by Linden Lab continue to return data from August/September 2020. It is now 2021.\r\n\r\nhttps://api.secondlife.com/datafeeds/homepage.txt\r\nhttps://api.secondlife.com/datafeeds/homepage.xml\r\n\r\n(This is assuming the feeds return any data at all: they often fail with 500-series HTTP status codes.)', 'What were you doing when it happened?': 'curl https://api.secondlife.com/datafeeds/homepage.txt\r\n\r\nReturned the following:\r\n\r\nsignups_updated_slt\r\n2020-09-08 15:55:01\r\nsignups_updated_unix\r\n1599605701\r\nsignups\r\n64419527\r\nexchange_rate_updated_slt\r\n2020-08-07 14:22:27\r\nexchange_rate_updated_unix\r\n1596835347\r\nexchange_rate\r\n242.1876\r\ninworld_updated_unix\r\n1610833180\r\ninworld_updated_slt\r\n2021-01-16 13:39:40\r\ninworld\r\n55531\r\n\r\nNote the datestamps for signups_updated, exchange_rate_updated (both SLT and unix time). The inworld_updated values seem fine.', 'What were you expecting to happen instead?': "Since the endpoint is officially supported, there's an expectation the data will be reasonably timely.", } ```
sl-service-account commented 3 years ago

Shrike Linden commented at 2021-01-19T17:06:55Z

Hello! Thank you for the report. We'll investigate and work on a fix. Have a good day!