I lost it again… the site asked me to log back in and when I checked the history i saw I’m at 1day streak…
It’s done this to me twice now
Like the first time, the coins are clicked - they show up in history - the streak is updated - all seems well.
Then, poof! 1 - day streak again…and history says I last clicked a coin 2 days ago!!! I think last time it also said 2 days, but can’t really remember for sure now?
The first time was just after the 14 day chest, this time I was around 19 days…the only difference this time is that it didn’t log me out first, it just kicked my streak.
I was on 29 day streak
Same here. Ever since i found about this website, i had a 13 day streak, has been going back to 1 every now and then, even though i check in regularly, never went above 13 days!
I lost my streak as well. According to my history, I didn’t miss any days.
Lost my streak as well, yesterday went from ~25 days in the chest progression (54 day streak) to… 3 days.
The streak was not reset to 0, but to 2, or at least when I went to click for the coins I got the first 3-day chest.
The streak would’ve been reset to 0 when it happened, it’s just that you didn’t notice until day 3 when the chest was awarded.
As a general update, we’ve still yet to replicate or see any evidence that there’s a bug with the streak system. Every lost streak we’ve looked into (included our own!) has been because there was no click during a sale.
No, that’s not the case. I am 100% sure that I went from 54 days to 3 days in one day.
Feel free to post as much info as you can about your browser/browsers, what devices you access the site from etc. either here or on their help email so maybe the problem can be replicated. I doubt @lonin has a reason to lie when he says they werent able to replicate such a problem.
Mozilla firefox from PC, “rocket browser” on android and mozilla firefox on android.
The bug happened with mozilla from PC.
I’m not calling him a liar, I’m just saying the streak actually reset to 2 and I’m sure of it.
Here are the logs:
Mon May 15 2017 13:56:14 GMT-0500 (CDT) 05-15-2017
Tue May 16 2017 15:12:26 GMT-0500 (CDT) 05-16-2017
Wed May 17 2017 11:18:34 GMT-0500 (CDT) 05-17-2017
Thu May 18 2017 11:15:10 GMT-0500 (CDT) 05-18-2017
Fri May 19 2017 11:33:36 GMT-0500 (CDT) 05-19-2017
Sat May 20 2017 12:40:32 GMT-0500 (CDT) 05-20-2017
**Lost streak Sunday, May 21**
Mon May 22 2017 15:27:25 GMT-0500 (CDT) 05-22-2017
Tue May 23 2017 12:29:06 GMT-0500 (CDT) 05-23-2017
Wed May 24 2017 17:07:13 GMT-0500 (CDT) 05-24-2017
Thu May 25 2017 11:15:13 GMT-0500 (CDT) 05-25-2017
Fri May 26 2017 11:32:52 GMT-0500 (CDT) 05-26-2017
Definitely did not immediately jump to 2 days
That day I was using the other laptops chrome. But I usually use main pc or android
So you have a bug in your coin streaks and you trust your logs, great.
I know what I’ve seen, I’m not trying to bullshit -I’ve checked every day for 54 days and you think I wouldn’t notice something like this?
To be honest, I don’t care about the coins I lost from the streak, it’s just the fact that with that attitude, this bug isn’t gonna get fixed, ever.
Also, I just noticed the logs were wrong on my end too, but I know I’ve checked every day -I even check the shop to know how many days are left for the streak, so I would’ve noticed it resetting.
I don’t know how your streak code works, but if it’s based on your database, then I’d say some bug deletes previous days, thus causing it to think the streak was reset several days ago.
Mate Ionin is just trying to help you out here and you talk to people like this? This along with your other comments in other threads makes me think you are the one who needs an attitude adjustment. This is just my opinion so take it with a grain of salt if you wish but I feel you need to be a bit more respectful. The content of your opinions in your last post is fine, you know what you saw with your streak reset and that’s, but the way you say it makes it come across so arrogant, maybe just think about how you are wording it.
He’s barely trying to help, he just told me the logs point that I’m wrong -even so, I didn’t insult him in any way, I just told him that he acts as if there was no bug at all.
And iff I do sound frustrated about this, it’s because it is frustrating.
It’s just “I lost my streak to a bug” “no you didn’t” “yes I did” “no you didnt”
What else do you want me to say? Just say sure and let the bug still happen? I don’t care if he fixes this bug or not, that’s his problem, but at least don’t act a conversation as if it was children talking, seriously.
Well as you say if there is a bug that shows the user that they clicked but it doesn’t register on the site then the logs would be faulty as well, as they would be affected by the same bug.
Of course that means it gets very hard to figure out where and how this happens. We would need some sort of end user logging system to see the problem at all and even then it’d probably not be able to show why.
I understand that it’s frustrating for you to go unbelieved probably more so than losing the coins. But even if we do believe you there’s still no information available to work with here other than there might be a problem with the server catching user inputs some times for some reason. So hey Ionin fix that why don’t you? : )
I’m really interested in figuring out what happened here, but it’s def not a issue where a streak reset and then jumped to in a single spin.
And to be clear, we’re not just looking at your coin logs and assuming that is the single source of truth. There is a ton of data we collect and then pour over to be absolutely sure everything is working as it should.
Here is the replica set oplog. This is how the primary and secondary document stores stay synchronous with one another.
On the th we had a
day streak and it looks like we missed the spin for the
st. But we spun the next day on the
nd and our streak correctly reset back to
.
We also see corresponding requests from your ip address on each of those days, at each of those times.
{
"ts" : Timestamp(1495302032, 1),
"o" : {
"$set" : {
"coins.last.spin" : ISODate("2017-05-20T17:40:32.815+0000"),
"coins.streaks.spin.current" : NumberInt(54),
"coins.streaks.spin.longest" : NumberInt(54)
}
}
}
{
"ts" : Timestamp(1495484845, 1),
"o" : {
"$set" : {
"coins.last.spin" : ISODate("2017-05-22T20:27:25.857+0000"),
"coins.streaks.spin.current" : NumberInt(1)
}
}
}
{
"ts" : Timestamp(1495560546, 2),
"o" : {
"$set" : {
"coins.last.spin" : ISODate("2017-05-23T17:29:06.371+0000"),
"coins.streaks.spin.current" : NumberInt(2)
}
}
}
{
"ts" : Timestamp(1495663633, 2),
"o" : {
"$set" : {
"coins.last.spin" : ISODate("2017-05-24T22:07:13.671+0000"),
"coins.streaks.spin.current" : NumberInt(3)
}
}
}
{
"ts" : Timestamp(1495728913, 4),
"o" : {
"$set" : {
"coins.last.spin" : ISODate("2017-05-25T16:15:13.816+0000"),
"coins.streaks.spin.current" : NumberInt(4)
}
}
}
So we’re super confident the streak increment at least behaved correctly and just didn’t jump several places all at once.
again mate the content of what you said is fine its just about showing some respect to other people. If your frustrated that’s fine but that is not what I am saying, you could have said what you said in far more respectful terms. You talk about not having a conversation like children and your right, we shouldn’t talk like children and as we grow older we understand the we have to show respect to each other in the way we talk. Unfortunately you comments don’t seem to come across that way to me.
The thing is that respect begets respect. You show respect and people show respect in return, they are more likely to talk to you and help you (or at least that’s what I have found).
EDITED: To follow my own advice
I wouldn’t bother anymore guys, everyone is wrong, only @ZeroZ30o is right and nothing will change their mind.