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
Traceback (most recent call last):
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\cog_base.py", line 489, in jsk_python
async for send, result in AsyncSender(executor):
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal
value = await base.asend(self.send_value)
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\repl\compilation.py", line 137, in traverse
async for send, result in AsyncSender(func(*self.args)):
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal
value = await base.asend(self.send_value)
File "", line 14, in _repl_coroutine
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sc2reader\factories\sc2factory.py", line 85, in load_replay
return self.load(Replay, source, options, **new_options)
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sc2reader\factories\sc2factory.py", line 143, in load
return self._load(cls, resource, filename=filename, options=options)
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sc2reader\factories\sc2factory.py", line 152, in _load
obj = cls(resource, filename=filename, factory=self, **options)
struct.error: unpack requires a buffer of 4 bytes
this error is not in all replays
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\cog_base.py", line 489, in jsk_python
async for send, result in AsyncSender(executor):
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal
value = await base.asend(self.send_value)
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\repl\compilation.py", line 137, in traverse
async for send, result in AsyncSender(func(*self.args)):
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal
value = await base.asend(self.send_value)
File "", line 14, in _repl_coroutine
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sc2reader\factories\sc2factory.py", line 85, in load_replay
return self.load(Replay, source, options, **new_options)
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sc2reader\factories\sc2factory.py", line 143, in load
return self._load(cls, resource, filename=filename, options=options)
File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sc2reader\factories\sc2factory.py", line 152, in _load
obj = cls(resource, filename=filename, factory=self, **options)
struct.error: unpack requires a buffer of 4 bytes
this error is not in all replays
The text was updated successfully, but these errors were encountered: