Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. c_harish
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    c_harish

    @c_harish

    3
    Reputation
    72
    Posts
    18
    Profile views
    4
    Followers
    0
    Following
    Joined Last Online

    c_harish Follow

    Best posts made by c_harish

    • API errors? 26-Sep-2022
      While feteching order_book
      ***** STORE NOTIF: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
      
       Couldn't parse the JSON response received from the server: b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.14.1</center>\r\n</body>\r\n</html>\r\n'
      
      

      @admin getting too many timed out and gateway errors from today morning. fix it.

      posted in General Discussion
      C
      c_harish
    • RE: Timeout errors happening

      @pari said in Timeout errors happening:

      @c_harish

      Correct. This issue is not about exceeding the rate access limit of 10 per second. Even my program sleeps for 1 second after sending 10 requests. My script also polls only once a minute. Currently I'm only polling for 'ltp' for 4 scrips, which is well within the limit. This issue is clearly about 'http' timeouts happening at the server level and not due to the script.

      It's now past 12:18, the issue seems to have stopped and the script is running as before. I wonder if it will occur again at 1:08.

      true. it is not client specific when everyone faces it. i am appalled by @admin 's silence on this thread. not a single reply in this thread from @admin after almost 20 minutes of downtime in 3 hrs.

      as usual, @admin will ask for if we are running locally/cloud, timestamp, error code and forget as if nothing happened.

      posted in Bugs
      C
      c_harish

    Latest posts made by c_harish

    • RE: Timeout starting 10:01AM

      @pari there is no @admin in the forum anymore.

      posted in Bugs
      C
      c_harish
    • API down from past 15 mins - 15 Nov 2022

      @admin orderbook down.. getting HTTPSConnectionPool error. Fix it.

      posted in Bugs
      C
      c_harish
    • RE: URGENT - 500-Internal server error

      @StocksDeveloper
      angel is a big joke now. their new and old web portals are also down. so no way to square off any positions.

      posted in Bugs
      C
      c_harish
    • RE: Invalid API Key or App not found - errorcode': 'AB1034'

      @admin
      welcome back, admin. we missed you here for past few months..

      back to business. created new API. still tokens not generating due to following error as usual.

       "Read timed out. (read timeout=%s)" % timeout_value
      urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
      
      

      tried a dozen times to generate tokens with newly created API key and failed.

      posted in General Discussion
      C
      c_harish
    • TimeOut and Gateway Errors : 28-Sep-2022
      While feteching order_book
      ***** STORE NOTIF: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
      
      While feteching order_book
      ***** STORE NOTIF: Couldn't parse the JSON response received from the server: b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.14.1</center>\r\n</body>\r\n</html>\r\n'
      

      @admin happening too often.. getting 100s of such errors every hour these days, @admin .
      you have turned a deaf ear to our error reports. there are dozen other topics created since last 1-2 days by other users. But you don't even care to reply.

      you are leaving us no choice but to move out.

      posted in General Discussion
      C
      c_harish
    • API errors? 26-Sep-2022
      While feteching order_book
      ***** STORE NOTIF: HTTPSConnectionPool(host='apiconnect.angelbroking.com', port=443): Read timed out. (read timeout=7)
      
       Couldn't parse the JSON response received from the server: b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.14.1</center>\r\n</body>\r\n</html>\r\n'
      
      

      @admin getting too many timed out and gateway errors from today morning. fix it.

      posted in General Discussion
      C
      c_harish
    • API down? 10 Aug 2022.

      @admin facing the internal server error as usual. look into it.

      HARISH Couldn't parse the JSON response received from the server: b'<!doctype html><html lang="en"><head><title>HTTP Status 500 \xe2\x80\x93 Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:

      posted in Bugs
      C
      c_harish
    • RE: Timeout errors happening

      @pari said in Timeout errors happening:

      @c_harish

      Correct. This issue is not about exceeding the rate access limit of 10 per second. Even my program sleeps for 1 second after sending 10 requests. My script also polls only once a minute. Currently I'm only polling for 'ltp' for 4 scrips, which is well within the limit. This issue is clearly about 'http' timeouts happening at the server level and not due to the script.

      It's now past 12:18, the issue seems to have stopped and the script is running as before. I wonder if it will occur again at 1:08.

      true. it is not client specific when everyone faces it. i am appalled by @admin 's silence on this thread. not a single reply in this thread from @admin after almost 20 minutes of downtime in 3 hrs.

      as usual, @admin will ask for if we are running locally/cloud, timestamp, error code and forget as if nothing happened.

      posted in Bugs
      C
      c_harish
    • RE: Timeout errors happening

      @Mnagesh, we know this. and we don't cross any of the suggested rate limits as I said in last post.

      posted in Bugs
      C
      c_harish
    • RE: Timeout errors happening

      @Mnagesh said in Timeout errors happening:

      @c_harish timeout problem is common
      give some sleep time and put it in a loop to resolve the issue as per rate limits specified by smartapi . Use exception handling for timeout issue
      eg:
      d58f0a1d-5e9b-4cce-a78f-ee352b2b0063-image.png

      please suggest us how long to put our script to sleep? because today we have waited for a total of 16 mins inside sleep for angel to come back up? and FYI, we never cross the rate limits provided in documentation.

      posted in Bugs
      C
      c_harish