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 on New + Barcode ( NullPointerException) #209

Closed
spacecowboy opened this issue Jun 1, 2015 · 0 comments
Closed

Crash on New + Barcode ( NullPointerException) #209

spacecowboy opened this issue Jun 1, 2015 · 0 comments

Comments

@spacecowboy
Copy link
Contributor

Version: Beta-1

Steps to reproduce:

  1. Press the +-FAB
  2. Select the icon which looks like a barcode
  3. App crashes.

Additional information:

I do not have a barcode-scanner app installed. (Was testing what all the buttons do)

Crash log:

06-01 17:20:33.332  21104-21191/? E/AndroidRuntime﹕ FATAL EXCEPTION: pool-2-thread-5
    Process: org.transdroid.full, PID: 21104
    java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference
            at org.transdroid.core.gui.TorrentsActivity.onBarcodeScanned(TorrentsActivity.java:779)
            at org.transdroid.core.gui.TorrentsActivity_.access$2301(TorrentsActivity_.java:50)
            at org.transdroid.core.gui.TorrentsActivity_$27.execute(TorrentsActivity_.java:681)
            at org.androidannotations.api.BackgroundExecutor$Task.run(BackgroundExecutor.java:393)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)
            at java.util.concurrent.FutureTask.run(FutureTask.java:237)
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:152)
            at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:265)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
            at java.lang.Thread.run(Thread.java:818)
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

1 participant