#alessio_code

1 messages ยท Page 1 of 1 (latest)

midnight talonBOT
#

๐Ÿ‘‹ 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/1344256486716477444

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

crisp wasp
#

hi there!

final girder
#

were causing the conflict* sorry for the typo!

final girder
crisp wasp
#

and Stripe Terminal initialization now fails
can you clarify which line of code is throwing that error exactly?

final girder
#

InitTerminalUseCaseLive.kt:33 is where we invoke Terminal.initTerminal as describred in the documentation. The code has been working for a year with Stripe Terminal 3.8.0 and Ktor 2

#

In Ktor 3, the UserAgent class has been changed to a class' property, so probably that's where the conflict arises. I would assume that Stripe's SDK doesn't define an upper bound constraint on their Ktor dependency.

bold lark
#

๐Ÿ‘‹
This seems to be an issue with your Ktor integration as it's not recognizing Stripe SDK classes

#

Unfortunately, we don't know much about that particular framework

#

You should probably reach out to Ktor community and ask why a Java SDK isn't recognized in your module