-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
[BUG] TypeError: Cannot read properties of undefined(reading'eventName') #365
Comments
@lipengju530 about the first error. I dont have enough data. where did you install from? can you share a logcat? about the second issue. You added a "sync app data" which will sync internal app data. This is used to sync data between multiple phones. I gues it is not what you want. Either sync "images" or "PDF" |
After I turned off the "sync app data" function, there was no more prompt TypeError: Cannot read properties of undefined (reading'eventName'). But two new problems arose:
Forgive me for not being able to capture logcat, and can only provide these limited information, sorry. |
@farfromrefug I would like to give you feedback. I have turned off PDF synchronization and only kept the local and webdav synchronization of the images. There is no "TypeError: Cannot read properties of undefined (reading'map')" prompt, but it will not synchronize immediately after scanning. You need to synchronize manually or exit the software and enter it again to synchronize automatically. |
@lipengju530 i need to understand. What syncs have you set up? |
@farfromrefug When local syncing of images, webdav syncing, and PDFwebdav syncing are turned on, only PDF can be successfully synchronized, and local syncing of images and webdav do not work. At this time, if you synchronize manually, "TypeError: Cannot read properties of undefined (reading 'map')" will be prompted again. Restart the software and enter again, and "TypeError: Cannot read properties of undefined (reading 'map')" will still be prompted. When PDFwebdav syncing is turned off and only local syncing of images and webdav syncing are turned on, there is no "TypeError: Cannot read properties of undefined (reading 'map')" prompt, but automatic synchronization still does not work and manual synchronization is required. |
@lipengju530 just ran some tests. Sadly i cant reproduce your issue with Now about the not syncing. Did you enable auto-sync for all your sync services? You need to if you want automatic update. |
@farfromrefug In addition, if the function of submitting logs in the software is added in the next version, it will be perfect, so as to avoid the communication barriers caused by newbies like me who don't know how to export logs. Thank you again and wish you good luck. |
@lipengju530 i found the issue with |
@farfromrefug |
Which app is your issue for
Document Scanner
Version
1.13.0 Build 106
What platform are you using?
Android
OS Version
MIUI12.5.2(Android10)
What happened?
A bug happened!
Question 1: When I open the software, the synchronization icon rotates and it prompts "TypeError: Cannot read properties of undefined (reading'eventName')", and the scanned file cannot be synchronized to webdav.
Question 2: Sometimes the synchronization is successful, but as long as the scanned file is modified, a folder will appear on the webdav side, which contains the original image and some data files. Can I adjust not to synchronize this folder, and only synchronize the image or PDF regardless of adding or modifying it? Question 2 is a problem with the previous version. The current version cannot be synchronized, and it is impossible to confirm whether this problem still exists.
Thank you and your hard work.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: