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
Battle count is not working correctly #19
Comments
Well, it's normal since it's only uploading one battle at every checks (I guess? Correct me if I'm wrong). splatnet2statink/splatnet2statink.py Lines 817 to 820 in d19c158
|
Those 11 battles are recent battles, not real time battles detected in monitoring mode. splatnet2statink/splatnet2statink.py Lines 255 to 263 in d19c158
The battle results seems to be uploaded to stat.ink correctly, this is not a serious problem. I just wanted to ask.
|
Thanks for bringing this up @Tiryoh. The reason why they're all splatnet2statink/splatnet2statink.py Line 273 in d19c158
We should be able to fix this shortly. :) And you are correct in your response to @mkody's comment – since it's retroactively uploading the battles (not real-time as they come in), i.e. not actually "monitoring mode," we still want to print the battle numbers here. |
Thank you for your explanation. |
I'm heading to bed right now so I think I'm good (but thank you!) – unless @clovervidia has anything. It shouldn't be too hard of a fix. :) |
I have a few ideas on fixing this, so I think we have it covered. It's all about the battle numbers and when they should and shouldn't be shown. |
I see, I'm looking forward to the update! |
#19 Stop displaying battle number when uploading previously unuploaded battles
I changed the way previously unuploaded battles are handled now, and it should print the same as a battle uploaded through monitor mode, just without the results and time. Let me know if there's any further problems. |
Lol I guess that works. Not technically monitoring mode (as discussed above) per my working definition of it but it does fix the issue and makes the print statements cleaner there. 👍 Made a non-issue in b5bcd98. Closing for now. |
All battle results are numbered 1 when I run the script with option
-r
.Perhaps something wrong with splatnet2statink or stat.ink?
I can check the battle results on stat.ink correctly, so there are no problem for uploading.
Only the number of the battles seems to be not correct.
The text was updated successfully, but these errors were encountered: