#ravinder_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1296778416040710204
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
According to the error message:
You can not create a subscription schedule with
phasesthat already ended. You can back-date a subscription schedule by settingstart_dateto be in the past, butphasesmust end in the future.
The test clock time is at 2024-10-24 08:28:00 UTC, while the first phase is a 1 day length (you are specifying a daily price)
So the 1st phase starts and ends in the past, which is throwing the exception.
i thought test clock only adjust for spacific subscription
For your information i was running that clock on a spaecific subscrition
is there any way to reset it?
You can create as much simulation as you need
So each simulation has it's own test clock
so test clock apply on account level, right?
means it will also applies to rest api request
No you can create multiple simulation using test clocks
Ah yes sorry. It will be taken into account by the API
Happy to help! Have a nice day!