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

Non-nullable mUrisToUpload parameter is null #13311

Closed
Hingueter12 opened this issue Jul 24, 2024 · 0 comments · Fixed by #13319
Closed

Non-nullable mUrisToUpload parameter is null #13311

Hingueter12 opened this issue Jul 24, 2024 · 0 comments · Fixed by #13319
Assignees

Comments

@Hingueter12
Copy link

Cause of error

Exception in thread "main" java.lang.NullPointerException: Parameter specified as non-null is null: method com.owncloud.android.ui.helpers.UriUploader.<init>, parameter mUrisToUpload
    at com.owncloud.android.ui.helpers.UriUploader.<init>(Unknown Source:7)
    at com.owncloud.android.ui.activity.ReceiveExternalFilesActivity.uploadFiles(ReceiveExternalFilesActivity.java:898)
    at com.owncloud.android.ui.activity.ReceiveExternalFilesActivity.onClick(ReceiveExternalFilesActivity.java:664)
    at android.view.View.performClick(View.java:7892)
    at android.widget.TextView.performClick(TextView.java:16220)
    at com.google.android.material.button.MaterialButton.performClick(MaterialButton.java:1218)
    at android.view.View.performClickInternal(View.java:7869)
    at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
    at android.view.View$PerformClick.run(View.java:30891)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:226)
    at android.os.Looper.loop(Looper.java:313)
    at android.app.ActivityThread.main(ActivityThread.java:8762)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

App information

  • ID: com.nextcloud.client
  • Version: 30290290
  • Build flavor: gplay

Device information

  • Brand: samsung
  • Device: a32
  • Model: SM-A325M
  • Id: TP1A.220624.014
  • Product: a32ub

Firmware

  • SDK: 33
  • Release: 13
  • Incremental: A325MUBS8DXF2
@alperozturk96 alperozturk96 self-assigned this Jul 25, 2024
@alperozturk96 alperozturk96 changed the title James Frank Non-nullable mUrisToUpload parameter is null Jul 25, 2024
@AndyScherzinger AndyScherzinger added this to the Nextcloud App 3.30.0 milestone Jul 26, 2024
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

Successfully merging a pull request may close this issue.

3 participants