You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ubuntu 16.04 to run iosTransferGUI. All dependencies were met and I built my own version from github.
iosTransferGUI gives this info about my device:
As you can see, OS version is 9.3.2.
However, when I try to copy a PDF to the Ipad, I get:
Transfer to: /run/user/1000/gvfs/afc:host=c0a7a8664ec1d489047996ac10549d71b1ebfc27,port=3
Traceback (most recent call last):
File "./TransferGUI.py", line 175, in on_drag_data_received
book2pad.addbooks( iPadDir, url_splitted )
File "/home/manuel/src/iosTransferGUI/book2pad.py", line 96, in addbooks
tree, array = parse_plist(plist)
File "/home/manuel/src/iosTransferGUI/book2pad.py", line 48, in parse_plist
os.makedirs(os.path.dirname(plist))
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 2] No such file or directory: '/run/user/1000/gvfs/afc:host=c0a7a8664ec1d489047996ac10549d71b1ebfc27,port=3/Books'
Any ideas on what the problem could be here?
The text was updated successfully, but these errors were encountered:
Hi there,
I'm using Ubuntu 16.04 to run iosTransferGUI. All dependencies were met and I built my own version from github.
iosTransferGUI gives this info about my device:
As you can see, OS version is 9.3.2.
However, when I try to copy a PDF to the Ipad, I get:
Any ideas on what the problem could be here?
The text was updated successfully, but these errors were encountered: