Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External storage SMB/CIFS root directory does not behave as it should #1970

Closed
iG8R opened this issue Nov 1, 2016 · 85 comments
Closed

External storage SMB/CIFS root directory does not behave as it should #1970

iG8R opened this issue Nov 1, 2016 · 85 comments
Assignees
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: external storage needs info

Comments

@iG8R
Copy link

iG8R commented Nov 1, 2016

Steps to reproduce

  1. Configure SMB/CIFS root directory as External storage (e.g. in my case it would be D:\ as DiskD)
  2. Go to "All files", it doesn't appear there, only in "External storage" subfolder.
  3. Go to "All files" -> "External storage" try to open mounted CIFS root directory -> you'll be moved to "All files"

Expected behaviour

Mounted External storage SMB/CIFS expected to appear in the "All files" folder and have to be accessible.

Actual behaviour

Mounted External storage SMB/CIFS appear in "All files"->"External storage" and doesn't accessible - you'll be moved to the root of "All files".
But if I mount any subfolder of this root SMB/CIFS - it will be mounted without any issues. E.g. if I mount D:\_Video\ as DiskD_Video it will appear in "All files" and will be accessible.
Screenshots:
https://snag.gy/Q0zfPj.jpg
https://snag.gy/Y0lMH6.jpg
https://snag.gy/wLG7M3.jpg

Server configuration

Windows 8.1 Pro - Nextcloud VM - Ubuntu Server 16.04.1: Pre-installed Nextcloud (PHP 7) from https://cloud.techandme.se/index.php/s/lTjoMr5smSYHIiM/download?path=%2F&files=Nextcloud_Community_VM_PRODUCTION.rar

Client configuration

Browser: Firefox 47, Chrome 54, IE 11

Operating system: Windows, Android

Logs

Nextcloud log (data/nextcloud.log)

Nextcloud log
{"reqId":"3001zwteH3spgvF3+If9","remoteAddr":"192.168.0.82","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-11-01T16:13:05+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav\/","user":"ncadmin"}
{"reqId":"3001zwteH3spgvF3+If9","remoteAddr":"192.168.0.82","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-11-01T16:13:05+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav\/","user":"ncadmin"}
{"reqId":"61otO5QIJ7DG51MzG2Vw","remoteAddr":"192.168.0.82","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-11-01T16:13:21+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav\/DiskD","user":"ncadmin"}
{"reqId":"61otO5QIJ7DG51MzG2Vw","remoteAddr":"192.168.0.82","app":"webdav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 404 File with name DiskD could not be located\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotFound\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(903): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('DiskD')\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(334): Sabre\\\\DAV\\\\Server->getPropertiesForPath('DiskD', Array, 1)\\n#2 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropFind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#4 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(459): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#6 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(60): Sabre\\\\DAV\\\\Server->exec()\\n#7 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#8 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/ObjectTree.php\",\"Line\":173,\"User\":\"ncadmin\"}","level":0,"time":"2016-11-01T16:13:21+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav\/DiskD","user":"ncadmin"}
{"reqId":"jNotof9STpft6B5nVLmc","remoteAddr":"192.168.0.82","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-11-01T16:13:21+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav\/","user":"ncadmin"}
{"reqId":"jNotof9STpft6B5nVLmc","remoteAddr":"192.168.0.82","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-11-01T16:13:21+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav\/","user":"ncadmin"}
{"reqId":"CParj+JyB9UknEtF3xnD","remoteAddr":"192.168.0.82","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path '' is not accessible or present !!!","level":0,"time":"2016-11-01T16:13:28+00:00","method":"PROPFIND","url":"\/nextcloud\/remote.php\/webdav","user":"ncadmin"}
@nickvergessen
Copy link
Member

@icewind1991 anything wrong with mounting a partition root?

@iG8R
Copy link
Author

iG8R commented Nov 2, 2016

Hi, Joas.
Yes, a partition root is not mounted properly only subfolders. You may see it on the screenshots attached in my first message.
Best regards,
Igor.

@midaw1
Copy link

midaw1 commented Nov 12, 2016

Confirm the problem. It occurs when using shares not on disk C. I think the code is used incorrectly. 'smbclient allinfo "."' in function stat($path) on /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Share.php.
I do not have the knowledge to debug and make a patch...

@iG8R
Copy link
Author

iG8R commented Nov 12, 2016

I confirm - the problem is still exist.
This problem occurs while using any disk also on disk C.

@midaw1
Copy link

midaw1 commented Nov 12, 2016

https://www.evernote.com/shard/s69/sh/ceeed8fa-69d7-4dda-b64e-aa0ca1dd5399/f652c5c234fab70c99bed1e29eddae61
iG8R. Do it as shown on the second line. Will work with the disk C. Then change the link to the disk D and stop working.

@iG8R
Copy link
Author

iG8R commented Nov 12, 2016

@midaw1 Sorry, I don't have Evernote account and I don't want to create an account there, please, upload your screenshot somewhere else, e.g. https://snag.gy/

@midaw1
Copy link

midaw1 commented Nov 13, 2016

I'm sorry, the link was a curve. Try to go for a new one. Placed in the same top.

@midaw1
Copy link

midaw1 commented Nov 14, 2016

I am found problem. smbclient + "allinfo " not work on share from disk D,E,....
Solution to the problem is to use smbclient.so in php.ini.

@ddprince17
Copy link

I confirm the problem is reproducible. When you go in External Storage and click on the share folder, WebDAV returns a 404 not found in the Google Chrome console. As soon as you select a sub folder not in the root directory of an hard drive, the problem doesn't occur.

I would like to mention that smbclient.so is registered in php.ini, so I guess using it doesn't fix the problem. I am using Ubuntu Server 16.04.1 LTS x64. The file server is a Windows Server 2016 Core Datacenter.

@midaw1
Copy link

midaw1 commented Nov 28, 2016

there are several php.ini. moreover desirable to use the fpm. smbclient.so problem takes exactly. check script phpinfo (), that you have loaded smbclient. and not included fpm.

@ddprince17
Copy link

I am not really sure to understand what you mean. The only thing I have done is to enable the module using the command "phpenmod smbclient", then restarting Apache. When I look in /etc/php/7.0/apache2/conf.d/20-smbclient.ini, there is only one line and it's extension=smbclient.so, which is good right?

@midaw1
Copy link

midaw1 commented Nov 28, 2016

one last line in /etc/php/7.0/cli/php.ini or /etc/php/7.0/fpm/php.ini or /etc/php/7.0/apache2/php.ini...
I always put the do not understand the features and it works

@ddprince17
Copy link

None of the three files you've specified contains the line "extension=smbclient.so". Folder fpm doesn't exist for me. "You always put the do not understand[...]" what? I don't understand what you are trying to say. :/

@midaw1
Copy link

midaw1 commented Nov 28, 2016

Add to all these files that line. My English is poor. I sit with a dictionary ... Sorry

@ddprince17
Copy link

So you want me to add the line "extension=smbclient.so" into all php.ini file?

@midaw1
Copy link

midaw1 commented Nov 29, 2016

exactly... and restart server.

@ddprince17
Copy link

Hi,

This is not working and doesn't change anything to the behavior. I still receive a 404 not found from the WebDAV module when tempting to browse the SMB share through the menu "External Storage". This is what makes NextCloud automatically redirect to "All files" as described by @iG8R .

@JerseyJames
Copy link

I too have this issue. Have there been any further advances? I also logged the issue on the OwnCloud forum a while ago but got nowhere.
Kind regards, James

@ddprince17
Copy link

Hi,

Nothing new on my side. I end up creating an additional SMB share for I wanted to do. Seems like NC 11 is out, maybe this corrects the issue?

Dave

@JerseyJames
Copy link

Ah, so you just settled on having to have your share as a subfolder...? I'm running 11 and can confirm the issue is still present. :-(
Kind regards, James

@ddprince17
Copy link

Unfortunately, this is the only workaround at this moment... Until someone wants to take care of the issue.

@JerseyJames
Copy link

Hmmm... a bit of a tricky work-around for me. I wonder if they have a 'snagging list' of such things they're working through (can't think of the proper name for it at the moment).

@ddprince17
Copy link

I don't know how the NC's team handles their priority internally. I guess someone of their team needs to reproduce the problem first. Maybe with the number of issues loggued here, this might take some time?

@JerseyJames
Copy link

I have now had a chance to try midaw1's suggestion of adding the 'extension=smbclient.so' to the two php.ini files available to me (under /cli and /apache2 (I didn't have an fpm directory)) and restarted and it hasn't worked for me.

Do we think iG8R entered all relevant info in his initial logging of this issue on the 1st November? I know the NextCloud team request a lot of information in the logging of issues.

@huguesgr
Copy link

Hi,
Having the same issue.
The following commands:

apt-get install php-smbclient
phpenmod smbclient
systemctl restart apache2

Did not solve anything.

The issue happens for both "local" and "SMB/CIFS" mounts.

@soldier9945
Copy link

I was just trying to upgrade from Owncloud to Nextcloud and experienced the issue described. Note that this works in Owncloud and should work in Nextcloud as described in the Wiki.

I tried adding a / or ./ and other variations into the subfolder parameter but nothing worked so far.

Could someone look at the source of Owncloud and check what was done differently? I'll do it as soon as I have some time in my hands, will report if I find something.

@JerseyJames
Copy link

JerseyJames commented Mar 22, 2017 via email

@BigDogJonx
Copy link

@BigDogJonx @iG8R try to rename the HDD’s name to its letter (instead of the default name “volume”/“storage device” or whatever Windows assigned it). I’ve been told by a friend he is now able to mount root directory, his SMB server is on macOS though. i think it’s worth a try also on windows, I will also test it as soon as possible.

My share is \computername\2TBDrive. Ive added another one in Windows as \computername\H . Still doesnt work as far as sharing that entire drive on Nextcloud. Remote Subfolder field is left blank. If I put a remote subfolder (say I have \computername\2TBDrive\Temp) then it works fine as others have stated. Ive tried the creating a symlink directory (junction in windows) and still doesnt allow the ability to share the entire drive.

@carlox97
Copy link

carlox97 commented Apr 26, 2019

@BigDogJonx @iG8R try to rename the HDD’s name to its letter (instead of the default name “volume”/“storage device” or whatever Windows assigned it). I’ve been told by a friend he is now able to mount root directory, his SMB server is on macOS though. i think it’s worth a try also on windows, I will also test it as soon as possible.

My share is \computername\2TBDrive. Ive added another one in Windows as \computername\H . Still doesnt work as far as sharing that entire drive on Nextcloud. Remote Subfolder field is left blank. If I put a remote subfolder (say I have \computername\2TBDrive\Temp) then it works fine as others have stated. Ive tried the creating a symlink directory (junction in windows) and still doesnt allow the ability to share the entire drive.

I tested it:
it still doesn't work: it's not possible to share 2TBDrive in its root directory, not even if "Local Disk" is renamed to "D"/"E"/"F"/etc.
Weird that it works from macOS (I can share HDD root folder if macOS is the SMB server) but not from Windows.

I'll stay on owncloud for now, where it perfectly works. I'm looking forward to get this fixed and switch to nextcloud. I mean, is it really something that demanding to fix?
Not fixed in 16.0.0
@enoch85 We can hope it'll be fixed one day.

@enoch85
Copy link
Member

enoch85 commented Apr 26, 2019

@enoch85 We can hope it'll be fixed one day.

Sorry, I can't answer that since I'm not a core developer. But it seems unlikely that it won't be fixed, if it turns out to be a bug.

@carlox97
Copy link

carlox97 commented Apr 27, 2019

@enoch85 We can hope it'll be fixed one day.

Sorry, I can't answer that since I'm not a core developer. But it seems unlikely that it won't be fixed, if it turns out to be a bug.

“If”?
This is a bug, and it’s been there for almost 4 years now. LOL.
It works fine on owncloud 10.1.1.
I installed nextcloud (also beta versions) multiple times on different OSs (Ubuntu, debian, raspbian), in all cases it was necessary to share a subfolder, so that they could be mounted as SMB/CIFS shares via external storage app. this happens only with Windows SMB shares, Windows server 2016 included (it’s possible to mount macOS and Ubuntu’s SMB shared drives’ root folder).

Are there debug/log files I can attach from owncloud and nextcloud so that devs can sort this out by checking what fails?
I’m really willing to help as much as I can.

I know there is a workaround, but it’s almost 4 years now, and still not fixed? Damn... I can even put emojis in documents’ filenames now!

@enoch85
Copy link
Member

enoch85 commented Apr 27, 2019

Afaik something changed in 11.0.4 since it was working in 11.0.3 from what I've heard. I'm not using SMB myself so I don't really know for sure.

@icewind1991 is the right person for this issue I'd say.

@enoch85
Copy link
Member

enoch85 commented Apr 27, 2019

Also regarding:

Then use something else except NextCloud as I did. At least it's a workaround.

I'm not saying that it never will be fixed. If the issue is not solved, a workaround can be a good way to use it until the main issue is addressed properly.

Nextcloud can be used in so many other ways than through SMB, but if that's your main concern I understand your point.

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@kesselb
Copy link
Contributor

kesselb commented Jun 23, 2019

@enoch85 I don't know much about smb. Can you explain how to setup a smb share with this issue?

@carlox97
Copy link

carlox97 commented Jun 24, 2019

@enoch85 I don't know much about smb. Can you explain how to setup a smb share with this issue?

@kesselb

https://youtu.be/sTtZO9wuddw

It is required that the windows user has a password.

@kesselb
Copy link
Contributor

kesselb commented Jul 12, 2019

Thank you @carlox97 👍

Array
(
    [0] => altname: \
    [1] => create_time:    Fri Jul 12 08:46:05 PM 2019 UTC
    [2] => access_time:    Fri Jul 12 10:03:15 PM 2019 UTC
    [3] => write_time:     Fri Jul 12 08:46:06 PM 2019 UTC
    [4] => change_time:    Fri Jul 12 08:46:06 PM 2019 UTC
    [5] => attributes: HSD (16)
)
Array
(
    [0] => altname: Test123
    [1] => create_time:    Fri Jul 12 09:18:31 PM 2019 UTC
    [2] => access_time:    Fri Jul 12 10:06:09 PM 2019 UTC
    [3] => write_time:     Fri Jul 12 09:18:31 PM 2019 UTC
    [4] => change_time:    Fri Jul 12 09:18:34 PM 2019 UTC
    [5] => attributes: D (10)
)

The main difference between the root share and the normal share are the attributes:

  • Hidden
  • System
  • Directory

Nextcloud tries to fetch the permissions for the share and the result for HSD is zero (= we cannot read this file / share). #15706 adds a flag to show hidden files. It's possible to enter the share then but not possible to see or upload any files.

@carlox97
Copy link

@kesselb thanks for the explanation. Glad I could help!
Is it likely this problem will be addressed any time soon?

@BigDogJonx
Copy link

This seems fixed in v17 now. Just need to enable the "Show hidden files" checkbox on the External Storage settings for the root directory share. Finally works now! Yes! Good job Nextcloud team.

@kesselb
Copy link
Contributor

kesselb commented Feb 2, 2020

@iG8R @carlox97 does it work for you with Nextcloud 17?

@iG8R
Copy link
Author

iG8R commented Feb 2, 2020

@kesselb sorry, I don't use Nextcloud for the time being, maybe I'll try it somehow later.

@carlox97
Copy link

carlox97 commented Feb 2, 2020

@iG8R @carlox97 does it work for you with Nextcloud 17?

@kesselb yeah, it did work on NC 17 already and it works now on 18.

@kesselb
Copy link
Contributor

kesselb commented Feb 2, 2020

Thanks. Let's close this then.

@kesselb kesselb closed this as completed Feb 2, 2020
@carlox97
Copy link

Thanks. Let's close this then.

@kesselb
I updated to Ubuntu Server 20.04 LTS which uses PHP 7.4 by default. Installed a new instance of nextcloud 18.0.4
The SMB shares that are HDD root directories do show if "show hidden files" is enabled ( #15706 adds a flag to show hidden files) but the problem is now that they are empty. Normal SMB shares (non HDD root directories) are working normally.

Note:
on Ubuntu 20.04 LTS Server is not possible to install the package "php-smbclient", but only "smbclient" is available for install.

@enoch85
Copy link
Member

enoch85 commented Apr 25, 2020

on Ubuntu 20.04 LTS Server is not possible to install the package "php-smbclient", but only "smbclient" is available for install.

https://github.com/nextcloud/vm/blob/master/nextcloud_install_production.sh#L434-L442

@carlox97
Copy link

on Ubuntu 20.04 LTS Server is not possible to install the package "php-smbclient", but only "smbclient" is available for install.

https://github.com/nextcloud/vm/blob/master/nextcloud_install_production.sh#L434-L442

Thanks for pointing this out!
Do you think this problem could be related to the fact php-smbclient is not available yet on 7.4?
On 7.3 everything works perfectly.

@enoch85
Copy link
Member

enoch85 commented Apr 25, 2020

I actually have no idea. But I installed the VM for a client, and everything checked out perfectly - using the latest VM scripts (which is now on Ubuntu 20.04). They have like 20 shares all together.

@carlox97
Copy link

Ok. the shares that are not disks root directories work fine to me as well.

@BigDogJonx
Copy link

BigDogJonx commented Apr 26, 2020

How are you two @carlox97 or @enoch85 even getting the SMB shares to work on 18.0.4? I recently installed a fresh version of it using TechandMe script (on Ubuntu 20.04) (Also tried downloading the prebuilt VMs and still same issue) and SMB shares no longer work at all. Same shares on my Nextcloud 18.0.2 VM works perfectly fine. So lost on how you two are getting it to work. I tried installing smbclient and that didnt help. The share acts like its added when I added on External Storage, but when under files you click on it, you just get an internal server error nextcloud page.

@enoch85
Copy link
Member

enoch85 commented Apr 26, 2020

Seems like a bug in 18.0.4. please confirm: #20622 (comment)

And this: https://help.nextcloud.com/t/unable-to-connect-to-smb-shares-on-18-0-4/79290

@BigDogJonx
Copy link

Thanks, guess its a bug and will have to wait. Yea the second link you posted was me reporting the issue.

@enoch85
Copy link
Member

enoch85 commented Apr 26, 2020

This might be the reason: #20405

@carlox97
Copy link

carlox97 commented Apr 27, 2020

I installed a Nextcloud 18.0.3 instance on 20.04 LTS (PHP 7.4; smbclient instead of php-smbclient, which is not available on 7.4 yet).
Same problem: root HDD directories result empty (mounted via external storage - SMB/CIFS).

Nextcloud log (settings - logging)

log
</details>
`{"reqId":"JdmSvTb41lWINAkcT9HT","level":3,"time":"2020-04-27T11:37:43+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/settings/admin/externalstorages","message":"Trying to access array offset on value of type null at /var/www/nextcloud/3rdparty/leafo/scssphp/src/Compiler.php#5230","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"9ypnDfUDhstTohc2iV8v","level":3,"time":"2020-04-27T11:40:25+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"POST","url":"/index.php/apps/files_external/globalstorages","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"VzFsnYHTeS6zZDBmq7Jp","level":3,"time":"2020-04-27T11:40:26+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"d4CX8ItF5M3WNS1b1SGN","level":3,"time":"2020-04-27T11:40:27+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"OaWat02JJExGo5AjnrrO","level":3,"time":"2020-04-27T11:40:27+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"rHqupFrpF7PYrFKxKMgV","level":3,"time":"2020-04-27T11:40:28+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"ejXwJNxwuozDXU6Wrr5I","level":3,"time":"2020-04-27T11:40:30+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"f21uUncqlw523SPSOD4x","level":3,"time":"2020-04-27T11:40:31+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"avamvWcfeCay6DohK5r7","level":3,"time":"2020-04-27T11:40:31+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"vyA6tcF551TK4vlZrdlM","level":3,"time":"2020-04-27T11:40:32+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"PT3m9V5l4dVZrDqArBFT","level":3,"time":"2020-04-27T11:40:33+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"5yU4oXev2u04Fgka6koz","level":3,"time":"2020-04-27T11:40:34+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"vgXsfwIQaowzQxAWxDiC","level":3,"time":"2020-04-27T11:40:34+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/text/workspace?path=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"APPf1MrtTI6TFLWxet56","level":3,"time":"2020-04-27T11:40:34+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"5ycpDWYf6AjXJ7r8bfbJ","level":3,"time":"2020-04-27T11:40:37+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"MHzzI2Zw9nG4gK4Qctun","level":3,"time":"2020-04-27T11:40:37+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"9edkFbCaJfnNEw4aGa6B","level":3,"time":"2020-04-27T11:40:38+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"E5E6E7jH9UHd2GYKycvr","level":3,"time":"2020-04-27T11:40:38+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"n8pg5jWt2zGH3sqCMX9x","level":3,"time":"2020-04-27T11:40:39+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"svPunLqKBTcoZAPxW7X7","level":3,"time":"2020-04-27T11:40:39+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/text/workspace?path=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"nLoay3QMKf4C6NHqWR3V","level":3,"time":"2020-04-27T11:40:39+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"UrHDOwitqnBTjQySSZtj","level":3,"time":"2020-04-27T11:40:40+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"8vmKcnP1yixOF5pUggE8","level":3,"time":"2020-04-27T11:40:41+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"LlVZnQy28r5duUQ3APjj","level":3,"time":"2020-04-27T11:40:41+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"MrOmmaVrXC86Mpf2iADU","level":3,"time":"2020-04-27T11:40:41+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/text/workspace?path=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"MAlMgcyQUkVNVZUun0ri","level":3,"time":"2020-04-27T11:40:42+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"bnzJfgdi0x0S2PmwtbYW","level":3,"time":"2020-04-27T11:40:43+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"AqW8BguVw1Ptr8ie70pN","level":3,"time":"2020-04-27T11:40:43+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/1?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"f129MEyc38Q7ur8i1LPU","level":3,"time":"2020-04-27T11:40:43+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"i4MWaP2sgyyEnHsuIRRy","level":3,"time":"2020-04-27T11:40:44+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/text/workspace?path=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"bQrwXYQTqJA3ph1C0Apy","level":3,"time":"2020-04-27T11:40:44+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"IO2TZBGVyfVOZKxJsou6","level":3,"time":"2020-04-27T11:46:56+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/globalstorages/1?testOnly=true","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"8RRVTwWXDXI5aCDlGDMN","level":3,"time":"2020-04-27T11:47:00+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PUT","url":"/index.php/apps/files_external/globalstorages/1","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"VQkc3DPg37jhYVtOCmZA","level":3,"time":"2020-04-27T11:48:15+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"POST","url":"/index.php/apps/files_external/globalstorages","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"7pOf5vxuWFdIIs3BA5TV","level":3,"time":"2020-04-27T11:48:18+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"dcylBnEcwe4aXNy8XpwK","level":3,"time":"2020-04-27T11:48:19+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/2?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"rTii9lLq5xjPhmjwq9QR","level":3,"time":"2020-04-27T11:48:20+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"z6EbuLEgFf7Dl6OEAuD6","level":3,"time":"2020-04-27T11:48:21+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"0APMoFCwi3UrOROzteOE","level":3,"time":"2020-04-27T11:48:22+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"VhQgDFMC89Da4xO8jiDN","level":3,"time":"2020-04-27T11:48:23+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"IAmo0vcMxrjiUx20HjNk","level":3,"time":"2020-04-27T11:48:25+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/2?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"ev2Ib0US6sBlLahg5EZq","level":3,"time":"2020-04-27T11:48:26+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"7P2hyJey8nIiTnbWqZk3","level":3,"time":"2020-04-27T11:48:26+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/text/workspace?path=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"ulaKmgiF5Air0OxFSWFP","level":3,"time":"2020-04-27T11:48:26+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"BeQMYk7alZjCRxkE18Dj","level":3,"time":"2020-04-27T11:48:28+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"wVSf036CE1VNvyX01n6m","level":3,"time":"2020-04-27T11:48:28+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"2XwA1eDfrTHmDZKXVTDm","level":3,"time":"2020-04-27T11:48:29+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/2?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"6jqD7cZUWDEcvKhux7d7","level":3,"time":"2020-04-27T11:48:29+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files_external/userglobalstorages/2?testOnly=false","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"whZJ2u5uS6rmjheCUXFc","level":3,"time":"2020-04-27T11:48:30+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/admin/SMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"31wNDWU4orc9gQNypBpP","level":3,"time":"2020-04-27T11:48:30+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/text/workspace?path=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}
{"reqId":"5HCwYcWTNVis3mekgUJx","level":3,"time":"2020-04-27T11:48:31+00:00","remoteAddr":"192.168.1.15","user":"admin","app":"PHP","method":"GET","url":"/index.php/apps/files/ajax/getstoragestats.php?dir=%2FSMB","message":"Invalid characters passed for attempted conversion, these have been ignored at /var/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#149","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36","version":"18.0.3.0"}

@carlox97
Copy link

@enoch85 could you reopen this, please?
The HDD root directories (external storage - SMB; smbclient for SMB/CIFS external storage support) are listed but nextcloud shows them as empty if I open them. It's like this since 18.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: external storage needs info
Projects
None yet
Development

No branches or pull requests