From 781f5b873d50fdd39098116110a00307a2e2b41d Mon Sep 17 00:00:00 2001 From: Fornax Date: Wed, 10 Apr 2024 18:36:06 +0200 Subject: [PATCH] Better document patreon linking errors --- .../user_home/PatreonActivationResult.svelte | 58 ++++++++++++++----- 1 file changed, 42 insertions(+), 16 deletions(-) diff --git a/svelte/src/user_home/PatreonActivationResult.svelte b/svelte/src/user_home/PatreonActivationResult.svelte index ae34209..43f74f8 100644 --- a/svelte/src/user_home/PatreonActivationResult.svelte +++ b/svelte/src/user_home/PatreonActivationResult.svelte @@ -44,30 +44,56 @@ onMount(() => { Try disconnecting all Pixeldrain logins and try again.

- If it has been more than 30 minutes, your payment is complete and - the upgrade still fails please contact me on Patreon or through - e-mail at support@pixeldrain.com. + It might also help to try linking the subscription in a + different web browser. Sometimes cookies or cached redirects can + cause issues with the authentication process. Try linking your + subscription in Firefox for example.

- When contacting support please provide the following information:
- Server response: {patreon_message}
- Server error code: {patreon_error} + If the information above does not solve your issue then please + contact me on Patreon or Discord. When + contacting support please provide the following + information:
Server response: {patreon_message}
Server + error code: {patreon_error}

{:else if patreon_result === "pledge_not_found"}

- We were not able to find your payment on Patreon. Please - wait until the payment is confirmed and try again. Even if - the payment says confirmed on Patreon itself it takes a - while before it's communicated to pixeldrain. Please wait at - least 10 minutes and try again. + We were not able to find your payment on Patreon. There can be a + few reasons for this, which I will list below:

-

- If it has been more than 30 minutes, your payment is complete - and the upgrade still fails please contact me on Patreon or - through e-mail at support@pixeldrain.com. -

+

    +
  1. + Your payment is not confirmed yet. It can take up to 30 + minutes before your payment is confirmed. If you paid with + PayPal it's usually instant, but with creditcard it can take + longer. If your payment is not confirmed after 30 minutes + please contact me on Patreon or Discord. +
  2. +
  3. + You pledged without selecting a support tier. It happens + sometimes that people pledge an amount of money without + selecting a support tier. If you don't have a tier + pixeldrain won't know which subscription you should get, + regardless of how much you paid. To fix this you can select + a tier from the + memberships page and proceed to checkout. If you already + pledged the right amount you will not have to pay again. +
  4. +
  5. + Or you have not pledged at all yet. In that case it's + simple: go to + Patreon and purchase a membership. +
  6. +

When contacting support please provide the following information:
Server response: {patreon_message}
Server