Oh, interesting. I'm surprised that's not included in our images. We'll address that for the 4.0.5 release (overdue, but it's a big release that we're hoping to get out soon).
Christian On Wed, Nov 17, 2021 at 1:23 PM Mateusz Teodorowicz < [email protected]> wrote: > Hi Christian, > > Thank you very much for quick response. You were right, `file` is not > available on the server. To run server I used docker-compose from > https://github.com/reviewboard/reviewboard/tree/master/contrib/docker/examples/ > and I tought every needed packages are installed. > > Br, > Mateusz > > środa, 17 listopada 2021 o 00:35:12 UTC+1 Christian Hammond napisał(a): > >> Hi Mateusz, >> >> It looks like the file is not being identified properly as a text file. >> We run `file --mime-type -b <filename>` on the server to try to determine a >> suitable file type, so it could be that: >> >> 1) `file` is not available on the server >> 2) The mimetype is not coming back as text/* (such as text/plain, >> text/x-robot, etc.). >> >> What OS is Review Board installed on? Can you see if `file` can be run, >> and if so, can you try uploading the file to the server and running the >> above command on it and show me what it says? >> >> Christian >> >> On Tue, Nov 16, 2021 at 10:15 AM Mateusz Teodorowicz < >> [email protected]> wrote: >> >>> Hello, >>> >>> I would like to review Robot Framework files using Review Board. Using >>> demo version (demo.reviewboard.org) I uploaded .robot file and preview >>> of file is visible, I can open it, make comments etc.: >>> [image: demo.JPG] >>> >>> So I decided to install RB on my own server. Unfortunatelly on my >>> version I can't open .robot files, I can only download it, also preview is >>> empty: >>> [image: my_server.JPG] >>> >>> Anyone know how to fix it? Thanks in advance >>> >>> >>> -- >>> Supercharge your Review Board with Power Pack: >>> https://www.reviewboard.org/powerpack/ >>> Want us to host Review Board for you? Check out RBCommons: >>> https://rbcommons.com/ >>> Happy user? Let us know! https://www.reviewboard.org/users/ >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Review Board Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/reviewboard/e63d4639-0f35-478c-861c-27eb3eb42221n%40googlegroups.com >>> <https://groups.google.com/d/msgid/reviewboard/e63d4639-0f35-478c-861c-27eb3eb42221n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> >> >> -- >> Christian Hammond >> President/CEO of Beanbag <https://www.beanbaginc.com/> >> Makers of Review Board <https://www.reviewboard.org/> >> > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/7f687ad3-7840-4e7b-a740-8442beb7d508n%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/7f687ad3-7840-4e7b-a740-8442beb7d508n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7Vndm_OkOLRDSzTrzVxey5i08c4gbiOj-Ep8dT_oVz5_baFw%40mail.gmail.com.
