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

Crash during notes export to Evernote #5609

Closed
abdoulayeYATERA opened this issue Nov 18, 2019 · 11 comments · Fixed by #5677
Closed

Crash during notes export to Evernote #5609

abdoulayeYATERA opened this issue Nov 18, 2019 · 11 comments · Fixed by #5677

Comments

@abdoulayeYATERA
Copy link

  • KOReader version: v2019.11
  • Device: Kobo Format

Issue

Crash during notes export to Evernote.
Need your help guys !!! (girls also ^ ^)
Thank's

Steps to reproduce

1 - Log with your Evernot account
2 - Export notes to Evernote

crash.log (if applicable)

IMG_20191117_141713

@abdoulayeYATERA
Copy link
Author

Hmm strange Github behavior...., click on the image to see the crash log in the right orientation...

@NiLuJe
Copy link
Member

NiLuJe commented Nov 18, 2019

@hgrain86
Copy link

also on kobo aura one koreader v2019.11

@arooni
Copy link

arooni commented Dec 3, 2019

also on pixel xl and fire 10 tablet ; all using 2019.11

@LucenaWoods
Copy link

Also on PW2: Crashes every time I try to export all notes to local html file.

@roger64
Copy link

roger64 commented Dec 5, 2019

also on Kindle PW3. Koreader crashes and I am back to Kindle.

The crash happens exactly when I try to identify myself and to write the password.

mustafa-001 added a commit to mustafa-001/koreader that referenced this issue Dec 9, 2019
@mustafa-001
Copy link
Contributor

It was introduced in https://github.com/koreader/koreader/pull/5440/files/7e7feb760dd90abef9f4600a140ad5fc46088f11#diff-d2ad3c080f3901bd500b297d33ce25b1

self:parseHighlight(stored.highlight, stored.bookmarks, clippings.title)

clippings.title resolves to clippings.["title"] not clippings[title] as it should be.

To my defence it was suggested at PR review and I simply clicked "commit suggestion" :)

@Frenzie
Copy link
Member

Frenzie commented Dec 9, 2019

That must've been a reflex because elsewhere that was full of (the equivalent of) clippings["title"], my bad. But don't just click commit suggestion. ;-)

Frenzie pushed a commit that referenced this issue Dec 9, 2019
@2016201256
Copy link

It was introduced in https://github.com/koreader/koreader/pull/5440/files/7e7feb760dd90abef9f4600a140ad5fc46088f11#diff-d2ad3c080f3901bd500b297d33ce25b1

self:parseHighlight(stored.highlight, stored.bookmarks, clippings.title)

clippings.title resolves to clippings.["title"] not clippings[title] as it should be.
To my defence it was suggested at PR review and I simply clicked "commit suggestion" :)

Thanks for your contribution! I would like to know how to fix this bug by myself? Or I have to wait for the next updated APK?

@Frenzie
Copy link
Member

Frenzie commented Dec 11, 2019

You can check for updates on the development channel (under hamburger menu → update) and download the latest nightly that way, or manually go to http://build.koreader.rocks/download/nightly/ and grab it there.

@abdoulayeYATERA
Copy link
Author

Got it ! Thank you guys !
Keep up the good work !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants