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

TypeError when selecting save created in 1.4 #13

Open
Tenebrosful opened this issue Dec 22, 2020 · 2 comments
Open

TypeError when selecting save created in 1.4 #13

Tenebrosful opened this issue Dec 22, 2020 · 2 comments

Comments

@Tenebrosful
Copy link

Tenebrosful commented Dec 22, 2020

When i try to load my saves created in 1.4.5, i got an error.

stardew-checkup.js?v=4.0:3200 Uncaught TypeError: Cannot read property 'anchor' of undefined
    at parsePlayerQuests (stardew-checkup.js?v=4.0:3200)
    at Element.<anonymous> (stardew-checkup.js?v=4.0:3180)
    at Function.each (jquery.min.js:2)
    at r.fn.init.each (jquery.min.js:2)
    at parseQuests (stardew-checkup.js?v=4.0:3178)
    at FileReader.reader.onload (stardew-checkup.js?v=4.0:5024)

Save #1 (Last day saved in 1.5.0)
Save #2 (Last day saved in 1.4.5)

@johnseekins
Copy link

Seeing the same thing, although the error in Firefox is different:
Screenshot from 2020-12-22 17-58-14

@johnseekins
Copy link

johnseekins commented Dec 23, 2020

It looks like you aren't passing meta into parsePlayerQuests on line 3180:
https://github.com/MouseyPounds/stardew-checkup/blob/master/stardew-checkup.js#L3180

Seems a simple fix. But also easy to overlook since it only affects multi-player?

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

2 participants