-
Notifications
You must be signed in to change notification settings - Fork 199
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
Federated Shares can't accepted if music app is enabled #778
Comments
Thanks for the report, I was able to reproduce the issue. However, I still don't quite understand, what is going on here. What seems to happen, is that the file system access of the
In the Music app initialization, the significant line of code is this: Line 476 in 24acbe8
There, we obtain the RootFolder instance, which is subsequently used to register the file system hooks. But registering the hooks is not important for this bug. To make the problem surface, it is enough to have that one call |
hi @T0mWz and @paulijar I notice the problem when I updated the music app, I used the previous version with 10.4.1 and I didn't see the problem. When I upgraded the server to 10.5 and the new music app I thought the problem was from the server. Probably @karakayasemi could help us to find out where is the problem. I have and issue in ownCloud already (https://github.com/owncloud/enterprise/issues/4136) So far the workaround is to disable the music app, and it works the federated shares again. but I hope we can find a solution faster so we can use both apps. |
@cdamken Quite odd if you only see the problem in 10.5 because for me, the problem definitely is present on ownCloud 10.4.1 but not on 10.2. As I see this, the problem has to be in the core or the sharing app. To make the problem surface, it is enough to have the call
in the bootsrapping code of any application. As this is the documented way to register filesystem hooks, it really shouldn't cause any issues. I reported this issue for the core in owncloud/core#37719 but unfortunately no-one has reacted to the report in any way. |
@paulijar Sorry for the late reply. Actually, I saw your core issue earlier and started to debug to detect the cause. Probably, the problem started to occur with this pr which is released with server v10.3: owncloud/core#35396 Since the bootsrapping/wiring process can affect whole application, I am trying to solve the issue with minimal complication risk. I will open a fix pr soon and I have some solution alternatives so far but need to investigate more to ensure from solution. Thank you for reporting and feedbacks. |
Since ownCloud 10.4.1 we run into a bug that federated shares cannot be accepted, when the Music player is enabled.
It seems that the user session is broken, so that the user session element is no longer correctly passed.
How to reproduce
The text was updated successfully, but these errors were encountered: