#ash_code

1 messages ¡ Page 1 of 1 (latest)

cold pagodaBOT
#

👋 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/1379551020744577078

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

uncut sphinx
#

hii

blazing sorrel
#

Hi, let me grab a teammate who has more expertise with more Terminal product knowledge

uncut sphinx
#

sure

#

thank you

#

i am on implementation "com.stripe:stripeterminal-core:4.2.0"
implementation("com.stripe:stripeterminal-handoffclient:4.2.0")

astral void
#

Hello, do you know what your Stripe terminal code is doing when it throws this error? For example are you discovering readers, connecting to one, processing a payment intent, etc?

#

Or is this just when building your code when anything terminal is included?

uncut sphinx
#

just when building your code when anything terminal is included

#

i am trying to run my app on the S700 device which is throwing this error

#

i have been working on this since 2 months, but i havent faced this issue before, this is new

astral void
#

Can you link me to where you got this code from? I am not seeing those type definitions in our codebase

uncut sphinx
#

pls wait a moment, let me search for it

#

from here

#

pls check it out

astral void
#

Ah gotcha, in that case it would actually be better to reach out to that library's developer. That is a third party library, so we don't know much abou it. The build issues look to be things that that library defines rather than the Stripe SDK, so they should know more about what may be going wrong and how to address it

uncut sphinx
#

oh

#

i dont think its an issue there

#

i have been facing many issues within the native terminal code too

#

but would u be able to tell from the error message on what could be the reason?

astral void
#

Yep yep happy to take a look at any errors that you are getting when programming directly to our APIs. For anything where there is a wrapper invovled like that library, it is better to talk to the dev. Even when there is a Stripe error upstream that still usually means that something in the package needs to change which we can advise the dev on, but can't really speak to when we don't know what is going on in the wrapper.