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

Rendering error after update to version 13.7 #22

Open
romeo-rkpk opened this issue Aug 8, 2024 · 0 comments
Open

Rendering error after update to version 13.7 #22

romeo-rkpk opened this issue Aug 8, 2024 · 0 comments

Comments

@romeo-rkpk
Copy link

romeo-rkpk commented Aug 8, 2024

Expected behavior

  • 13.7 file should be rendered (doen't work)
  • 13.6 or older version file also should be rdered (13.6 rendered well)

Log

2024-08-08 14:00:25,799 | renderer | INFO | Parsing the replay file...
2024-08-08 14:00:26,845 | root | ERROR | version 13_7_0 is not supported currently
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 22, in get_controller
    module = importlib.import_module('.versions.%s' % version, package=__package__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'replay_unpack.clients.wows.versions.13_7_0_8777660'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/player.py", line 35, in _get_controller
    return get_controller("_".join(version[:4]))
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 24, in get_controller
    raise RuntimeError("version %s is not supported currently" % version)
RuntimeError: version 13_7_0_8777660 is not supported currently

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 22, in get_controller
    module = importlib.import_module('.versions.%s' % version, package=__package__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'replay_unpack.clients.wows.versions.13_7_0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_parser.py", line 97, in get_info
    hidden_data = self._get_hidden_data(replay)
  File "/usr/local/lib/python3.10/dist-packages/replay_parser.py", line 127, in _get_hidden_data
    player = wows.ReplayPlayer(
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/core/network/player.py", line 58, in __init__
    self._battle_controller = self._get_controller(version)
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/player.py", line 37, in _get_controller
    return get_controller("_".join(version[:3]))
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 24, in get_controller
    raise RuntimeError("version %s is not supported currently" % version)
RuntimeError: version 13_7_0 is not supported currently
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 22, in get_controller
    module = importlib.import_module('.versions.%s' % version, package=__package__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'replay_unpack.clients.wows.versions.13_7_0_8777660'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/player.py", line 35, in _get_controller
    return get_controller("_".join(version[:4]))
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 24, in get_controller
    raise RuntimeError("version %s is not supported currently" % version)
RuntimeError: version 13_7_0_8777660 is not supported currently

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 22, in get_controller
    module = importlib.import_module('.versions.%s' % version, package=__package__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'replay_unpack.clients.wows.versions.13_7_0'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.10/dist-packages/render.py", line 19, in <module>
    ).get_info()
  File "/usr/local/lib/python3.10/dist-packages/replay_parser.py", line 97, in get_info
    hidden_data = self._get_hidden_data(replay)
  File "/usr/local/lib/python3.10/dist-packages/replay_parser.py", line 127, in _get_hidden_data
    player = wows.ReplayPlayer(
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/core/network/player.py", line 58, in __init__
    self._battle_controller = self._get_controller(version)
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/player.py", line 37, in _get_controller
    return get_controller("_".join(version[:3]))
  File "/usr/local/lib/python3.10/dist-packages/replay_unpack/clients/wows/helper.py", line 24, in get_controller
    raise RuntimeError("version %s is not supported currently" % version)

Environment

  • game version of replay file : 13.7
  • game server of replay file : Asia
  • Google Colab
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