Skip to content

Conversation

@pierreluctg
Copy link
Collaborator

Only keep logging the error that ICS lib consider critical and stop raising exception. In most case, the error is affecting the accuracy but the device can still be use normally (i.e. Rx buffer overflow). In these cases, we do not want for example to kill a notifier using this bus, etc.

Will only keep logging the error that ICS lib consider critical and no longer raise them. In most case, the error is affecting the accuracy but the device can still be use normally (i.e. Rx buffer overflow). In these cases, we do not want for example to kill a notifier using this bus, etc.
@pierreluctg
Copy link
CollaboratorAuthor

pierreluctg commented Jun 21, 2018

Python 3.4 Travis job failed because of a connection timeout when downloading Python 3.4 archive.

Unfortunately I do not have permission to re-run this jobs.

All the other Python jobs are passing.

3.4 is not installed; attempting download
Downloading archive: https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/python-3.4.tar.bz2
$ curl -sSf -o python-3.4.tar.bz2 ${archive_url}
curl: (7) Failed to connect to s3.amazonaws.com port 443: Connection timed out
Unable to download 3.4 archive. The archive may not exist. Please consider a different version.

@felixdivo
Copy link
Collaborator

felixdivo commented Jun 22, 2018

Done. Now it works. :)

@felixdivofelixdivo requested a review from hardbyteJune 22, 2018 15:01
@felixdivofelixdivo merged commit 1bdfc56 into hardbyte:developJun 25, 2018
@pierreluctgpierreluctg deleted the neovi-error branch June 25, 2018 15:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pierreluctg@felixdivo@hardbyte