Closed chhatch closed 4 years ago
@chhatch This error is indicative of Internet access / HTTPS / DNS resolution being blocked.
In your provided log file, there is the following:
Resolving timed out after 10519 milliseconds
This indicates to me that resolving of the URL login.microsoftonline.com
took longer than 10 seconds - so something is blocking resolution.
You need to:
Thank you for the response. I checked the firewall on my machine with $ sudo ufw status
. It is not active. I verified that there isn't anything being blocked by the router. Instead of getting in touch with my ISP because that could take a long time, I signed into OneDrive in Windows running in a virtual machine; it started syncing right away. So, it seems like I can contact their servers.
I ran $ onedrive --synchronize
again before coming back and asking for more guidance, and it's syncing now. It seems pretty odd that it worked just after I signed into OneDrive in Windows, but it could just be a coincidence. If this problem pops up again and signing into OneDrive in Windows resolves it I'll be sure to come back and let you know.
Thanks again for your help and the app!
@chhatch
I signed into OneDrive in Windows running in a virtual machine; it started syncing right away.
So here is your clue. Something on your system is preventing resolution somehow, and by using a virtual machine to login, allowed that resolution to occur, thus, the client was now able to resolve.
As you are running Ubuntu, I suggest that you diagnose this further with Ubuntu support.
Closing issue as not an issue with this client
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Note: Before submitting a bug report, please ensure you are running the latest 'onedrive' client as built from 'master' and by using the latest available DMD compiler. Refer to the readme on building the client for your system.
Bug Report Details
Describe the bug After a fresh install of this appllication following the directions provided in the documents
Application and Operating System Details:
OS: Output of
uname -a
& provide your OS & version (CentOS 6.x, Ubuntu 18.x etc) Linux Falchion 5.3.0-59-generic #53~18.04.1-Ubuntu SMP Thu Jun 4 14:58:26 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxAre you using a headless system (no gui) or with a gui installed? Gui installed
OneDrive Account Type Personal
DMD or LDC compiler version
dmd --version
orldmd2 --version
dmd-2.092.1Application configuration: Output of
onedrive --display-config
Curl Version: Output of
curl --version
7.58.0Note: Please generate a full debug log as per https://github.com/abraunegg/onedrive/wiki/Generate-debug-log-for-support and email to support@mynas.com.au
To Reproduce Steps to reproduce the behavior if not causing an application crash:
onedrive
Complete Verbose Log Output A clear and full log of the problem when running the application in the following manner (ie, not in monitor mode):
Application Log Output:
Additional context The application was working correctly until I started getting the following error:
ERROR: There was a timeout in accessing the Microsoft OneDrive service - Internet connectivity issue?
This error lasted for weeks. I kept thinking it was a problem with Microsoft that would resolve itself eventually I decided to completely remove the program and perform a fresh install. This is a newer version of the app than I had before, so this really might be the same error I was getting before just with a different message. Also, the error message,,seems to show a different handle id each time.
Bug Report Checklist