Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: can't concat str to bytes #21

Closed
UrbanDavid opened this issue Jan 20, 2021 · 1 comment
Closed

TypeError: can't concat str to bytes #21

UrbanDavid opened this issue Jan 20, 2021 · 1 comment

Comments

@UrbanDavid
Copy link

Good morning.
I installed your plugin for idrac but I have only phyton3 installed.

I tried to use it but I have error message:

Traceback (most recent call last):
File "/usr/local/bin/check_snmp_idrac.py", line 104, in
idrac.process_temperature_sensors(helper, sess)
File "/usr/local/lib/python3.6/site-packages/health_monitoring_plugins/idrac.py", line 324, in process_temperature_sensors
helper.add_metric(label=snmp_result_temp_sensor_names[i] + " -Celsius-",
TypeError: can't concat str to bytes

Is it possible to run it under phyton 3?

@rsmuc
Copy link
Owner

rsmuc commented Jan 22, 2021

Hi David,
sorry the plugins will only work with Python 2.
We are currently working on a version for Python 3 but it will take some time until we release them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants