geekmaster / eyefiserver2

Automatically exported from code.google.com/p/eyefiserver2
0 stars 0 forks source link

Cannot upload to iPhoto Library directry #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to upload to "Auto Import" folder below iPhoto Library on the 
NAS(Qnap TS459).
Looking to log, looks fine, but any files are uploaded to configured folder.

Can you help me?

My upload directory path is:
/share/MD0_DATA/Picture/iPhoto Library/Auto Import/

The log are:
[01/04/13 01:52AM][get_request] - Incoming connection from client 192.168.131.20
[01/04/13 01:52AM][do_POST] - POST /api/soap/eyefilm/v1 HTTP/1.1
[01/04/13 01:52AM][do_POST] - Headers received in POST request:
[01/04/13 01:52AM][do_POST] - content-length: 412
[01/04/13 01:52AM][do_POST] - soapaction: "urn:StartSession"
[01/04/13 01:52AM][do_POST] - connection: Close
[01/04/13 01:52AM][do_POST] - accept: text/xml, application/soap
[01/04/13 01:52AM][do_POST] - user-agent: Eye-Fi Card/5.0018
[01/04/13 01:52AM][do_POST] - host: api.eye.fi
[01/04/13 01:52AM][do_POST] - Attempting to read 412 bytes of data
[01/04/13 01:52AM][do_POST] - Finished reading 412 bytes of data
[01/04/13 01:52AM][do_POST] - Got StartSession request
[01/04/13 01:52AM][startSession] - Delegating the XML parsing of startSession 
postData to EyeFiContentHandler()
[01/04/13 01:52AM][startSession] - Extracted elements: {'transfermode': 
u'32802', 'macaddress': u'xxxxxxxxxxxxx', 'cnonce': 
u'aede6c6f9edba436e1278c0e6e50a24d', 'transfermodetimestamp': u'1355056784'}
[01/04/13 01:52AM][startSession] - Got MAC address of xxxxxxxxxxxxxxxx
[01/04/13 01:52AM][startSession] - Setting Eye-Fi upload key to 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[01/04/13 01:52AM][startSession] - Concatenated credential string (pre MD5): 
001856227b84aede6c6f9edba436e1278c0e6e50a24d5f7b5eab8297809a1a65da21c8d34da3
[01/04/13 01:52AM][do_POST] - StartSession response: <?xml version="1.0" 
encoding="UTF-8"?><SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><Start
SessionResponse 
xmlns="http://localhost/api/soap/eyefilm"><credential>xxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxx</credential><snonce>99208c155fc1883579cf0812ec0fe6d2</snonce><transfe
rmode>2</transfermode><transfermodetimestamp>1230268824</transfermodetimestamp><
upsyncallowed>false</upsyncallowed></StartSessionResponse></SOAP-ENV:Body></SOAP
-ENV:Envelope>
[01/04/13 01:52AM][get_request] - Incoming connection from client 192.168.131.20

Original issue reported on code.google.com by eduk...@gmail.com on 3 Jan 2013 at 4:58