Skip to content

type error with rclone backend #33

Description

@francoislaurent
15/01 04:07 escale.*@yandex[DEBUG]  manager.run:362 Traceback (most recent call last):
  File "escale/manager/manager.py", line 310, in run
    new |= self.upload()
  File "escale/manager/index.py", line 303, in upload
    self.relay.setUpdateData(page, final_file)
  File "escale/relay/index.py", line 922, in setUpdateData
    self.base_relay._push(data, self.updateData(page, mode='w'))
  File "escale/relay/generic/rclone.py", line 189, in _push
    output=True)
  File "escale/base/subprocess.py", line 84, in with_subprocess
    p = subprocess.Popen(cmd, **kwargs)
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1453, in _execute_child
    restore_signals, start_new_session, preexec_fn)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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