https://bugs.documentfoundation.org/show_bug.cgi?id=172972
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I gave it a try and retrieved this bt from the error: #0 http_dav_ucp::Content::MapDAVException (this=0x559194cf9760, e=..., bWrite=false) at /home/julien/lo/libreoffice/ucb/source/ucp/webdav-curl/webdavcontent.cxx:3701 #1 0x00007f1f12392d14 in http_dav_ucp::Content::cancelCommandExecution (this=0x559194cf9760, e=..., xEnv=empty uno::Reference, bWrite=false) at /home/julien/lo/libreoffice/ucb/source/ucp/webdav-curl/webdavcontent.cxx:3735 #2 0x00007f1f1238be1f in http_dav_ucp::Content::getPropertyValues (this=0x559194cf9760, rProperties=uno::Sequence of length 1 = {...}, xEnv=empty uno::Reference) at /home/julien/lo/libreoffice/ucb/source/ucp/webdav-curl/webdavcontent.cxx:1560 #3 0x00007f1f123881ac in http_dav_ucp::Content::execute (this=0x559194cf9760, aCommand=..., Environment=empty uno::Reference) at /home/julien/lo/libreoffice/ucb/source/ucp/webdav-curl/webdavcontent.cxx:458 #4 0x00007f1f1239960a in non-virtual thunk to http_dav_ucp::Content::execute(com::sun::star::ucb::Command const&, int, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&) () at /home/julien/lo/libreoffice/instdir/program/../program/libucpdav1.so #5 0x00007f1f47b60571 in ucbhelper::Content_Impl::executeCommand (this=0x559194cf9bf0, rCommand=...) at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:1260 #6 0x00007f1f47b6144c in ucbhelper::Content::getPropertyValuesInterface (this=0x7ffff84a2218, rPropertyNames=uno::Sequence of length 1 = {...}) at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:500 #7 0x00007f1f47b609e0 in ucbhelper::Content::getPropertyValues (this=0x7ffff84a2218, rPropertyNames=uno::Sequence of length 1 = {...}) at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:458 #8 0x00007f1f47b6083c in ucbhelper::Content::getPropertyValue (this=0x7ffff84a2218, rPropertyName="IsDocument") at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:437 #9 0x00007f1f47b62422 in ucbhelper::Content::isDocument (this=0x7ffff84a2218) at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:1027 #10 0x00007f1f47b62e73 in ucbhelper::Content::openStream (this=0x7ffff84a2218, rSink=uno::Reference to ((anonymous namespace)::OActiveDataSink *) 0x559194d34e38) at /home/julien/lo/libreoffice/ucbhelper/source/client/content.cxx:789 #11 0x00007f1f2cbe5010 in (anonymous namespace)::OFileAccess::openFileRead (this=0x559194d0b220, FileURL="https://www.marketwatch.com/investing/stock/cvx?mod=search_symbol") at /home/julien/lo/libreoffice/ucb/source/core/FileAccess.cxx:480 Then some gdb traces gave: (gdb) frame 2 #2 0x00007f1f1238be1f in http_dav_ucp::Content::getPropertyValues (this=0x559194cf9760, rProperties=uno::Sequence of length 1 = {...}, xEnv=empty uno::Reference) at /home/julien/lo/libreoffice/ucb/source/ucp/webdav-curl/webdavcontent.cxx:1560 1560 cancelCommandExecution( aLastException, xEnv ); (gdb) p rProperties $1 = uno::Sequence of length 1 = {{Name = "IsDocument", Handle = -1, Type = uno::Type void, Attributes = 0}} (gdb) frame 2 #2 0x00007f1f1238be1f in http_dav_ucp::Content::getPropertyValues (this=0x559194cf9760, rProperties=uno::Sequence of length 1 = {...}, xEnv=empty uno::Reference) at /home/julien/lo/libreoffice/ucb/source/ucp/webdav-curl/webdavcontent.cxx:1560 1560 cancelCommandExecution( aLastException, xEnv ); (gdb) p e $2 = (const http_dav_ucp::DAVException &) @0x559194de0ad0: {<std::exception> = {<No data fields>}, mExceptionCode = http_dav_ucp::DAVException::DAV_HTTP_NOAUTH, mData = "www.marketwatch.com", mMessage = "", mStatusCode = 0, static _vtable$ = <optimized out>} Does this website need some auth to retrieve data? -- You are receiving this mail because: You are the assignee for the bug.
