Closed eiriksm closed 9 years ago
Hey.
As you probably know (I also posted this on IRC yesterday) your build server ssl certificate is expired.
Among other things, this makes it hard to do tessel update without some hacks. When there is no builds returned it would just exit with
tessel update
TypeError: Cannot call method 'filter' of null
Here is a PR that at least shows the user an error, and not exits with a TypeError
Thanks @eiriksm - we're working on updating the SSL certs as well.
:thumbsup:
Keep up the good work!
Hey.
As you probably know (I also posted this on IRC yesterday) your build server ssl certificate is expired.
Among other things, this makes it hard to do
tessel update
without some hacks. When there is no builds returned it would just exit withHere is a PR that at least shows the user an error, and not exits with a TypeError