-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
"Instant Picture Upload Disabled, Ignoring New Picture" #392
Comments
@kreene1987 thanks for the report |
Exact same issue for me, Environment data Android version: 6.0.1 Device model: oneplus 3 Stock or customized system: Stock Nextcloud app version: beta 20161111 Nextcloud server version: 10.0.1 stable |
The log is regarding the "old" instant upload system, so is is correct that the broadcast NEW_PICTURE is being ignored. |
Hi Tobias, Installed latest beta 29-11, still Same issue. The only log containing syncedfolders is this : 2016/11/29 07:51:52 2016/11/29 07:51:52 2016/11/29 07:51:52 |
Hi @Sjaak-d1, |
Hmmm, that look completely right. So is there any item in the upload list regarding photos and is the wifi you are connected to a non-metered one (for a metered one you would have had to manually mark it a metered within Android OS wifi settings). |
Hi Andy, In the beta 23-11 in witch you disabled the New upload System everything is working perfectly. |
I do hope that @tobiasKaminsky will be able to shed some light on this since he is now also owning a oneplus 3 😃 |
Ahh cool. Thanks Andy! |
Just to be sure, will it upload a picture via cellular if you remove the wifi-only restriction? |
Hey guys, I have a Moto G gen3 wth Android 5.1.1 and the newest beta Nextcloud client and i have the same issue. the log says "Instant Picture Upload Disabled, Ignoring New Picture" even though it is enabled. Some times it works, sometimes it doesnt. The last two days I had them all disabled for real, and rebooted my phone and all of a sudden Nextcloud client had a who bunch it tried to sync up even though upload was supposed to be turned off for both camera and whatsapp. |
I had to go back to an older version of the nextcloud beta because not only does it not work when the Instant upload is enabled, it actually tries to upload things sometimes when it is Disabled. I have to use the Beta version because the one in the regular repos wants to download every picture you view on your phone which is not something im going to do lol. Is it something simple like a issue with the instant upload enabled/disabled toggle somewhere in the code? Logs showing skipping because its not enabled when it actually is, and trying to upload when its not enabled, thinking that it is apparently? But im happy in the 11/27 version for now. The auto upload works great. Ill just hang in there for the new expanded one to be fixed :) |
20161215 have this problem |
fixed via #488 and to be shipped with 1.4.1 and also beta version 20161231 |
It is working great now, thank you. I finally do not need to use any other syncing app. Nexcloud app is great. |
Any way to add the Whatsapp video directory to the upload choices? Or perhaps a way to select a custom directory to monitor? :) :) |
Both things you mentioned are planned for future releases while we haven't found a neat way how to add this to the app in a comfortable manner. Glad to hear it is working for you in the beta :) |
Actual behaviour
-New photos/videos are not being uploaded from DCIM folder
Expected behaviour
-Photos should trigger upload as soon as they are taken
Steps to reproduce
a. Doesn't matter if wifi or charging boxes are checked or unchecked per my testing, both result in the same log entry.
Environment data
Android version: 6.0.1
Device model: LG G5
Stock or customized system: Stock
Nextcloud app version: beta 20161111
Nextcloud server version: 10.0.1 stable
Logs
Web server error log
N/A
Nextcloud log (data/nextcloud.log)
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : Received: android.hardware.action.NEW_PICTURE
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : New photo received
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : Instant picture upload disabled, ignoring new picture
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : OFFICIAL processed: android.hardware.action.NEW_PICTURE
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : Received: com.android.camera.NEW_PICTURE
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : New photo received
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : Instant picture upload disabled, ignoring new picture
2016/11/21 08:25:09
com.owncloud.android.files.InstantUploadBroadcastReceiver : UNOFFICIAL processed: com.android.camera.NEW_PICTURE
The text was updated successfully, but these errors were encountered: