#twinkle_error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225440393433452584
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there
Sorry for the delay
Can you provide some further details? Do you have a Terminal serial number that you can provide that is experiencing this?
Are you attempting to connect over Wifi?
As far as we have identified - the list page is showing the terminals as offline but if we go to those terminals individually, they show online
can we provide the client terminal locations here? Is it safe? Or should we send them in a mail to you?
It is safe to share object IDs here -- no one can do anything with them without access to your API keys. I can look them up internally. However, if you don't feel safe sharing that information here then yes you can always reach out to our Support team via https://support.stripe.com/contact/login and work with us through that channel which is private.
Yeah , let me contact there
๐
will it take more time for them to respond there?
It will likely be handled over email there
But if you share plenty of information, including technical details, you will likely be escalated to a team that can help quickly.
Important to share all of the information you have -- specific examples for us to look at and exactly what you are doing on your end.
Looking
Hmm when I look at one of the Readers directly it is showing Online: https://dashboard.stripe.com/terminal/readers/tmr_Fgtsmgb80unIgC
We just focus on the API here so I'm not too familiar with how the Location Dashboard page displays online/offline and whether it is completely synced.
If you want 100% certianty on online/offline at the very moment then I'd recommend retrieving the Reader via the API
we are using the list page to display all the available terminals
What does that mean exactly?
You are using the Dashboard page?
Or you are using the List API: https://docs.stripe.com/api/terminal/readers/list ?
let me clarify - we are using the readers list api to get all the readers
yes this one
and that is giving us terminals as offline
Gotcha so that is showing them as offline but you have a successful connection token and believe they are online?
Are you using the server-driven Terminal SDK?
Basically how are you connecting to these Readers?
java script sdk
we use discover_readers
discoverReaders()
we get connection token that has stripe terminal location id
Yep and you successfully call connectReader()?
But then when you list or retrieve that Reader it is showing offline?
Are you able to reproduce this reliably?
Like can you reproduce this right now?
And tell me which Reader you are testing with so that I can look at our logs?
That is just a location. Looks like it has 2 Readers associated
So yeah if you just tell me which of those Readers you are testing with then I can look at that
mondo
I can see on the stripe dashboard itself that on the list page, the reader shows offline
Yeah like I said that isn't reliable really
You need to retrieve or list it from the API
give me a min
Yeah I see them as offline in the reader's list api
Can you paste the request id as well as the response you're getting?
Ok Can you share the request id?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
no, I can't find the request_id
Did you see the above link?
yes
there are so many requests and I am unable to find the one with my terminal location
I tried searching but it did not bring up any result
You should be able to filter by endpoint
Are you filtering for GET requests?
Thanks
3474437b90ec830a
Should start with req_
the response shows offline for all the readers but if you check the individual one, one of them is online
Still looking
Have a colleague helping me async
We received another report of this from another user, so we have folks investigating
okay
Will keep you updated
okay
@ocean topaz do you see the same offline if you GET the Reader directly instead of List?
we see online
Thanks
Hey, any update on the investigation?
ok
Was there any discovery?
Yes we believe we have discovered root cause and remediation is being worked on. There is an active incident opened internally and we are working to remediate as quickly as possible.
Thankyou
@ocean topaz we've deployed a fix and believe we are seeing things improve. Can you check to see if your terminals are showing as online now?