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

Failed to save last result: Result data doesn't make sense when completing a test with 100% accuracy #6235

Closed
2 tasks done
Scoop2389 opened this issue Feb 4, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@Scoop2389
Copy link

Did you clear cache before opening an issue?

  • I have cleared my cache

Is there an existing issue for this?

  • I have searched the existing issues

Does the issue happen when logged in?

Yes

Does the issue happen when logged out?

No

Does the issue happen in incognito mode when logged in?

Yes

Does the issue happen in incognito mode when logged out?

No

Account name

jpbot

Account config

{"theme":"dots","themeLight":"serika","themeDark":"serika_dark","autoSwitchTheme":true,"customTheme":false,"customThemeColors":["#323437","#e2b714","#e2b714","#646669","#2c2e31","#d1d0c5","#ca4754","#7e2a33","#ca4754","#7e2a33"],"favThemes":[],"showKeyTips":true,"smoothCaret":"medium","codeUnindentOnBackspace":false,"quickRestart":"tab","punctuation":false,"numbers":false,"words":10,"time":15,"mode":"words","quoteLength":[0,1,2,3],"language":"english","fontSize":2,"freedomMode":false,"difficulty":"normal","blindMode":false,"quickEnd":false,"caretStyle":"default","paceCaretStyle":"default","flipTestColors":false,"layout":"default","funbox":"none","confidenceMode":"off","indicateTypos":"off","timerStyle":"bar","liveSpeedStyle":"mini","liveAccStyle":"mini","liveBurstStyle":"off","colorfulMode":true,"randomTheme":"off","timerColor":"main","timerOpacity":"1","stopOnError":"off","showAllLines":false,"keymapMode":"off","keymapStyle":"staggered","keymapLegendStyle":"lowercase","keymapLayout":"overrideSync","keymapShowTopRow":"layout","keymapSize":1,"fontFamily":"Roboto_Mono","smoothLineScroll":false,"alwaysShowDecimalPlaces":false,"alwaysShowWordsHistory":false,"singleListCommandLine":"on","capsLockWarning":true,"playSoundOnError":"off","playSoundOnClick":"off","soundVolume":0.5,"startGraphsAtZero":true,"showOutOfFocusWarning":true,"paceCaret":"off","paceCaretCustomSpeed":100,"repeatedPace":true,"accountChart":["on","on","on","on"],"minWpm":"off","minWpmCustomSpeed":100,"highlightMode":"letter","typingSpeedUnit":"wpm","ads":"result","hideExtraLetters":false,"strictSpace":false,"minAcc":"off","minAccCustom":85,"monkey":false,"repeatQuotes":"off","oppositeShiftMode":"off","customBackground":"","customBackgroundSize":"cover","customBackgroundFilter":[0,1,1,1],"customLayoutfluid":"qwerty#dvorak#colemak","monkeyPowerLevel":"off","minBurst":"off","minBurstCustomSpeed":100,"burstHeatmap":false,"britishEnglish":false,"lazyMode":false,"showAverage":"both","tapeMode":"off","tapeMargin":50,"maxLineWidth":0}

Current Behavior

After completing a test with 100% accuracy, the following error pops up:

Image

The test is not saved to my account in any capacity (except as a started test, messing up my tests started vs tests completed).

Expected Behavior

The test should save to my account, appearing in my test history and contributing to my stats.

Steps To Reproduce

  1. Start any test (tested with Words: 10)
  2. Complete test without making any mistakes
  3. See error, test is not saved

Environment

  • OS: Windows 11
  • Browser: Firefox (Nightly)
  • Browser Version: 137.0a1 (2025-02-03) (64-bit)

Anything else?

The following logs are from the browser console:

INFO Error saving result 
Object { wpm: 119.44, rawWpm: 119.44, charStats: (4) […], charTotal: 55, acc: 100, mode: "words", mode2: "10", punctuation: false, numbers: false, lazyMode: false, … }
​
acc: 100
​
afkDuration: 0
​
bailedOut: false
​
blindMode: false
​
charStats: Array(4) [ 55, 0, 0, … ]
​
charTotal: 55
​
chartData: Object { wpm: (6) […], raw: (6) […], err: (6) […] }
​
consistency: 72.63
​
difficulty: "normal"
​
funbox: "none"
​
hash: "9b2734563c0198b550466a307c65875daa1584d1"
​
incompleteTestSeconds: 3.44
​
incompleteTests: Array [ {…} ]
​
keyConsistency: 40.17
​
keyDuration: Array(48) [ 61, 85, 88, … ]
​
keyOverlap: 2579
​
keySpacing: Array(47) [ 109, 44, 105, … ]
​
language: "english"
​
lastKeyToEnd: 1
​
lazyMode: false
​
mode: "words"
​
mode2: "10"
​
numbers: false
​
punctuation: false
​
rawWpm: 119.44
​
restartCount: 1
​
startToFirstKey: 48
​
stopOnLetter: false
​
tags: Array [ "67a23b0b8049ddd215a19757" ]
​
testDuration: 5.53
​
timestamp: 1738694992134
​
uid: "vVowSmclyqSLEc4oxyRcg82onOi2"
​
wpm: 119.44
​
wpmConsistency: 93.13
​
<prototype>: Object { … }
monkeytype.CGvtrswv.js:731:5209

ERR Failed to save result: Result data doesn&#039;t make sense monkeytype.CGvtrswv.js:731:5416
ERR POST https://api.monkeytype.com/results failed 
Object { status: 463, message: "Result data doesn't make sense", data: {…} }
​
data: Object { uid: "vVowSmclyqSLEc4oxyRcg82onOi2" }
​
message: "Result data doesn't make sense"
​
status: 463
​
<prototype>: Object { … }
monkeytype.CGvtrswv.js:731:5416
@Scoop2389 Scoop2389 added the bug Something isn't working label Feb 4, 2025
@Ofc-Pranjal
Copy link

I am not getting any errors can you please check I completed the test without any error still couldn't get any error and the result was saved to my account.

Image

@Scoop2389
Copy link
Author

I noticed some differences between our setups:

  1. Maybe try the test I used (Words 10)
  2. Try using Firefox

@Miodec
Copy link
Member

Miodec commented Feb 6, 2025

This is not an issue with the website otherwise there would be tons of reports of this. Logs indicate you pressed (reported) less keys than characters typed. This often happens if you have software that modifies the input system (old versions of EPKL, PowerToys), or use things like tap mods through QMK.

@Miodec Miodec closed this as not planned Won't fix, can't repro, duplicate, stale Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants