[ 
https://issues.apache.org/jira/browse/BEAM-10966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204204#comment-17204204
 ] 

Kyle Weaver commented on BEAM-10966:
------------------------------------

{"message":"API rate limit exceeded for 104.133.8.67. (But here's the good 
news: Authenticated requests get a higher rate limit. Check out the 
documentation for more 
details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}

According to the documentation linked there:

For unauthenticated requests, the rate limit allows for up to 60 requests per 
hour. Unauthenticated requests are associated with the originating IP address, 
and not the user making requests.

60 requests is not very many, so I'm not surprised it ran out. The requests 
made in the script are authenticated, so they should have a higher limit (5000 
requests per hour).

> Issue in release script mass_comment.py
> ---------------------------------------
>
>                 Key: BEAM-10966
>                 URL: https://issues.apache.org/jira/browse/BEAM-10966
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Robin Qiu
>            Assignee: Kyle Weaver
>            Priority: P2
>
> Error: requests.exceptions.InvalidURL: Failed to parse: 
> [https://api.github.com/graphql]
>  
> I opened that link and it says:
> {"message":"API rate limit exceeded for 104.133.8.67. (But here's the good 
> news: Authenticated requests get a higher rate limit. Check out the 
> documentation for more 
> details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}
>  
> Another minor issue: when I was prompted to enter my GitHub access token, I 
> have to enclose it in double quote, otherwise I will run into:
> SyntaxError: unexpected EOF while parsing
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to