This code: ``` for p in repository.pullrequests.each(): continue ``` Generates this error: ``` HTTPError: 400 Client Error: Bad Request for url: https://api.bitbucket.org/2.0/repositories/{workspace}/{repository}/pullrequests/?page=2/ ```
This code:
Generates this error: