EyeFiServer
EyeFiServer copied to clipboard
Photos not uploading
Sorry to bother you if you're no longer active on this project, but I'm having trouble getting photos to actually upload from the card. It connects and seems to begin a session with the server, but no files are transferred. I turned off photo relay as mentioned on your blog. My log output is below. I can't figure out where the last line is coming from.
Looking forward to getting a working version running so I can start my own hacking :)
Specs: Ubuntu w/ python 2.6.4 EyeFi "share video" 4gb. Not sure of firmware. Pulled uploadkey from my Windows7 dual boot
the location of my settings file in windows7 is: C:\Users\USERNAME\AppData\Roaming\Eye-Fi\Settings.xml
[12/17/09 09:09PM][get_request] - Incoming connection from client 192.168.1.105
[12/17/09 09:09PM][finish_request] - Creating instance of main.EyeFiRequestHandler to service request from ('192.168.1.105', 38079)
[12/17/09 09:09PM][do_POST] - POST /api/soap/eyefilm/v1 HTTP/1.1
[12/17/09 09:09PM][do_POST] - Headers received in POST request:
[12/17/09 09:09PM][do_POST] - content-length: 409
[12/17/09 09:09PM][do_POST] - soapaction: "urn:StartSession"
[12/17/09 09:09PM][do_POST] - connection: Keep-Alive
[12/17/09 09:09PM][do_POST] - accept: text/xml, application/soap
[12/17/09 09:09PM][do_POST] - user-agent: Eye-Fi Card/3.0144
[12/17/09 09:09PM][do_POST] - host: api.eye.fi
[12/17/09 09:09PM][do_POST] - Attempting to read 409 bytes of data
[12/17/09 09:09PM][do_POST] - Finished reading 409 bytes of data
[12/17/09 09:09PM][do_POST] - postData: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="EyeFi/SOAP/EyeFilm">SOAP-ENV:Bodyns1:StartSession
I've had exactly the same issue with the 4GB card. It's like the response was never sent. I might do a test around the logic for the credential string. Everything else looks OK.
Just checked, the credential value in the response from the eyefihelper and the response from the python are identical when given the same inputs.