You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the scanproxy does not have any internet connectivity (due to firewalling issues), and the event/checkinlist has never been loaded before, a redemption request will be served with the following error-message:
{"type":"ERROR","scanType":"ENTRY","ticket":null,"variation":null,"attendee_name":null,"seat":null,"message":"Check-in list notfound","orderCode":null,"firstScanned":null,"addonText":null,"isRequireAttention":false,"isCheckinAllowed":false,"requiredAnswers":null,"position":null}
I guess, the "not found" part is technically not really incorrect - but it is a little bit misleading... The issue is not that the checkin-list does not exist but rather that the connection to the pretix-host is unavailable.
The text was updated successfully, but these errors were encountered:
When the scanproxy does not have any internet connectivity (due to firewalling issues), and the event/checkinlist has never been loaded before, a redemption request will be served with the following error-message:
I guess, the "not found" part is technically not really incorrect - but it is a little bit misleading... The issue is not that the checkin-list does not exist but rather that the connection to the pretix-host is unavailable.
The text was updated successfully, but these errors were encountered: