Package Details: insync 3.9.0.60000-1

Git Clone URL: https://aur.archlinux.org/insync.git (read-only, click to copy)
Package Base: insync
Description: An unofficial Dropbox, Google Drive, and OneDrive client that runs on Linux, with support for various desktops
Upstream URL: https://www.insynchq.com/downloads
Keywords: drive dropbox google onedrive
Licenses: custom:insync
Submitter: xzy3186
Maintainer: thenaterhood
Last Packager: thenaterhood
Votes: 316
Popularity: 0.174951
First Submitted: 2012-09-07 17:45 (UTC)
Last Updated: 2024-04-20 01:07 (UTC)

Latest Comments

1 2 3 4 5 6 .. 63 Next › Last »

kaymmm commented on 2024-05-10 22:19 (UTC)

Just updated to 3.9.0 (along with 2 weeks of system updates) and am now getting the following errors:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.py", line 980, in _bootstrap_inner
  File "threading.py", line 917, in run
  File "idesklinux/app.py", line 47, in _catch_mount_unmount_events
AttributeError: 'LinuxApp' object has no attribute 'core'

Followed a little bit later by:

[111760:111778:0510/151313.025775:ERROR:ssl_client_socket_impl.cc(959)] handshake failed; returned -1, SSL error code 1, net_error -200
INFO     2024-05-10 15:13:19,741 [httpclient:request:195] Curl error CurlError(35, 'error:0A000126:SSL routines::unexpected eof while reading') while requesting to 'accounts.google.com'.
INFO     2024-05-10 15:13:19,741 [httpclient:request:198] Retrying later...
INFO     2024-05-10 15:13:19,742 [httpclient:request:195] Curl error CurlError(35, 'error:0A000126:SSL routines::unexpected eof while reading') while requesting to 'accounts.google.com'.
INFO     2024-05-10 15:13:19,743 [httpclient:request:198] Retrying later...

Tried downgrading and the same thing. I'm guessing it has something to do with something else that was just updated on the system. I'm on KDE wayland and tried running with xcb as well with the same errors.

The main window will open, very very slowly, but it's largely unresponsive to interactions and nothing gets synced in the background.

thenaterhood commented on 2024-05-08 02:44 (UTC)

I examined the 3.9.0 package and the systemd service files do appear to be included. Those are part of the AUR files so they shouldn't be impacted by a version update to insync unless insync changes its binary path (which it does not appear to have).

They're also installed correctly on my system.

FirstAirBender commented on 2024-05-06 21:18 (UTC) (edited on 2024-05-08 02:04 (UTC) by FirstAirBender)

The error we are currently seeing which consists of this traceback:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.py", line 980, in _bootstrap_inner
  File "threading.py", line 917, in run
  File "idesklinux/app.py", line 58, in start_core
  File "idesklinux/platapp_impl.py", line 28, in __init__
  File "idesklinux/application_manager.py", line 25, in __init__
  File "idesklinux/application_manager.py", line 57, in __index_default_apps
  File "idesklinux/application_manager.py", line 94, in __record_config_entries
  File "idesklinux/application_manager.py", line 108, in __parse_config_entry
  File "idesklinux/application_manager.py", line 134, in __canonicalize_mimetype
  File "xdg/Mime.py", line 58, in lookup
  File "xdg/Mime.py", line 72, in __new__

is caused by https://github.com/takluyver/pyxdg/blob/1d23e483ae869ee9532aca43b133cc43f63626a3/xdg/Mime.py#L72, which is the library insync uses.

The only reason, I can see this line being triggered is that insync disables assertions in their bundled python interpreter. Otherwise, this should have been caught by line 70 in that same file.

kynadev commented on 2024-04-28 06:01 (UTC)

thenaterhood, thanks for reminding me of that! Worked a treat. Insync forms are hard to follow, I will submit a report at some point though, I have had a hell of a week (in the good and bad sense). As for cimbtti, the service did not exist for me with the newer version, at least I am pretty sure it did not, I will check again for the Insync report, but for now I got to catch up with work. Thank you all, have an amazing rest of your week.

Schatzs commented on 2024-04-26 17:06 (UTC)

thenaterhood, yes this was working for me prior to 3.9.0 and it's working again after I reverted to the previous version. This is on an Arch system I've been updating for at least 7 years.

Steve

clmbtti commented on 2024-04-26 12:41 (UTC)

Guys don't forget to enable the service for your user.


systemctl --user --now enable insync

thenaterhood commented on 2024-04-26 12:23 (UTC)

For Schatzs and kynadev was this working for you on the previous version?

I'd also suggest taking a look at the insync forums if you haven't.

kynadev commented on 2024-04-26 08:15 (UTC)

Following up from Schatzs / Steve's comment before mine. I get the same output. The systemd services are not created/do not show up when I tried to check their status. I have ran it from KDE on Wayland and (gasp) X11. I have also attempted to run it via CLI and KDE autostart. Other applications are working fine.

I have an idea for what the problem is but I am not sure how to fix it based on this. KDE 6 updated the icon system to match up with GNOME but Insync might not have been changed to be compatible with that, specifically its

I should also note that while I have tried from this AUR, I initially used chaotic-aur's version (same version number though).

Also I really hope we can sort this out soon because I have a few uni assignments relying on it... -_- ... I will ask one of my Profs who has experience with Qt, in case it is Qt related and not GTK or something.

Schatzs commented on 2024-04-23 10:44 (UTC)

3.9.0 is not working for me, it wont start from my user account. When I started with sudo it started and appeared to be working. I'm using kde wayland and I start insync with kde autostart, not the systemd service. The errors I get in the out.txt file are:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.py", line 980, in _bootstrap_inner
  File "threading.py", line 917, in run
  File "idesklinux/app.py", line 58, in start_core
  File "idesklinux/platapp_impl.py", line 28, in __init__
  File "idesklinux/application_manager.py", line 26, in __init__
  File "idesklinux/application_manager.py", line 82, in __index_apps_for_mimetypes
  File "idesklinux/application_manager.py", line 179, in __record_desktop_files
  File "idesklinux/application_manager.py", line 134, in __canonicalize_mimetype
  File "xdg/Mime.py", line 58, in lookup
  File "xdg/Mime.py", line 72, in __new__
AttributeError: 'NoneType' object has no attribute 'lower'

Steve

thenaterhood commented on 2024-04-20 01:09 (UTC)

Insync 3.9.0 is up and I've switched the package base to Ubuntu 24.04. This seems to work fine on my system and solves the problem several of us have seen with the GUI.

If I run insync from the console there are still errors about posthog but they don't appear to break the UI anymore.