#Sam Gralla

1 messages · Page 1 of 1 (latest)

tribal ivyBOT
grizzled viper
ebon cave
#

It doesn't show up in logs

grizzled viper
#

Ok. This is the python api i'm assuming (based on the syntax)?

ebon cave
#

Yes. And my other requests work just fine and show up in logs.

grizzled viper
#

What version of the library are you using?

ebon cave
#

The latest, I believe, but let me check

#

Oh, interesting. Apparently it is 4.3.0b2 - did I install some beta that broke something?

grizzled viper
#

That's a pre-release so it's possible. Can you try the request again with 4.2.0? Also, was this exact request working before?

ebon cave
#

I will check. No, this exact request has never worked. I am adding invoice functionality to my site for the first time

grizzled viper
ebon cave
#

oh, I forgot ** in python. Sorry for the newbie error! Really appreciate your quick response.

#

Everything works now

grizzled viper
#

Ah cool. Should have noticed that immediately haha

#

Glad you're all straightened out!

#

I do recommend pinning the version of the Stripe library you're using though

ebon cave
#

Yes, I do that. I just recently upgraded to the "latest" as suggested by pyCharm, which gave me that prerelease.

grizzled viper
#

Ah ok