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

Parse Error #116

Open
wtfcolt opened this issue Sep 6, 2017 · 0 comments
Open

Parse Error #116

wtfcolt opened this issue Sep 6, 2017 · 0 comments

Comments

@wtfcolt
Copy link

wtfcolt commented Sep 6, 2017

This error has been coming up a good bit on the starter planet (its the only place ive been). Areas will refuse to load, then sometimes you cant port back to the ship, or from your ship to the planet. Constant 'loading screen' with the teleporting image

Linux mad-server 4.4.0-92-generic # 115-Ubuntu SMP Thu Aug 10 09:04:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

MemoryError
None
2017-09-05 23:21:22 - INFO - starrypy.plugin.player_manager # Player wtfcolt is now at location: wtfcolt's ship
Error during parsing.
Traceback (most recent call last):
File "/home/wtfcolt/sbprot/pparser.py", line 105, in parse
packet = yield from self._parse_and_cache_packet(packet)
File "/home/wtfcolt/sbprot/pparser.py", line 138, in _parse_and_cache_packet
packet = yield from self._parse_packet(packet)
File "/usr/lib/python3.5/asyncio/coroutines.py", line 206, in coro
res = func(*args, **kw)
File "/home/wtfcolt/sbprot/pparser.py", line 158, in _parse_packet
packet["parsed"] = res.parse(packet["data"])
File "/home/wtfcolt/sbprot/data_parser.py", line 127, in parse
res = cls.parse_stream(string, ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 143, in parse_stream
res = cls._parse(stream, ctx=ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 405, in _parse
key = StarString.parse(stream, ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 127, in parse
res = cls.parse_stream(string, ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 143, in parse_stream
res = cls._parse(stream, ctx=ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 329, in _parse
data = StarByteArray.parse(stream, ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 127, in parse
res = cls.parse_stream(string, ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 143, in parse_stream
res = cls._parse(stream, ctx=ctx)
File "/home/wtfcolt/sbprot/data_parser.py", line 314, in _parse
return stream.read(length)
MemoryError
None

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

1 participant