-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix Novel Export Issue #31
Comments
I was the person who made this report (concerning the export bug). I know there is already an issue about it, but thought it could add some information (should i post elsewhere to add info? I don't know how to use Github at all, sorry 🤦). Please sorry too if it's bothering. |
Wait so to get this clear, It exports fine on one device but not on the other? And you couldn't find anything in the Also an important question, does the import work fine? Since you transferred your existing data to this new device |
Of course not! Any info is much appreciated, this is my first app in release so I care a lot about it too 😤 . And about Github, I get that it might be a hassle to report a problem here (GitReports is an interim solution) so I'm looking to move onto something different soon anyways (maybe email, I can just personally log the issues here)
This really means a lot btw, thanks :) |
I couldn't find the Downloads/Junior folder itself. I looked in the phone's native storage app and also noticed it in the google 'Files' app (with the 'show hidden files' option enabled in Sorry for delay in replying. I don't have my old cell phone at the moment, but I borrowed a relative's cell phone to look at, as they are the same type of system and give equivalent results. The difference between the devices is that the one I used before has an Android operating system; and the one i'm in use now has MIUI operating system. Export isn't working on the MIUI device, but it works on Android, which leads me to believe it's something in the phone's own settings.
Import date works on both devices. |
... is really it. The permission: "install apps from unknown sources" prevented 'installing' (export) the Junior's backup file (from the app to the device), so Junior's folder was not there in the Then, if we go to: |
You're apologising for finding a bugfix for me? I can only wish other users were all like this 😂 Still, massive thanks for not just reporting the bug, but also the fix. Having users like you helps keep motivation up in development! (Reading Lists, Auto-Updating Links, etc. coming in |
BugfixThe solution is to go to The issue is caused by the phone not letting you download apps from external sources. Although it's kinda irrelevant in this case since we're only downloading a text file, it's what's causing the issue. Still, I might add a way to upload it to drive soon (Maybe a generic share option that covers everything, I'll look into it after Still, all credit from finding the bug to finding it's fix goes to @Beaidntmeetacoolname |
It still isn’t fixed, also what file format is even used? |
I'd started work on this thing early in my CSE course so it doesn't use a proper database. It stores the whole list as a JSON file. As for why it isn't fixed - honestly real life has been a real pain the past couple months so couldn't find any motivation to work on this. |
Submitter: Ana Lopes
The moment I noticed the error, I don't think I did anything different, except that it's the 'second time' I've downloaded the app and on another device – using the backup I uploaded in a certain cloud app– (ie I am a 'new user' in this device).
When i was exploring the mobile phone files, didn't find:
• Junior's folder (where are the backups kept) which is usually found under 'Downloads' on the mobile;
• The folder from the application that I usually find in Android > Data > com.app store developer name.app name (in case I think it is com.overpowered.junior).
I checked the app permissions and the memory permission is enabled, so I thought this was an unusual occurrence (that maybe it's directly related to the fact that it's not possible to export data at the moment, but I don't understand) hence the reason for this report. I know absolutely nothing about programming, so don't know what the bug can be generate, my reporting can be a bit useless at this moment. Sorry.
Thanks for the app, it's amazing! :D
The text was updated successfully, but these errors were encountered: