hschauhan / gosync

An Opensource Google Drive client written in Python
https://hschauhan.github.io/gosync/
GNU General Public License v2.0
281 stars 57 forks source link

GoSync failed to initalize #51

Closed HarrisonFarrellUTS closed 3 years ago

HarrisonFarrellUTS commented 3 years ago

I have followed wiki page for the install instructions on Ubuntu 18.04. The application did work. I was able to link my Google drive. See my files.

After discount from the internet. I'm no longer able to connect. Upon launch I'm given the pop out window saying "Error - GoSync failed to initalize" as well as the terminal output, "Gtk-Message: 08:35:26.928: GtkDialog mapped without a transient parent. This is discouraged."

I have uninstall using Pip and reinstall the application to no success on correcting the information.

Is there a way I can default / reset I can launch?

HarrisonFarrellUTS commented 3 years ago

2020-09-24 09:30:44,216 - GoSync0.52 - DEBUG - Initialize - Started Initialize 2020-09-24 09:30:44,216 - GoSync0.52 - INFO - Initialize - Completed Credentials Verification 2020-09-24 09:30:44,216 - GoSync0.52 - INFO - Initialize - Saving credentials 2020-09-24 09:30:44,216 - GoSync0.52 - INFO - Initialize - starting oberserver 2020-09-24 09:30:44,216 - GoSync0.52 - INFO - Initialize - Going for authentication 2020-09-24 09:30:44,216 - GoSync0.52 - INFO - Authenticate - Loading pickle file 2020-09-24 09:30:44,217 - GoSync0.52 - INFO - Authenticate - Loading pickle file: SUCCESS 2020-09-24 09:30:44,217 - GoSync0.52 - INFO - Authenticate - Building service 2020-09-24 09:30:44,688 - GoSync0.52 - INFO - Authenticate - service built successfully! 2020-09-24 09:30:45,172 - GoSync0.52 - INFO - Initialize - Completed Drive Quota Execution 2020-09-24 09:30:45,173 - GoSync0.52 - DEBUG - Initialize - Completed Account Information Load 2020-09-24 09:30:45,173 - GoSync0.52 - DEBUG - Initialize - Loaded tree pickle 2020-09-24 09:30:45,173 - GoSync0.52 - DEBUG - Initialize - Trying to load config file /home/harrison/.gosync/gosyncrc 2020-09-24 09:30:45,173 - GoSync0.52 - DEBUG - Sync Interval: 1800 seconds 2020-09-24 09:30:45,174 - GoSync0.52 - INFO - LoadConfig: Log level is 3 2020-09-24 09:30:45,174 - GoSync0.52 - DEBUG - Initialize - Base Mirror: /home/harrison/Desktop/GoogleDrive/Google Drive 2020-09-24 09:30:45,174 - GoSync0.52 - INFO - LoadConfig: Autostart is enabled 2020-09-24 09:30:45,174 - GoSync0.52 - DEBUG - Initialize - Read /home/harrison/Desktop/GoogleDrive/Google Drive as base mirror 2020-09-24 09:30:45,174 - GoSync0.52 - INFO - Initialize - Exception during configuration load

HarrisonFarrellUTS commented 3 years ago

This issue was PIP wasn't removing the .gosync folder from the home directory. Once this too was removed I was able to perform a fresh install and fix.