Conversation
Handling the exception like below
```
pdblp.pdblp:INFO:Event Type: 'PARTIAL_RESPONSE'
pdblp.pdblp:INFO:Message Received:
ReferenceDataResponse = {
responseError = {
source = "bbdbd2"
code = -4001
category = "LIMIT"
message = "uuid: xxxxxxx, SN: xxxxx, sid: xxxxx Daily capacity reached. [nid:xxxx] "
subcategory = "DAILY_CAPACITY_REACHED"
}
}
```
|
@matthewgilbert I just started writing Python code in a few days ago and also new to Github workflow and I am not sure what is wrong with the Travis CI build failure. Can you quickly glance the error and see if there is anything I need to do? |
|
@matthewgilbert It seems like Python 3.7 archive is not found according to the log. Can you see if you can fix it? �[33;1mDownloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/14.04/x86_64/python-3.7.tar.bz2�[0m |
|
Another CI pipeline fails with the error below which I believe the master branch was failing already. This pytest-dev/pytest#1688 seems to be related?? ==================================== ERRORS ==================================== |
Handling the exception like below
For pull requests please include the following:
git diff upstream/master -u -- "*.py" | flake8 --diffNotes:
To run the
git diffon theupstream/masterbranch make sure this is setup, e.g.
See here
for more details.
Unfortunately automated testing using TravisCI is not possible since many tests
require a valid Bloomberg connection. Please verify that
pytest pdblp/tests -vhas been run and all tests are passing.Commit
For most simple feature implementations please squash your commit to one entry
and follow the style of https://chris.beams.io/posts/git-commit/ in your
commit message, i.e.