Aditya Verma

Results 26 comments of Aditya Verma

@showell Is this issue still on?

@showell Trivia quiz bot seems to work fine for me.

@rht Added PR for the two bridges. To ensure that future developers use this I think we should add the `check_subscription_or_die` method to the zulip library. Also I think that...

> From my reading of the current state of the PR, there is no adding a number of retweets in the body of the message yet (a). What happens is...

![Screenshot from 2020-03-21 23-57-20](https://user-images.githubusercontent.com/13984827/77233805-f1f52a80-6bcf-11ea-8062-88056a3ad8ab.png) @rht Added number of retweets to all messages.

Made a PR for do_api_query. But base and cap need to be decided. Also if this is done, then I can change class RandomExponentialBackoff accordingly.

![Screenshot from 2020-02-27 07-15-53](https://user-images.githubusercontent.com/13984827/75404789-9cf82880-5931-11ea-81c4-9a154a182983.png) I have tested the condition when retry is required. But in the original code retry happens only in two cases: 1. When we receive a 50x...

I also checked if it works normally in normal conditions. ![Screenshot from 2020-03-03 02-19-31](https://user-images.githubusercontent.com/13984827/75717548-50c53380-5cf7-11ea-9712-f21e10c77eea.png) ![Screenshot from 2020-03-03 02-19-50](https://user-images.githubusercontent.com/13984827/75717668-8cf89400-5cf7-11ea-835e-6a49d7589581.png)

Some of the other errors: ![Screenshot from 2020-03-03 02-20-12](https://user-images.githubusercontent.com/13984827/75718044-49eaf080-5cf8-11ea-94d2-ff9121396f12.png) ![Screenshot from 2020-03-03 02-22-45](https://user-images.githubusercontent.com/13984827/75718051-4f483b00-5cf8-11ea-852d-53cf424a3b29.png)

I have thoroughly checked most of the cases. Code working fine in all.