You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
Traceback (most recent call last):
File "./check_bacula_client.py", line 98, in <module>
main(sys.argv)
File "./check_bacula_client.py", line 61, in main
if child.expect_list([re.compile(r'Terminated Jobs:'), re.compile(r'Error: Client resource .* does not exist.'), pexpect.TIMEOUT]):
File "/opt/monitoring/lib/python3.4/site-packages/pexpect/spawnbase.py", line 339, in expect_list
return exp.expect_loop(timeout)
File "/opt/monitoring/lib/python3.4/site-packages/pexpect/expect.py", line 89, in expect_loop
idx = self.new_data(incoming)
File "/opt/monitoring/lib/python3.4/site-packages/pexpect/expect.py", line 19, in new_data
index = searcher.search(incoming, freshlen, self.searchwindowsize)
File "/opt/monitoring/lib/python3.4/site-packages/pexpect/expect.py", line 284, in search
match = s.search(buffer, searchstart)
TypeError: can't use a string pattern on a bytes-like object
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Also:
The text was updated successfully, but these errors were encountered: