Webdav not working
#1
XBMC will not connect. Net drive with same ip address, port #, user password mounts the directory as a drive no problem. Here is snip of relevant log when trying to connect to dav.

22:07:02 T:9248 DEBUG: CApplication::OnKey: two (0xf032) pressed, trying keyboard action f132
22:07:02 T:9248 DEBUG: ------ Window Init (Pointer.xml) ------
22:07:03 T:9248 DEBUG: CApplication:TonguerocessMouse: trying mouse action leftclick
22:07:03 T:9248 DEBUG: ------ Window Deinit (DialogNetworkSetup.xml) ------
22:07:03 T:9248 DEBUG: CurlFile::Open(015C8E88) http://ipaddress/movies
22:07:03 T:9248 INFO: XCURL:Big GrinllLibCurlGlobal::easy_aquire - Created session to http://ipaddress
22:07:03 T:9248 ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
22:07:03 T:9248 NOTICE: CCurlFile::FillBuffer - Reconnect, (re)try 1
22:07:03 T:9248 ERROR: CCurlFile::FillBuffer - Failed: HTTP response code said error(22)
22:07:03 T:9248 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
22:07:03 T:9248 ERROR: XFILE::CDAVDirectory::GetDirectory - Unable to get dav directory (dav://user:password@ip:NOT 80 but port #/movies)
22:07:03 T:9248 ERROR: XFILE::CDirectory::GetDirectory - Error getting dav:///user:password@ip:NOT 80 but port #/movies
22:07:03 T:9248 DEBUG: ------ Window Init (DialogYesNo.xml) ------
22:07:03 T:9248 INFO: Loading skin file: DialogYesNo.xml, load type: KEEP_IN_MEMORY
22:07:05 T:9248 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
22:07:05 T:9248 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
22:07:05 T:9248 DEBUG: ------ Window Deinit (Pointer.xml) ------
22:07:05 T:9248 DEBUG: CWinEventsWin32::WndProcWindow is inactive
22:07:08 T:9248 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
22:07:08 T:9248 INFO: XCURL:Big GrinllLibCurlGlobal::CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0967FA00, multi=019E81C0)
22:07:08 T:4588 DEBUG: Thread JobWorker 4588 terminating (autodelete)
22:07:08 T:9084 DEBUG: Thread JobWorker 9084 terminating (autodelete)
22:07:08 T:1624 DEBUG: Thread JobWorker 1624 terminating (autodelete)
22:07:08 T:7268 DEBUG: Thread JobWorker 7268 terminating (autodelete)
22:07:09 T:9692 DEBUG: CAESinkDirectSound:Big Grineinitialize: Cleaning up
22:07:09 T:9692 DEBUG: Suspended the Sink
22:07:31 T:9248 DEBUG: CJoystick::Initialize : No Joystick found
22:07:31 T:9248 DEBUG: CWinEventsWin32::WndProcWindow is inactive
22:07:31 T:9248 DEBUG: CWinEventsWin32::WndProc: window move event
22:07:31 T:9248 DEBUG: CWinEventsWin32::WndProc: window resize event
22:07:31 T:9248 DEBUG: CJoystick::Initialize : No Joystick found
22:07:31 T:9248 DEBUG: CWinEventsWin32::WndProcWindow is active
22:07:31 T:9248 DEBUG: ------ Window Init (Pointer.xml) ------
22:07:33 T:9248 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
22:07:33 T:9248 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
22:07:33 T:9248 DEBUG: ------ Window Deinit (Pointer.xml) ------
22:07:33 T:9248 DEBUG: CWinEventsWin32::WndProcWindow is inactive
22:07:33 T:9248 INFO: XCURL:Big GrinllLibCurlGlobal::CheckIdle - Closing session to http://ipaddress (easy=09723DB8, multi=019E8600)
Reply
#2
Figured out my problem. XBMC requires basic auth instead of digest auth. Switching seems to have fixed my issue.
Reply

Logout Mark Read Team Forum Stats Members Help
Webdav not working0