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 was archived by the owner on Aug 8, 2024. It is now read-only.
Traceback (most recent call last):
File "log.py", line 29, in <module>
log_line_data = line_parser(loop) #We are using the apache parser as specified above
File "/usr/local/lib/python3.4/dist-packages/apache_log_parser/__init__.py", line 246, in parse
match = self.log_line_regex.match(log_line)
TypeError: can't use a string pattern on a bytes-like object