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
Traceback (most recent call last):
File "runpy", line 196, in _run_module_as_main
File "runpy", line 86, in _run_code
File "ScoutSuite.__main__", line 15, in <module>
File "ScoutSuite.core.server", line 2, in <module>
File "cherrypy", line 66, in <module>
File "cherrypy._cperror", line 135, in <module>
File "cherrypy.lib.httputil", line 20, in <module>
File "jaraco.collections", line 12, in <module>
File "jaraco.text", line 231, in <module>
File "importlib.abc", line 378, in read_text
File "importlib._adapters", line 54, in open
ValueError
jaroco.text is trying to load a file from the python path with a space in it.
The maintainer of jaroco.text has made clear that files with spaces in them should be valid and is not willing to remove the space or modify the code that loads the file, and has requested that when encountering tools that don't support files with spaces to file upstream issues. (See 1, 2)
While not a minimal repro, I'm pretty sure this is pyoxidizer running into an issue with files with spaces on the python path.
The text was updated successfully, but these errors were encountered:
If someone could point to the code where PyOxidizer is relying on filenames not to have spaces, I'd be willing to help devise a solution. For example, where is the resource loader implemented and where does it process paths?
Running the following configuration to build and run scoutsuite==5.13.0 results in a successful build but an un-runnable package:
At runtime it fails with this error:
jaroco.text
is trying to load a file from the python path with a space in it.The maintainer of jaroco.text has made clear that files with spaces in them should be valid and is not willing to remove the space or modify the code that loads the file, and has requested that when encountering tools that don't support files with spaces to file upstream issues. (See 1, 2)
While not a minimal repro, I'm pretty sure this is pyoxidizer running into an issue with files with spaces on the python path.
The text was updated successfully, but these errors were encountered: