nokia / pygnmi

Python tools for gNMI
MIT License
28 stars 7 forks source link

Prevent "TypeError: expected bytes, str found" error with TLS certs. #4

Open bmah888 opened 6 years ago

bmah888 commented 6 years ago

Observed with Python 3.6.5 installed via Homebrew on macOS 10.13.4.

wisotzky commented 6 years ago

The issue you've reported sounds mainly like a python3 porting issue. Don't believe this is specific to MacOS. Need to cross-check, how this change impacts compatibility with python 2.7.

This week I am traveling. As I need to add some functionality for SROS16.0, I will include python3 testing and making sure it is working.