#johannes_api

1 messages ¡ Page 1 of 1 (latest)

fleet templeBOT
#

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

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

umbral prism
fleet templeBOT
oblique snow
#

hold on, i will share it

#

req_NglFkTQe74PEwI

#

interestingly:
req_pCA2xViNNZ9yrn - this is from my local script where the same method works so might this be a problem with the acacia 2024 api version?

craggy junco
#

hi! I'm taking over this thread.

#

I would need the request ID of the failed request to be able to compate

oblique snow
#

as I can tell the only thing that differs is the api version, this is thefirst req from my local script req_jUVHfZXKGBuBOz

oblique snow
#

this is the one from the failed request

craggy junco
#

but this request suceeded, there's no error. or maybe you meant that the reponse didn't contain what you expected?

oblique snow
craggy junco
#

it fails to contain
can you clarify what that means? I see that req_NglFkTQe74PEwI is a sucessful request that returned a 200 response

oblique snow
#

ah it also fails with setting the old api version in the google cloud function right here: req_0V2ilnyosfhCon

oblique snow
#

it has to do with the expansion of the objects or so

#

there should be many disputes while in fact none get returned - my local script as well as my gc function if they receive the first 100 they also get the next 100 etc till no more are left

#

really weird error in my opinion

#

i will check if i can reproduce this error locally, if so it is error in api i think

craggy junco
#

yeah but empty content
got it, but it's not an API error.
there should be many disputes while in fact none get returned
I don't think so. you set:

created: {
    gte: "1754006400",
    lte: "1756684799"
  },

which means you are trying to retrieve Disputes created at the end of 2025.

oblique snow
#

no it works locally even with more expansion - not an api error

#

oh, sorry my fault ...

#

sorry for wasting time