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

Loading Bar Doesn't Complete Even when Image Completes #24

Open
rahulk64 opened this issue Jun 24, 2018 · 0 comments
Open

Loading Bar Doesn't Complete Even when Image Completes #24

rahulk64 opened this issue Jun 24, 2018 · 0 comments
Labels

Comments

@rahulk64
Copy link
Member

Or it stops in the middle...
Maybe has something to do with this:
E/Sharp: Failed parsing SVG
org.apache.harmony.xml.ExpatParser$ParseException: At line 126, column 8: not well-formed (invalid token)
at org.apache.harmony.xml.ExpatParser.parseFragment(ExpatParser.java:515)
at org.apache.harmony.xml.ExpatParser.parseDocument(ExpatParser.java:474)
at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:316)
at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:279)
at com.pixplicity.sharp.Sharp$SvgHandler.read(Sharp.java:1309)
at com.pixplicity.sharp.Sharp.getSharpPicture(Sharp.java:390)
at com.pixplicity.sharp.Sharp.getSharpPicture(Sharp.java:412)
at com.pixplicity.sharp.Sharp.getDrawable(Sharp.java:358)
at com.pixplicity.sharp.Sharp.into(Sharp.java:309)
at com.solunaire.vectrize.FinishedPreviewActivity$1.onEvent(FinishedPreviewActivity.java:83)
at android.os.FileObserver$ObserverThread.onEvent(FileObserver.java:123)
at android.os.FileObserver$ObserverThread.observe(Native Method)
at android.os.FileObserver$ObserverThread.run(FileObserver.java:86)
E/FileObserver: Unhandled exception in FileObserver com.solunaire.vectrize.FinishedPreviewActivity$1@d8df9ba
com.pixplicity.sharp.SvgParseException: org.apache.harmony.xml.ExpatParser$ParseException: At line 126, column 8: not well-formed (invalid token)
at com.pixplicity.sharp.Sharp$SvgHandler.read(Sharp.java:1317)
at com.pixplicity.sharp.Sharp.getSharpPicture(Sharp.java:390)
at com.pixplicity.sharp.Sharp.getSharpPicture(Sharp.java:412)
at com.pixplicity.sharp.Sharp.getDrawable(Sharp.java:358)
at com.pixplicity.sharp.Sharp.into(Sharp.java:309)
at com.solunaire.vectrize.FinishedPreviewActivity$1.onEvent(FinishedPreviewActivity.java:83)
at android.os.FileObserver$ObserverThread.onEvent(FileObserver.java:123)
at android.os.FileObserver$ObserverThread.observe(Native Method)
at android.os.FileObserver$ObserverThread.run(FileObserver.java:86)
Caused by: org.apache.harmony.xml.ExpatParser$ParseException: At line 126, column 8: not well-formed (invalid token)
at org.apache.harmony.xml.ExpatParser.parseFragment(ExpatParser.java:515)
at org.apache.harmony.xml.ExpatParser.parseDocument(ExpatParser.java:474)
at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:316)
at org.apache.harmony.xml.ExpatReader.parse(ExpatReader.java:279)
at com.pixplicity.sharp.Sharp$SvgHandler.read(Sharp.java:1309)
at com.pixplicity.sharp.Sharp.getSharpPicture(Sharp.java:390) 
at com.pixplicity.sharp.Sharp.getSharpPicture(Sharp.java:412) 
at com.pixplicity.sharp.Sharp.getDrawable(Sharp.java:358) 
at com.pixplicity.sharp.Sharp.into(Sharp.java:309) 
at com.solunaire.vectrize.FinishedPreviewActivity$1.onEvent(FinishedPreviewActivity.java:83) 
at android.os.FileObserver$ObserverThread.onEvent(FileObserver.java:123) 
at android.os.FileObserver$ObserverThread.observe(Native Method) 
at android.os.FileObserver$ObserverThread.run(FileObserver.java:86) 

@rahulk64 rahulk64 added the bug label Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant