Cyrille Bollu
Cyrille Bollu
rather, the absence of a flag :-) "profile 100" is related to h264 profiles. Try adding "-profile baseline -level 3.0" to your ffmpeg command that may help (this should also...
No, it's a general issue in the code. However, I don't think it creates any functional issue
@zak39 I've created an issue for that. I don't think it's a very urgent issue as this error shouldn't happen: the frontent should not ask the backend to perform operations...
>We must find a solution to hide the workspace button in the header and show authorized users only. We can use the 'limit to groups" app functionnality: 
Ok, I've disabled the HTTP frontend again and here's what I've in the container: ``` 2ad9b828-ebusd:/# netstat -anp | grep 888 tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN 281/ebusd 2ad9b828-ebusd:/# echo...
Hahaha, DNS resolution doesn't work in the container: ``` 2ad9b828-ebusd:/# echo "INFO" | nc 127.0.0.1 8888 version: ebusd 23.2.p20230716 update check: version 23.3 available, device firmware 1[451a] available device: 192.168.0.21:9999,...
> > > > what's the header info on those mime parts? > > Here's gmail's raw email in nextcloud client: > > https://pastebin.com/CVA5hFtz > > I'm not advanced with...
The problem is that the message has no body. Or at least, Horde doesn't find one. The issue occurs here: https://github.com/nextcloud/mail/blob/585d7c47309f180f5a79dcbf7735b96196ee210a/lib/Model/IMAPMessage.php#L379 Where the returned value from the `findBody` function is...
As far as I understand, this has nothing to do with https://github.com/nextcloud-libraries/nextcloud-files/issues/964 (code at https://github.com/ayselafsar/dicomviewer/blob/master/src/public.js doesn't use fileActions at all) Do you have any error in your console when opening...
@ayselafsar from what I can see here, the problem is likely to be caused by https://github.com/ayselafsar/dicomviewer/blob/master/src/utils/isDicom.js