yannick-cw / notion-ocr

Adding OCR support to Notion
Other
140 stars 4 forks source link

ResponseTimeout #11

Open LiamYaoLian opened 3 years ago

LiamYaoLian commented 3 years ago

notion-ocr: HttpExceptionRequest Request { host = "www.notion.so" port = 443 secure = True requestHeaders = [("Content-Type","application/json"),("User-Agent","haskell wreq-0.5.3.2")] path = "/api/v3/searchBlocks" queryString = "" method = "POST" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 } ResponseTimeout

philtreF commented 3 years ago

Same here on Linux.

PeteHanner commented 3 years ago

Same here:

notion-ocr: HttpExceptionRequest Request {
  host                 = "www.notion.so"
  port                 = 443
  secure               = True
  requestHeaders       = [("Content-Type","application/json"),("User-Agent","haskell wreq-0.5.3.2")]
  path                 = "/api/v3/searchBlocks"
  queryString          = ""
  method               = "POST"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
}
 ResponseTimeout
patrick-dojofive commented 2 years ago

same