sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

Facing issue in get_sms_campaign if there is no scheduled_at parameter set #52

Closed aakash2610 closed 3 years ago

aakash2610 commented 4 years ago

I am getting the following error while fetching a particular sms campaign which has no scheduled_at time. Failed to parse `` as datetime object

scheduled_at is an optional field at the time of creation of sms campaign, so it should give the response with empty scheduled_at parameter instead of the above error.

ruudy-sib commented 3 years ago

Hi @aakash2610

Thank you for reporting this issue. However, I would request you to please report this issue with our support team from your account , https://account.sendinblue.com/support as it might require further investigation and we will look into it.

Thanks!

aakash2610 commented 3 years ago

Hi @Rudy080791

I have already reported this issue to the Support team 3 months back. Here is the link: https://account.sendinblue.com/support/ticket/zid/1818676

They were able to reproduce the issue and told me that they have created a task for it and will fix it soon. But it is not fixed yet. Currently, I am using requests module for making the api call which is not ideal. Can you please let me know what is the timeline of this issue getting fixed?

Thanks,

ruudy-sib commented 3 years ago

Hi @aakash2610 Let me look me into the current progress and get back to you. Thanks!

aakash2610 commented 3 years ago

Hey @Rudy080791,

Is there any progress on this issue?

Thanks,

ruudy-sib commented 3 years ago

Hi @aakash2610 We are working on the issue and the expected release of the new version of the wrapper which will reflect the changes is towards the end of December. Kindly refer here for the latest releases: https://pypi.org/project/sib-api-v3-sdk/

Thanks!

ruudy-sib commented 3 years ago

Hi @aakash2610 A new version v7.1.0 has been released, could you please check and let me know if the issue has been resolved for you now after updating the package? https://pypi.org/project/sib-api-v3-sdk/7.1.0/ Thanks

aakash2610 commented 3 years ago

Hey @Rudy080791,

I have updated to v.7.2.0 but still facing the same error. Can you please check and let me know?