#bwurtz999
1 messages · Page 1 of 1 (latest)
It happened with this one most recently
tmr_E2tAeA3GSor065
just a few minutes ago
Sorry you asked for the serial number
WSC513128034097
It's a BBPOS WISEPOS_E
Thanks, taking a look
Hmmm I do see a high number of network timeout errors associated with the JS integration
I've been using Stripe for a while now and I haven't had this issue before
I don't think I've changed my JS file (the one that handles connecting to the reader)
True but the error exception is complaining about network connectivity. Here's the specific message:
Network timed out! Check and ensure your browser is connected to the internet and has a stable connection.
Weird. The app is loading so it definitely has internet
Where are you seeing this? I don't see that in my logs
But that doesn't mean the connection is stable enough for the reader.
I"m also seeing a lot of these errors:
No established connection to the Reader. Make sure
you call `discoverReaders()` and then `connectReader()` to one of the resolved discovered readers.
You should not make any other calls to the SDK until the `connectReader()` response resolves without an error or until the connectionStatus changes to 'connected'.
These are logs that the JS integration sends to Stripe
Hmmm
Do I have access to those logs?
Could an unstable connection lead to timeout errors or the No established connection to reader errors that you've been seeing
How do I know if the connection is 'stable enough'?
Definitely. Especially since, with the JS driven integration your POS and reader communicate over the local WiFi or LAN network
LAN in this case
Would a server-driven integration fix this?
Or is the internet connection still going to be a problem?
Server driven is generally more stable
But that doesn't work with the old Verifone readers right?
No the P400s are still usable but deprecated. As in we don't build new software for them but will maintain the existing software and security patches.
So unfortunately we do not extend the Server driven integration to that device