Skip to content
New issue

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

Spawning items with the vanilla command throws error and failts to spawn item #83

Open
ren-kun opened this issue May 19, 2017 · 2 comments

Comments

@ren-kun
Copy link

ren-kun commented May 19, 2017

Say i use the folllowing command (be it syntax correct or not)

/spawnitem mininglantern 1 '{"beamAmbience":999999999, "beamLevel":999999999,}}'

The following error occurs

Traceback (most recent call last):
onmessage File "server.py", line 136, in send_message
onmessage yield from self.raw_write(to_send)
onmessage File "server.py", line 144, in raw_write
onmessage yield from self._writer.drain()
onmessage File "/usr/lib/python3.5/asyncio/streams.py", line 333, in drain
onmessage yield from self._protocol._drain_helper()
onmessage File "/usr/lib/python3.5/asyncio/streams.py", line 208, in _drain_helper
onmessage assert waiter is None or waiter.cancelled()
onmessage AssertionError
onmessage 2017-05-19 02:47:14 - ERROR - starrypy #
onmessage Traceback (most recent call last):
onmessage File "server.py", line 136, in send_message
onmessage yield from self.raw_write(to_send)
onmessage File "server.py", line 144, in raw_write
onmessage yield from self._writer.drain()
onmessage File "/usr/lib/python3.5/asyncio/streams.py", line 333, in drain
onmessage yield from self._protocol._drain_helper()
onmessage File "/usr/lib/python3.5/asyncio/streams.py", line 208, in _drain_helper
onmessage assert waite

@GermaniumSystem
Copy link
Contributor

This happens every time you try to use that command?

I'm unable to replicate the issue on the latest version (7d939f0) or on my production server.

@ren-kun
Copy link
Author

ren-kun commented May 20, 2017

I will update and try again soon

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

No branches or pull requests

2 participants