-
Notifications
You must be signed in to change notification settings - Fork 15
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
No settings after first uploading a vault #1
Comments
made a few changes, can you check again? i would suggest starting from the beginning, downloading the zip file, replacing the plugin folder in |
I ve tried to do it with your changes, but it doesnt help.
On desktop it is working (and previous version is working too) |
What is changing with settings between 0.9.5 and 0.9.9? btw: Happy New Year 🥳 |
screen-20240102-144359.mp4nothing much has changed for settings from 0.9.5, but a lot else has changed. i tested it on other devices and couldn't replicate the issue. happy new year :) |
if i am understanding it correctly then you are starting a project on the desktop and then copying it over to your iPad, are you logging in (and initializing the vault) on the desktop before you're copying the project? if so then the refreshToken (key) that you used in your desktop should carry over to the iPad can you provide a video recording/screen recording of the issue? |
I removed data.json file from desktop before copy. (I dont find any ways to install plugin on ipad except copy project from desktop). I will try to record |
hm, this time I cant upload initial files at all (I dont know why), usually I see that after click "proceed" button and reload plugin. RPReplay_Final1704188683.mov |
can you check whether the files have already been uploaded to Drive? is there a folder named "obsidian" in your drive? does it have anything in it? |
The "obsidian" folder exists from previous loads. And it has folders, from previous attempts. But in this case - no new folder |
by any chance are there two folders with the same name in your Drive's obsidian folder? I have tried my best to replicate the issue but couldn't. I would suggest you to use the latest release zip and try once more :( the plugin is properly working on the desktop correct? i will try and add error logging (in a .md file) so that people can view the logs even on mobile devices |
Hm, about 2 folders, maybe, but it is not main cause. I had the same behaviour before recording and with different vault names. yep, the plugin is working properly on the desktop yes, logging in file will be great, thanks |
added error logging on the latest release: enable in settings |
added normal verbose logging also, this helps even if there's no error: enable them in settings, and please provide both the error-log and verbose-log files |
Hi, in the beta-6 version I can see the settings page. But I had some errors in logs. Clip the logs below |
so now everything is fine? weird man :') looked at the logs, doesn't seem like anything i can fix, might be an issue with obsidian itself or some conflicts with other plug-ins, honestly i have no idea but if the plug-in is functional then i will close this issue glad to help :) |
Last question) What is this error "ERROR: Unable to complete action: - getFilesList => Error - Bad URL. - M@capacitor://localhost/app.js:1:239326" |
capacitor is used to make cross platform apps, i guess it was used to make the iOS app. for some reason getFilesList function is trying to make a request for this is especially weird because you can look at my guess is the requestUrl function which is used in getFilesList (replacement for fetch in obsidian plug-ins) tries to fetch it's content from the app.js file. the catch is that the requestUrl function is used in all other functions too, so they should also throw the same error. conclusion? i have no clue what is going on and why this is happening :') |
I don't see settings button in plugin after first uploading a vault
Plugin version - 0.9.9.
On version 0.9.5 all working fine
Steps:
I have tried to add some logs and see an error "unable to complete action: getFilesList BAD URL"
Could somebody help, how to fix it?
The text was updated successfully, but these errors were encountered: