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\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\library.py", line 243, in lookup_by_id
return self._read_beatmap(self, beatmap_id=beatmap_id)
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\library.py", line 216, in _raw_read_beatmap
return Beatmap.from_path(self._cache[f'id:{beatmap_id}'])
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\library.py", line 32, in __getitem__
return d[key]
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\dbm\dumb.py", line 148, in __getitem__
pos, siz = self._index[key] # may raise KeyError
KeyError: b'id:1269290'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\beatmap.py", line 592, in _parse
x, y = point.split(':')
ValueError: not enough values to unpack (expected 2, got 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bot.py", line 198, in sendpp
beatmap_data = osu_library.lookup_by_id(beatmap_id, download=True, save=True)
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\library.py", line 247, in lookup_by_id
return self.download(beatmap_id, save=save)
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\library.py", line 360, in download
beatmap = Beatmap.parse(data.decode('utf-8-sig'))
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\beatmap.py", line 1713, in parse
groups['HitObjects'],
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\beatmap.py", line 375, in parse
return parse(Position(x, y), time, hitsound, rest)
File "C:\Users\deodex\AppData\Local\Programs\Python\Python36\lib\site-packages\slider\beatmap.py", line 595, in _parse
f'expected points in the form x:y, got {point!r}',
ValueError: expected points in the form x:y, got '256'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: