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

Value error #128

Open
localcake opened this issue Dec 29, 2021 · 1 comment
Open

Value error #128

localcake opened this issue Dec 29, 2021 · 1 comment

Comments

@localcake
Copy link

It says this:

ValueError("invalid literal for int() with base 10: ''")invalid literal for int() with base 10: '' Traceback (most recent call last):
File "libs/pythonlib/lib/site-packages/osr2mp4app/run_osu.py", line 92, in
run()
File "libs/pythonlib/lib/site-packages/osr2mp4app/run_osu.py", line 50, in run
converter = Osr2mp4(filedata=config, filesettings=settings, filepp=ppsettings, logtofile=True, logpath=logpath)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\autologging.py", line 1041, in autologging_traced_instancemethod_delegator
return method(*args, **keywords)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osr2mp4.py", line 120, in init
self.replay_info = parse_replay_file(replaypath)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osrparse\replay.py", line 181, in parse_replay_file
return parse_replay(data)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osrparse\replay.py", line 174, in parse_replay
return Replay(replay_data)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osrparse\replay.py", line 44, in init
self.parse_replay_and_initialize_fields(replay_data)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osrparse\replay.py", line 74, in parse_replay_and_initialize_fields
self.parse_play_data(replay_data)
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osrparse\replay.py", line 161, in parse_play_data
self.play_data = [ReplayEvent(int(event[0]), float(event[1]), float(event[2]), int(event[3])) for event in events]
File "C:\Users\Thando\Desktop\osu2r\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osrparse\replay.py", line 161, in
self.play_data = [ReplayEvent(int(event[0]), float(event[1]), float(event[2]), int(event[3])) for event in events]
ValueError: invalid literal for int() with base 10: ''

@reinacchi
Copy link

I tried converting one of my replays from the Lazer client and received the same error too.

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