Hello,
I’m trying to move folder destination, but it doesn’t work:
As stated in the man (insync-headless move_folder PREV_PATH NEW_PATH) I type the following command:
But the destination folder is not created, nothing moves!
If I create the destination folder before launching the command, it is deleted.
I tried with or without end-slash: same result.
Nothing when launching move_folder command.
Nothing when starting insync-headless
This when exiting insync-headless:
Exception in thread Thread-2:
Traceback (most recent call last):
File "threading.py", line 552, in __bootstrap_inner
File "threading.py", line 505, in run
File "isyncd/linux/headless/account_mover.py", line 87, in do_move
AttributeError: 'unicode' object has no attribute 'next'
----------------------------------------
Exception happened during processing of request from
Traceback (most recent call last):
File "SocketServer.py", line 593, in process_request_thread
File "SocketServer.py", line 334, in finish_request
File "isyncd/linux/portable/unix_socket_server_portable.py", line 109, in __handler
File "isyncd/linux/portable/unix_socket_server_portable.py", line 126, in _handle_linux_simple_api
File "isyncd/linux/portable/unix_socket_server_portable.py", line 460, in move_folder
File "isyncd/linux/headless/account_mover.py", line 67, in move_path
File "Queue.py", line 190, in get_nowait
File "Queue.py", line 165, in get
Empty
----------------------------------------
Unfortunately, it produce an output error (global name ‘os’ is not defined) and it doesn’t move the folder:
# insync-headless move_folder /root/xxx\@gmail.com/ /var/www/yyyyy.mg/private/xxx\@gmail.com/
Moving... /root/xxx@gmail.comglobal name 'os' is not defined /root/xxx@gmail.com
On the other side there is no more errors nor messages… in logs (file out.txt).
I think I may have a similiar problem - but as I am new to both Linux (Ubuntu) and Insync I ham having trouble understanding the fix. Basically I was trying to move my synch folder to an external drive and when I try to apply the change (using the Insync manage Account tool) The error “global name ‘os’ is not defined” flashes up. Here is my orignal question. Any help would be great.