We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not run the locust (master)
I should be able to run the locust (master)
`D:\Projects\locust-performance-test>locust -f locust-master.py --master --master-bind-host=127.0.0.1 --master-bind-port=5557
[2019-02-05 10:47:39,437] lpp/INFO/locust.main: Starting web monitor at *:8089 [2019-02-05 10:47:39,452] lpp/INFO/locust.main: Starting Locust 0.9.0 [2019-02-05 10:47:45,651] lpp/ERROR/stderr: Traceback (most recent call last): [2019-02-05 10:47:45,652] lpp/ERROR/stderr: [2019-02-05 10:47:45,653] lpp/ERROR/stderr: File "src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run [2019-02-05 10:47:45,653] lpp/ERROR/stderr: [2019-02-05 10:47:45,654] lpp/ERROR/stderr: File "d:\sdks\python-3.6.8\lib\site-packages\locust\runners.py", line 318, in client_listener msg = self.server.recv() [2019-02-05 10:47:45,654] lpp/ERROR/stderr: [2019-02-05 10:47:45,654] lpp/ERROR/stderr: File "d:\sdks\python-3.6.8\lib\site-packages\locust\rpc\zmqrpc.py", line 13, in recv return Message.unserialize(data) [2019-02-05 10:47:45,655] lpp/ERROR/stderr: [2019-02-05 10:47:45,655] lpp/ERROR/stderr: File "d:\sdks\python-3.6.8\lib\site-packages\locust\rpc\protocol.py", line 15, in unserialize msg = cls(*msgpack.loads(data, raw=False)) [2019-02-05 10:47:45,655] lpp/ERROR/stderr: [2019-02-05 10:47:45,656] lpp/ERROR/stderr: File "msgpack_unpacker.pyx", line 209, in msgpack._cmsgpack.unpackb [2019-02-05 10:47:45,656] lpp/ERROR/stderr: [2019-02-05 10:47:45,656] lpp/ERROR/stderr: msgpack.exceptions.ExtraData: unpack(b) received extra data. [2019-02-05 10:47:45,657] lpp/ERROR/stderr: [2019-02-05 10:47:45,657] lpp/ERROR/stderr: 2019-02-05T09:47:45Z [2019-02-05 10:47:45,657] lpp/ERROR/stderr: [2019-02-05 10:47:45,657] lpp/ERROR/stderr: <Greenlet at 0x1772813e048: <bound method MasterLocustRunner.client_listener of <locust.runners.MasterLocustRunner object at 0x000001772811FEF0>>> failed with ExtraData`
The text was updated successfully, but these errors were encountered:
Go to webpage on browser: http://127.0.0.1:5557/
port 5557 is used for slaves connecting to the master. try opening a browser using port 8089 instead.
Sorry, something went wrong.
http://127.0.0.1:8089 does not work, but http://localhost:8089 works perfectly. Thanks!
No branches or pull requests
Description of issue / feature request
I can not run the locust (master)
Expected behavior
I should be able to run the locust (master)
Actual behavior
`D:\Projects\locust-performance-test>locust -f locust-master.py --master --master-bind-host=127.0.0.1 --master-bind-port=5557
[2019-02-05 10:47:39,437] lpp/INFO/locust.main: Starting web monitor at *:8089
[2019-02-05 10:47:39,452] lpp/INFO/locust.main: Starting Locust 0.9.0
[2019-02-05 10:47:45,651] lpp/ERROR/stderr: Traceback (most recent call last):
[2019-02-05 10:47:45,652] lpp/ERROR/stderr:
[2019-02-05 10:47:45,653] lpp/ERROR/stderr: File "src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run
[2019-02-05 10:47:45,653] lpp/ERROR/stderr:
[2019-02-05 10:47:45,654] lpp/ERROR/stderr: File "d:\sdks\python-3.6.8\lib\site-packages\locust\runners.py", line 318, in client_listener
msg = self.server.recv()
[2019-02-05 10:47:45,654] lpp/ERROR/stderr:
[2019-02-05 10:47:45,654] lpp/ERROR/stderr: File "d:\sdks\python-3.6.8\lib\site-packages\locust\rpc\zmqrpc.py", line 13, in recv
return Message.unserialize(data)
[2019-02-05 10:47:45,655] lpp/ERROR/stderr:
[2019-02-05 10:47:45,655] lpp/ERROR/stderr: File "d:\sdks\python-3.6.8\lib\site-packages\locust\rpc\protocol.py", line 15, in unserialize
msg = cls(*msgpack.loads(data, raw=False))
[2019-02-05 10:47:45,655] lpp/ERROR/stderr:
[2019-02-05 10:47:45,656] lpp/ERROR/stderr: File "msgpack_unpacker.pyx", line 209, in msgpack._cmsgpack.unpackb
[2019-02-05 10:47:45,656] lpp/ERROR/stderr:
[2019-02-05 10:47:45,656] lpp/ERROR/stderr: msgpack.exceptions.ExtraData: unpack(b) received extra data.
[2019-02-05 10:47:45,657] lpp/ERROR/stderr:
[2019-02-05 10:47:45,657] lpp/ERROR/stderr: 2019-02-05T09:47:45Z
[2019-02-05 10:47:45,657] lpp/ERROR/stderr:
[2019-02-05 10:47:45,657] lpp/ERROR/stderr: <Greenlet at 0x1772813e048: <bound method MasterLocustRunner.client_listener of <locust.runners.MasterLocustRunner object at 0x000001772811FEF0>>> failed with ExtraData`
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
The text was updated successfully, but these errors were encountered: