-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
I'm getting this error when launching the script (python 2.7 or python 3.9).
Traceback (most recent call last):
File "/home/XXX/GitHub/tomcatWarDeployer/tomcatWarDeployer.py", line 1224, in <module>
main()
File "/home/XXX/GitHub/tomcatWarDeployer/tomcatWarDeployer.py", line 1063, in main
browser, url = browseToManager(
File "/home/XXX/GitHub/tomcatWarDeployer/tomcatWarDeployer.py", line 863, in browseToManager
m = re.search('Apache Tomcat/([^<]+)', data)
File "/usr/lib/python3.9/re.py", line 201, in search
return _compile(pattern, flags).search(string)
TypeError: cannot use a string pattern on a bytes-like object
What can I do to solve it ?
Metadata
Metadata
Assignees
Labels
No labels