Skip to content
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

Stats pie chart is resetting every few days. #1145

Closed
Jay1181 opened this issue Jun 2, 2020 · 15 comments
Closed

Stats pie chart is resetting every few days. #1145

Jay1181 opened this issue Jun 2, 2020 · 15 comments

Comments

@Jay1181
Copy link

Jay1181 commented Jun 2, 2020

My 'Stats' pie chart is resetting every few days. Am I doing something to cause that, or is it something you are working on?
BTW, FANTASTIC tool!!!!
Play hard, play smart, have fun - Jay

@osv
Copy link
Contributor

osv commented Jun 2, 2020

I think it is empty because no data for selected period?

@osv
Copy link
Contributor

osv commented Jun 2, 2020

You can also show us screenshot of selected buttons when PIE is empty. And you can check for errors (open dev "console" by pressing F12, if no red text than no errors)

@Jay1181
Copy link
Author

Jay1181 commented Jun 3, 2020

I have not seen it empty. It only shows the most recent rewards. I have pushed the 'Since Tuesday', 'Last 7 Days', 'This Month', 'Last 30 Days', and 'All' buttons, but the same rewards show for each.

@Jay1181
Copy link
Author

Jay1181 commented Jun 3, 2020

ody {
position: absolute !important;
height: 100% !important;
width: 100% !important;
overflow: hidden;
}
body {
margin: 0;
padding: 0;
text-align: center;
color: #ffffff;
background-size: cover;
background: #0E1E2D;
}
user agent stylesheet
body {
display: block;
margin: 8px;
}

<style> :root { --litepickerBgColor: #fff; --litepickerMonthHeaderTextColor: #333; --litepickerMonthButton: #9e9e9e; --litepickerMonthButtonHover: #2196f3; --litepickerMonthWidth: calc(var(--litepickerDayWidth) * 7); --litepickerMonthWeekdayColor: #9e9e9e; --litepickerDayColor: #333; --litepickerDayColorHover: #2196f3; --litepickerDayIsTodayColor: #f44336; --litepickerDayIsInRange: #bbdefb; --litepickerDayIsLockedColor: #9e9e9e; --litepickerDayIsBookedColor: #9e9e9e; --litepickerDayIsStartColor: #fff; --litepickerDayIsStartBg: #2196f3; --litepickerDayIsEndColor: #fff; --litepickerDayIsEndBg: #2196f3; --litepickerDayWidth: 38px; --litepickerButtonCancelColor: #fff; --litepickerButtonCancelBg: #9e9e9e; --litepickerButtonApplyColor: #fff; --litepickerButtonApplyBg: #2196f3; --litepickerButtonResetBtn: #909090; --litepickerButtonResetBtnHover: #2196f3; --litepickerHighlightedDayColor: #333; --litepickerHighlightedDayBg: #ffeb3b; } ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-thumb { background: #281207; border-radius: 10px;

@Jay1181
Copy link
Author

Jay1181 commented Jun 3, 2020

background-attachment:scroll;
background-clip:border-box;
background-color:rgb(14, 30, 45);
background-image:none;
background-origin:padding-box;
background-position-x:0%;
background-position-y:0%;
background-repeat-x:;
background-repeat-y:;
background-size:auto;
color:rgb(255, 255, 255);
display:block;
height:937px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
overflow-x:hidden;
overflow-y:hidden;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
position:absolute;
text-align:center;
width:1365px;
Rendered Fonts
Segoe UI—Local file(10 glyphs)

@Jay1181
Copy link
Author

Jay1181 commented Jun 3, 2020

The above was the only red I saw.

@osv
Copy link
Contributor

osv commented Jun 3, 2020

no, need screenshot of selected "console" tab, like this. I think there is some errors.

console

@Gindi4711
Copy link
Collaborator

How much free space is there on your system drive? If free space is running low IndexedDB could delete the database.

@Jay1181
Copy link
Author

Jay1181 commented Jun 3, 2020

image

I have 245gb free space on my drive

@Jay1181
Copy link
Author

Jay1181 commented Jun 4, 2020 via email

@osv
Copy link
Contributor

osv commented Jun 4, 2020

are you playing in incognito? If yes, than data will be not saved. Also maybe your browser does not allow "storage" usage by some reason.

I'm pretty sure about it because in screenshot I see mergeDatabase log. This message should be visible only once...

@Jay1181
Copy link
Author

Jay1181 commented Jun 4, 2020

I will check out the 'incognito' thing.
My browser is Chrome. I can change it if necessary.

@Jay1181
Copy link
Author

Jay1181 commented Jun 4, 2020 via email

@scibuff
Copy link
Contributor

scibuff commented Jun 4, 2020

You can see if you are in incognito mode for example here, though I don't see how you'd be in that mode unless you specifically want to

@Jay1181
Copy link
Author

Jay1181 commented Jun 5, 2020

It says, "it does not seem like you are in incognito mode".
It's not that big a deal. The advantage of the other tools far outweigh the issue with this.
Thanks to everyone for taking time to help.

@Jay1181 Jay1181 closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants