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
Unable to generate the locust file in windows system throwing error No scenarios inside directory
2020-07-18 23:19:52,750 WARNING while searching for HAR files, skipping D:\Tunr\tunr.har: 'charmap' codec can't decode byte 0x81 in position 1741333: character maps to
2020-07-18 23:19:52,751 ERROR Please help us fix this error by reporting it! https://github.com/zalando-incubator/Transformer/issues
Traceback (most recent call last):
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\cli.py", line 90, in script_entrypoint
dump(file=sys.stdout, scenario_paths=config.input_paths, plugins=config.plugins)
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 91, in dump
file.writelines(
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 135, in intersperse
yield next(it)
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 106, in _dump_as_lines
scenarios = [
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 107, in
Scenario.from_path(
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\scenario.py", line 156, in from_path
return cls.from_dir(
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\scenario.py", line 252, in from_dir
raise SkippableScenarioError(path, "no scenarios inside the directory")
transformer.scenario.SkippableScenarioError: (WindowsPath('D:/Tunr'), 'no scenarios inside the directory')
The text was updated successfully, but these errors were encountered:
Unable to generate the locust file in windows system throwing error No scenarios inside directory
2020-07-18 23:19:52,750 WARNING while searching for HAR files, skipping D:\Tunr\tunr.har: 'charmap' codec can't decode byte 0x81 in position 1741333: character maps to
2020-07-18 23:19:52,751 ERROR Please help us fix this error by reporting it! https://github.com/zalando-incubator/Transformer/issues
Traceback (most recent call last):
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\cli.py", line 90, in script_entrypoint
dump(file=sys.stdout, scenario_paths=config.input_paths, plugins=config.plugins)
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 91, in dump
file.writelines(
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 135, in intersperse
yield next(it)
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 106, in _dump_as_lines
scenarios = [
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\transform.py", line 107, in
Scenario.from_path(
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\scenario.py", line 156, in from_path
return cls.from_dir(
File "C:\Users\rishi.sharma08\AppData\Roaming\Python\Python38\site-packages\transformer\scenario.py", line 252, in from_dir
raise SkippableScenarioError(path, "no scenarios inside the directory")
transformer.scenario.SkippableScenarioError: (WindowsPath('D:/Tunr'), 'no scenarios inside the directory')
The text was updated successfully, but these errors were encountered: