Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unable to generate the locust file in Windows system #72

Closed
rishisharma108 opened this issue Jul 18, 2020 · 0 comments · Fixed by #79
Closed

Unable to generate the locust file in Windows system #72

rishisharma108 opened this issue Jul 18, 2020 · 0 comments · Fixed by #79

Comments

@rishisharma108
Copy link

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')

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant