2025-05-02 14:32:36+0530 [-] Log opened. 2025-05-02 14:32:57+0530 [Uninitialized] will retry in 2 seconds 2025-05-02 14:32:57+0530 [-] Stopping factory 2025-05-02 14:33:00+0530 [-] Starting factory 2025-05-02 14:33:21+0530 [-] Retrying connection. Retry attempt count: 1. Next retry in around: 3 seconds 2025-05-02 14:33:21+0530 [Uninitialized] will retry in 8 seconds 2025-05-02 14:33:21+0530 [-] Stopping factory 2025-05-02 14:33:29+0530 [-] Starting factory 2025-05-02 14:33:43+0530 [-] Received SIGINT, shutting down. 2025-05-02 14:33:43+0530 [-] Retrying connection. Retry attempt count: 2. Next retry in around: 8 seconds 2025-05-02 14:33:43+0530 [Uninitialized] will retry in 23 seconds 2025-05-02 14:33:43+0530 [-] Stopping factory 2025-05-02 14:33:43+0530 [-] Main loop terminated.
I have tried reassigned access token, checked my connection, my subscription validity nothing is worked. I don't know what error I'm receiving. Please someone help..
You shouldn't block the thread that is receiving ticks. You need to offload all tasks like doing calculations or writing to DB to another thread. You may refer to the pykiteconnect FAQs here.
2025-05-02 14:32:36+0530 [-] Log opened.
2025-05-02 14:32:57+0530 [Uninitialized] will retry in 2 seconds
2025-05-02 14:32:57+0530 [-] Stopping factory
2025-05-02 14:33:00+0530 [-] Starting factory
2025-05-02 14:33:21+0530 [-] Retrying connection. Retry attempt count: 1. Next retry in around: 3 seconds
2025-05-02 14:33:21+0530 [Uninitialized] will retry in 8 seconds
2025-05-02 14:33:21+0530 [-] Stopping factory
2025-05-02 14:33:29+0530 [-] Starting factory
2025-05-02 14:33:43+0530 [-] Received SIGINT, shutting down.
2025-05-02 14:33:43+0530 [-] Retrying connection. Retry attempt count: 2. Next retry in around: 8 seconds
2025-05-02 14:33:43+0530 [Uninitialized] will retry in 23 seconds
2025-05-02 14:33:43+0530 [-] Stopping factory
2025-05-02 14:33:43+0530 [-] Main loop terminated.
You may refer to the pykiteconnect FAQs here.