Skip to content

adbsync bombing in my case #57

@mcondarelli

Description

@mcondarelli

First of all: is this project still active? I see several issues but no update in a long time.
If it is not: is there a better alternative?

In any case I get the following:

emotiq@ikea:~/prove/cinderella/emotiq$ ~/.local/bin/adbsync -n push . /data/misc/emotiq_runtime/emotiq
Ignoring symlink ./workarm-dist/libcommsrv.so
Ignoring symlink ./workarm-dist/libenetutils.so.1
Ignoring symlink ./workarm-dist/libcommsrv.so.1
Ignoring symlink ./workarm-dist/libemocryptiq.so.1.0
Ignoring symlink ./workarm-dist/libenetutils.so
Ignoring symlink ./workarm-dist/libesupport.so.1
Ignoring symlink ./workarm-dist/libenetutils.so.1.0
Ignoring symlink ./workarm-dist/libesupport.so
Ignoring symlink ./workarm-dist/libemocryptiq.so.1
Ignoring symlink ./workarm-dist/libesupport.so.1.0
Ignoring symlink ./workarm-dist/libemocryptiq.so
Ignoring symlink ./workarm-dist/libcommsrv.so.1.0
Traceback (most recent call last):
  File "/home/emotiq/.local/bin/adbsync", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/emotiq/.local/lib/python3.12/site-packages/BetterADBSync/__init__.py", line 379, in main
    files_tree_destination = fs_destination.get_files_tree(path_destination, follow_links = args.copy_links)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/emotiq/.local/lib/python3.12/site-packages/BetterADBSync/FileSystems/Base.py", line 45, in get_files_tree
    return self._get_files_tree(tree_path, statObject, follow_links = follow_links)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/emotiq/.local/lib/python3.12/site-packages/BetterADBSync/FileSystems/Base.py", line 33, in _get_files_tree
    tree[filename] = self._get_files_tree(
                     ^^^^^^^^^^^^^^^^^^^^^
  File "/home/emotiq/.local/lib/python3.12/site-packages/BetterADBSync/FileSystems/Base.py", line 34, in _get_files_tree
    self.join(tree_path, filename),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/emotiq/.local/lib/python3.12/site-packages/BetterADBSync/FileSystems/Android.py", line 189, in join
    return os.path.join(base, leaf).replace("\\", "/") # for Windows
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen posixpath>", line 90, in join
  File "<frozen genericpath>", line 164, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'

can someone explain/help?

Many Thanks in Advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions