Bug Report: Old Sample OHB-resluts are broken
BotB Academy Bug Reports and Feature Requests
 
 
132653
Level 31 Chipist
kleeder
 
 
 
post #132653 :: 2020.12.15 6:17am :: edit 2020.12.29 12:35pm
  
  xterm liēkd this
https://battleofthebits.com/arena/XHB/743/
https://battleofthebits.com/arena/XHB/837/
https://battleofthebits.com/arena/XHB/844/
https://battleofthebits.com/arena/XHB/852/

api says the entry count for these battles is 0, so my guess is that it should be an easy fix by just replacing the 0 with the actual amount of entries :D/
 
 
132712
Level 22 Playa
xterm
 
 
 
post #132712 :: 2020.12.16 1:04pm
  
  mirageofher and kleeder liēkd this
could this be related to how samples are (were?) showing up in the main entry list of old remix battles:

https://battleofthebits.com/academy/GroupThread/23199/bug+report%3A+25_48+battles+show+bits+on+the+%22N+entries%22+page/

(maybe that got fixed actually, as i can't reproduce the bug anymore)

some logic relating to whether a sample counts as an entry or not...?
 
 
132737
Level 31 Chipist
kleeder
 
 
 
post #132737 :: 2020.12.16 9:05pm
  
  xterm liēkd this
puke fixed the bits in major battles a while ago!
 
 
133655
Level 29 Hostist
puke7
 
 
 
post #133655 :: 2020.12.29 12:48pm
  
  kleeder liēkd this
fixed!!

update battle set entry_count = (select count(*) from entry where battle_id = battle.id) where entry_count = 0 && type = 3;
 
 

LOGIN or REGISTER to add your own comments!