Error 500
There is a problem with the server, or with a request coming from you. Thank you for your understanding while we get things set up.
Traceback (most recent call last): File "/home/team/lotteh/payments/crypto.py", line 85, in get_payment_address addresses[currency][session_key] = data['pay_address'], data['payment_id'], timezone.now() ~~~~^^^^^^^^^^^^^^^KeyError: 'pay_address'During handling of the above exception, another exception occurred:Traceback (most recent call last): File "/home/team/lotteh/venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/team/lotteh/venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/team/lotteh/venv/lib/python3.12/site-packages/sentry_sdk/integrations/django/views.py", line 94, in sentry_wrapped_callback return callback(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/team/lotteh/venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/team/lotteh/payments/views.py", line 1765, in tip_crypto_simple address, transaction_id = get_payment_address(user, crypto, fee_reduced, tip=True) if not request.GET.get('lightning') else get_lightning_address(user, crypto, fee_reduced, ln=True, tip=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/team/lotteh/payments/crypto.py", line 89, in get_payment_address raise PaymentLessThanMinimalException('This crypto payment is less than minimal and cannot be completed. Try using another payment method, or another product.')payments.exceptions.PaymentLessThanMinimalException: This crypto payment is less than minimal and cannot be completed. Try using another payment method, or another product.