cheran-senthil / cheran-senthil/TLE
;duel history crash
- Dominant language
- Python
- Stars
- 337
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
```
File "/home/ec2-user/TLE/tle/cogs/duel.py", line 418, in _paginate_duels
return [make_page(chunk) for chunk in paginator.chunkify(data, 7)]
File "/home/ec2-user/TLE/tle/cogs/duel.py", line 418, in
return [make_page(chunk) for chunk in paginator.chunkify(data, 7)]
File "/home/ec2-user/TLE/tle/cogs/duel.py", line 411, in make_page
log_str = '\n'.join(make_line(entry) for entry in chunk)
File "/home/ec2-user/TLE/tle/cogs/duel.py", line 411, in
log_str = '\n'.join(make_line(entry) for entry in chunk)
File "/home/ec2-user/TLE/tle/cogs/duel.py", line 404, in make_line
return f'{idstr if show_id else str()}[{name}]({problem.url}) [{problem.rating}] won by [{winner.handle}]({winner.url}) vs [{loser.handle}]({loser.url}) {when} in {duel_time}'
AttributeError: 'NoneType' object has no attribute 'handle'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.