-
Content Count
3,463 -
Joined
-
Last visited
Community Reputation
24 ExcellentAbout Qwalyphi Korpov
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Actually department stores are dying too.
-
Deploy Plans for the week of 2017-07-17
Qwalyphi Korpov replied to Caleb Linden's topic in Second Life Server
Thanks for that Whirly... but I guess I'm easily confused because " Scheduled for 2017-07-18 for Main Channel OS upgrade (Nothing is changing functionality-wise) " isn't the "WARNING, THIS WILL BREAK EXISTING CONTENT" I was expecting. -
There was a similar discussion last year where llGetAttachedList was mentioned as a way to... usually determine an AVs currently active group key. Might come close enough. Comments by Qie Niangao mentioned GetAttachedList and listed exception conditions.
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
I have read both that 7.html went away with DNAS V2 and that it has since come back. Can't say that I have excellent sources for this.. In my testing of some Shoutcast V2 servers 7.html gave me good results. Not sure if those were exceptions. Here's a link to a 2011 forum post saying 7.html came back due to popular demand: http://forums.shoutcast.com/showthread.php?p=3039066&langid=2 BTW, I made changes today at a Magnum sim and my revised scripts are working without problem now.- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
@Linnrenate Crosby Later changes are available for testing on the Beta-grid. See Oz Linden post 2:17 pm Thursday part of which said: "Go to any of Leafeon, Sylveon, Umbreon and Glaceon on Aditi, or you can look for server version 17.06.28.327400 on http://aditi.coreqa.net/gridtool.php (we'll be adding some more regions shortly). If you've never used the Beta grid, see http://wiki.secondlife.com/wiki/Aditi#How_do_I_log_in_to_Aditi.3F "- 197 replies
-
Multiple Dancers/Patrons Possible?
Qwalyphi Korpov replied to AthenaStarfire's topic in LSL Scripting
There is a fairly obscure policy requiring accounts primarily run as bots to register as scripted agents. http://wiki.secondlife.com/wiki/Linden_Lab_Official:Bot_policy -
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
Testing at Leafeon went well for me. RC 200 and a good response.- 197 replies
-
- 4
-
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
Testing today looks like the same results as a week ago.- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
Four hours ago I posted a simple script (& other details) that should work with the new server change but doesn't. Of course anything that worked on the old release fails under the new release, giving a Script Warning/Error/Debug message: URL passed to llHTTPRequest is not valid. So I'm confused. I'll paste as simple a script I can that has just two lines that differ. One needs to be commented to run in the old servers and the other needs to be commented to run in the new. Works fine on the old. Fails on the new. -------------------------------- // v3 - to use new- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
It's interesting that requests that worked... back when this worked now fail in a variety of ways using the latest server version and the example HTTP_USER_AGENT settings. So far return codes 404, 403 and 502. Possibly due to variations in the particular Shoutcast servers involved.- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
Testing was not successful today. Using the simple script below to access one of two ShoutCast servers I get a 502 response from one and the other gets a 403. // 7.html gives the following in the body // 0 -> current listeners // 1 -> status // 2 -> listener peak // 3 -> max listeners // 4 -> reported listeners // 5 -> bitrate // 6 -> song // v3 - to use new HTTP request HTTP_USER_AGENT parameter string stream = "YOUR STREAM URL"; key kSentRequest; string URL; string stream_status;- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
// 7.html gives the following in the body // 0 -> current listeners // 1 -> status // 2 -> listener peak // 3 -> max listeners // 4 -> reported listeners // 5 -> bitrate // 6 -> song // v3 - to use new HTTP request parameters integer DEBUG = FALSE; string stream = "YOUR STREAM URL"; key kSentRequest; string URL; string stream_status; string listeners; string song; integer bit_rate; default { state_entry() { stream = llGetObjectDesc(); URL = stream; llOwnerSay("URL:"+URL); //- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
Tried this today and got a 502 result: [11:37:37] Q Stream Monitor June 14: Response Status:502, ResponseBody:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>ERROR: The requested URL could not be retrieved</title> <style type="text/css"><!-- %l body :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; } :lang(he) { direction: rtl; } --></style> </head>&- 197 replies
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
Hmmmm... per the release notes this is being fixed tomorrow. Would be so helpful to know those little details like the script change that's needed (or is it?).- 197 replies
-
- 1
-
-
DJ Board Display Not Working Properly
Qwalyphi Korpov replied to Glad Gaffer's topic in Second Life Server
That's good news. Thanks Oz.- 197 replies