Open RasheedAZ opened 4 weeks ago
We're investigating this issue, please kindly send us the app log files alongside the link to this issue to hello@internxt.com Thank you
Hi @fvsegarra, are you interested in more of the same kind of logfiles? I have the same issue.
I also had to edit ~/.local/share/nautilus-python/extensions/internxt-virtual-drive.py to get rid of the "PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '4.0') before import to ensure that the right version gets loaded."
I added
import gi gi.require_version("Gtk", "4.0")
before "from gi.repository import Nautilus, GObject, Gtk, Gdk"
Happy to help. :-)
Tested with both appimage and deb. I get this message after the certificate error mentioned separately in #26 Backup does not work.