CasperVend 2/Event Vendor Script: Difference between revisions

From CasperTech Wiki
Jump to navigation Jump to search
(13 intermediate revisions by the same user not shown)
Line 17: Line 17:
| 4) Click to unpack the Event Vendor crate to your inventory. <br /> 5) Locate the Event Vendor script itself. <br /> 6) Follow the "how to" instructions in the next section.  
| 4) Click to unpack the Event Vendor crate to your inventory. <br /> 5) Locate the Event Vendor script itself. <br /> 6) Follow the "how to" instructions in the next section.  
|}
|}
== <span style="color:#00528c">'''About the Event Vendor Script'''</span> ==
<div style="display:inline-block">{{#ev:youtube|4YwYrTWT8_w||left|Video by Casper explaining how sim communications work}}</div>


== <span style="color:#00528c">'''How To Use The Event Script'''</span> ==
== <span style="color:#00528c">'''How To Use The Event Script'''</span> ==
Line 23: Line 27:
# Edit the vendor  
# Edit the vendor  
# Click to the Contents tab
# Click to the Contents tab
# Delete the "CasperVend2" script from the contents
# Delete the "CasperVend2" script- BUT NOT THE "MAPPING" NOTECARD! - from the contents
# Drag the CasperVend2 Event Vendor replacement script from your inventory, into the contents of the vendor.
# Drag the CasperVend2 Event Vendor replacement script from your inventory, into the contents of the vendor.
# Once the vendor reboots, grant debit perms.
# Once the vendor reboots, grant debit perms.
Line 30: Line 34:
# You '''CAN''' make changes to a vendor using the event script, you just have to click the vendor in-world, get the popup menu, and choose "Reset" for it to pick up the changes.
# You '''CAN''' make changes to a vendor using the event script, you just have to click the vendor in-world, get the popup menu, and choose "Reset" for it to pick up the changes.


=== Do Not Wait For a Problem ===
== <span style="color:#00528c">'''Do Not Wait For a Problem'''</span>==
----
The event vendor script is '''best''' used '''PROACTIVELY''' - this means, set up the event vendor script '''during your event setup period,''' not after the event begins and it's already filled and lagged!
The event vendor script is '''best''' used '''PROACTIVELY''' - this means, set up the event vendor script '''during your event setup period,''' not after the event begins and it's already filled and lagged!


It's critically important to do this '''BEFORE THE SIM BREAKS!'''
It's critically important to do this '''BEFORE THE SIM BREAKS''' - because once the sim breaks, it cannot be set up!


== <span style="color:#00528c">'''Continue Having Regular Vendors Rezzed'''</span> ==
== <span style="color:#00528c">'''Continue Having Regular Vendors Rezzed'''</span> ==
Line 54: Line 57:
== <span style="color:#00528c">'''Cleaning Up Your Event Vendors'''</span> ==
== <span style="color:#00528c">'''Cleaning Up Your Event Vendors'''</span> ==


Because there are no incoming communications, event vendors will NEVER respond to a '''[[Website_Scans | website scan]]''' - this also means you are unable to delete an inworld vendor via the website either.  
Because there are no incoming communications, event vendors will NEVER respond to a "delete" command via the website.  


You '''MUST''' remember to clean up your '''event''' vendors from an event before the sim goes away (either by click > menu > delete '''OR''' edit > delete > then run a bee on "Check All") otherwise you will be unable to later.
You '''MUST''' remember to clean up your '''event''' vendors from an event before the sim goes away (either by click > menu > delete '''OR''' edit > delete > then run a bee on "Check All") otherwise you will be unable to later.
You may also give a copy of the '''UpgradeBee VENDORS ONLY''' - this Bee is copy AND transfer - to the event organizer team and ask them to run the Bee after they send back vendors when the event ends.


== <span style="color:#00528c">'''Limitations & Caveats'''</span> ==
== <span style="color:#00528c">'''Limitations & Caveats'''</span> ==
Line 88: Line 93:
----
----


It appears that the issue lies with the "HTTP-IN" function.
It appears that the issue lies with the "HTTP-IN" function, as described in the video linked at the top of this page.  


CasperVend is a very sophisticated system, which depends on complex algorithms and processes running on our servers. This is because there is simply not enough script space in the vendor itself to perform all the extensive functionality that CasperVend provides.
CasperVend is a very sophisticated system, which depends on complex algorithms and processes running on our servers. This is because there is simply not enough script space in the vendor itself to perform all the extensive functionality that CasperVend provides.
Line 98: Line 103:
   The proxy server received an invalid response from an upstream server.
   The proxy server received an invalid response from an upstream server.
   The proxy server could not handle the request POST http://10.9.4.70:13020/web/task/8f493d26-de0b-19f1-74c6-5d199f02a8df/script/b48999ce-5e27-5fe8-0c22-e0c03b34babc/http.
   The proxy server could not handle the request POST http://10.9.4.70:13020/web/task/8f493d26-de0b-19f1-74c6-5d199f02a8df/script/b48999ce-5e27-5fe8-0c22-e0c03b34babc/http.
 
 
   Reason: Error reading from remote server</lsl>
   Reason: Error reading from remote server</lsl>


Once such an error has been encountered, the system automatically tries to "self-heal". This causes the vendor to reset and re-establish itself in the network. Unfortunately, in such a broken region, the vendor will take a long time to get back online.
Once such an error has been encountered, the system automatically tries to "self-heal". This causes the vendor to reset and re-establish itself in the network. Unfortunately, in such a broken region, the vendor will take a long time to get back online.


I can't stress enough that this is '''an issue with Second Life''' and the Lab's architecture (notice the internal IP address; 10.9.4.70 is a machine on LL's internal network), and NOT a problem with CasperVend or our servers.
We can't stress enough that this is '''an issue with Second Life''' and the Lab's architecture (notice the internal IP address; 10.9.4.70 is a machine on LL's internal network), and NOT a problem with CasperVend or our servers.


=== Why has this never been addressed before 2015? ===
=== Why has this never been addressed before 2015? ===

Revision as of 12:32, 25 October 2020

Schaue hier in Deutsch!

Where do I find the Event Vendor?

Originally, the Event Vendor script was loose in the vendor crate. If you haven't redelivered your vendor pack in a while (for example, if your dropboxes are still at 2.2x....) then it might still be a standalone loose script.

Currently, the Event Vendor script is now in its own sub-box within the vendor crate:

Click for larger image
1) Rez the Vendor shipping crate on the ground.
2) Click to unpack contents to your inventory.
3) Drag the Event Vendor crate from your inventory to the ground.  
Click for larger image
4) Click to unpack the Event Vendor crate to your inventory.
5) Locate the Event Vendor script itself.
6) Follow the "how to" instructions in the next section.

About the Event Vendor Script

Video by Casper explaining how sim communications work

How To Use The Event Script

  1. Set up your vendor(s) with the regular vendor script on your "home" sim/region.
  2. Edit the vendor
  3. Click to the Contents tab
  4. Delete the "CasperVend2" script- BUT NOT THE "MAPPING" NOTECARD! - from the contents
  5. Drag the CasperVend2 Event Vendor replacement script from your inventory, into the contents of the vendor.
  6. Once the vendor reboots, grant debit perms.
  7. Pick up your newly modified event vendors, and rez them on the event sim/region.
  8. MAKE SURE you continue have regular vendors rezzed elsewhere in Second Life, on a quieter sim/region. The more the merrier.
  9. You CAN make changes to a vendor using the event script, you just have to click the vendor in-world, get the popup menu, and choose "Reset" for it to pick up the changes.

Do Not Wait For a Problem

The event vendor script is best used PROACTIVELY - this means, set up the event vendor script during your event setup period, not after the event begins and it's already filled and lagged!

It's critically important to do this BEFORE THE SIM BREAKS - because once the sim breaks, it cannot be set up!

Continue Having Regular Vendors Rezzed

You need SOME regular vendors on a quiet sim in order for transactions to go through. It does not need to be a 1:1 ratio, you should only need about 6-10 regular vendors elsewhere in order to ensure the event vendors function properly.

They do NOT need to be the same products at the event! Just any regular vendors, the important thing is to have the capacity for incoming communications.

Info for Event/Mall Organizers

You MUST allow time for merchants in your event or mall adequate time to clean up their own vendors after an event!

If you are unable to allow the merchants time to clean up (such as if a sim/region will be returned to LL on a specific date), or there are people unable to come back in time to clean up, then YOU must do the cleanup yourself after you return everything - Rez and click to run a vendor UpgradeBee on the "Check All" setting. (Absolutely anyone may run an UpgradeBee on "Check All" to do cleanup, as long as they have sim/region access.)

If you don't already have CasperVend, you may pick up a set of the free vendors to get the upgradebee, then unpack the crate, rez the upgradebee, click to run it on "check all".

Alternately, you may ask any of the official representatives for a vendor UpgradeBee instead of picking up the free vendors.

Cleaning Up Your Event Vendors

Because there are no incoming communications, event vendors will NEVER respond to a "delete" command via the website.

You MUST remember to clean up your event vendors from an event before the sim goes away (either by click > menu > delete OR edit > delete > then run a bee on "Check All") otherwise you will be unable to later.

You may also give a copy of the UpgradeBee VENDORS ONLY - this Bee is copy AND transfer - to the event organizer team and ask them to run the Bee after they send back vendors when the event ends.

Limitations & Caveats

  1. You must have at least one normal vendor rezzed elsewhere, on a non-overloaded region - and ideally several more. If you don't, your transactions will stall and fail!
  2. If you make a change to the configuration on the website, the vendor will not automatically update. You have to touch it inworld and choose Reset to get it to pull the latest config.
  3. License notecards will be delivered, but we can't wait for them to be accepted - the transaction will just go through regardless.
  4. Same for gift deliveries - we can't wait for the customer to confirm their gift selection, it just goes through as a direct gift.
  5. Gift boxing feature is also not available due to the stripped down communications - only Direct Gifting
  6. The vendor won't automatically reload if the linkset changes. So if you link the vendor to something, be sure to touch -> reset.
  7. The event vendor script is no-transfer, because it can't be used in affiliate vendors - it can't transfer money

All these features depend on the website being able to communicate with the vendor (HTTP-IN), which is why they are not fully available with the Event Vendor replacement script.

Profit sharing DOES work, but affiliate payments will NOT. In other words, don't use the event vendor script in a vendor you have from someone else.

What is the Difference?

The regular vendors have both incoming and outgoing communications.

The event vendor version has JUST outgoing communications. This is why having regular vendors rezzed on another sim is essential.

(Want more explanation? See the next section.)

Background - Why Is There An Event Script?

CasperVend2 is a very efficient vendor system, and as such has always been in popular use at events, many of which consisted of packed sims of 60+ avatars. Beginning in 2015, though, there have been two reported instances of CasperVend vendors not working well at two particularly popular events - Collabor88 and Uber.

While it has been very hard to diagnose these issues (none of our team have been able to gain access to the regions while the vendors were malfunctioning), we were able to get hold of some data from our side which has helped us identify the cause.

So, what's the problem?


It appears that the issue lies with the "HTTP-IN" function, as described in the video linked at the top of this page.

CasperVend is a very sophisticated system, which depends on complex algorithms and processes running on our servers. This is because there is simply not enough script space in the vendor itself to perform all the extensive functionality that CasperVend provides.

As part of this process, the server needs to "dial in" to the sim/region, in order to reach the vendor - this is done to send notifications, confirm option choices and license agreements, or make affiliate payments. Unfortunately, it seems that once region load gets beyond a certain point, HTTP-IN just completely falls apart and can no longer be used, with every request failing with a message like so:

  <lsl>   Proxy Error
  
  The proxy server received an invalid response from an upstream server.
  The proxy server could not handle the request POST http://10.9.4.70:13020/web/task/8f493d26-de0b-19f1-74c6-5d199f02a8df/script/b48999ce-5e27-5fe8-0c22-e0c03b34babc/http.
  
  Reason: Error reading from remote server</lsl>

Once such an error has been encountered, the system automatically tries to "self-heal". This causes the vendor to reset and re-establish itself in the network. Unfortunately, in such a broken region, the vendor will take a long time to get back online.

We can't stress enough that this is an issue with Second Life and the Lab's architecture (notice the internal IP address; 10.9.4.70 is a machine on LL's internal network), and NOT a problem with CasperVend or our servers.

Why has this never been addressed before 2015?


Quite frankly, it's never been an issue before. CasperVend has been used in huge events for many years, and while it's experienced some lag, there have never been such wide-scale issues before the summer of 2015.

Our best bet is that something has changed recently in the LL server-side code which makes HTTP-IN more vulnerable to lag.

The CasperVend2 Event Vendor replacement script


We've now released a special "Event Vendor" replacement script.

This is a special version of the vendor which has all inbound communications ripped out and disabled. This means it's reliable enough to function in heavily overloaded/broken regions.