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: NumberFormatException in Mp4Composer #620

Closed
aforcier opened this issue Dec 3, 2020 · 0 comments · Fixed by #621
Closed

Crash: NumberFormatException in Mp4Composer #620

aforcier opened this issue Dec 3, 2020 · 0 comments · Fixed by #621
Assignees
Labels
[Type] Crash The app stops unexpectedly.

Comments

@aforcier
Copy link
Collaborator

aforcier commented Dec 3, 2020

@megsfulton keeps running into this crash and I found it on Sentry. It may be related to #619 as well.

First Release: [email protected]+962

https://sentry.io/share/issue/66a65990242240a0898193f734e26b67/

java.lang.NumberFormatException: s == null
    at java.lang.Integer.parseInt(Integer.java:577)
    at java.lang.Integer.valueOf(Integer.java:801)
    at com.daasuu.mp4compose.composer.Mp4Composer.getVideoResolution(Mp4Composer.kt:348)
    at com.daasuu.mp4compose.composer.Mp4Composer.access$getVideoResolution(Mp4Composer.kt:24)
    at com.daasuu.mp4compose.composer.Mp4Composer$start$1.run(Mp4Composer.kt:165)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
    at java.lang.Thread.run(Thread.java:923)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Crash The app stops unexpectedly.
Projects
None yet
2 participants