Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [4.1-Unstable] Bug reports

    Recalbox General
    4.1 bugs
    46
    349
    294409
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • starmagoo
      starmagoo last edited by

      I have discovered a new problem, I can't change Webinterface language. It is only in French.

      peterpan123123 1 Reply Last reply Reply Quote 0
      • peterpan123123
        peterpan123123 @starmagoo last edited by

        @starmagoo https://forum.recalbox.com/topic/6453/4-1-unstable-bug-reports/129#
        Known bug for the manager to not translate anymore, @DjLeChuck should solve that sooner or later

        starmagoo 1 Reply Last reply Reply Quote 1
        • starmagoo
          starmagoo @peterpan123123 last edited by

          @peterpan123123 ok perfect!

          1 Reply Last reply Reply Quote 0
          • DjLeChuck
            DjLeChuck @Raphael Bueno Hatencia last edited by

            @Raphael-Bueno-Hatencia @starmagoo The i18n component use your browser local storage or cookies to save the selected language between sessions.
            Could you see if one of these are used?

            Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
            • Raphael Bueno Hatencia
              Raphael Bueno Hatencia @DjLeChuck last edited by

              @DjLeChuck How can i get this info?

              DjLeChuck 1 Reply Last reply Reply Quote 0
              • DjLeChuck
                DjLeChuck @Raphael Bueno Hatencia last edited by

                @Raphael-Bueno-Hatencia It depends of your browser. You use Chrome, Firefox, other?

                Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                • Raphael Bueno Hatencia
                  Raphael Bueno Hatencia @DjLeChuck last edited by

                  @DjLeChuck chrome

                  DjLeChuck 1 Reply Last reply Reply Quote 0
                  • DjLeChuck
                    DjLeChuck @Raphael Bueno Hatencia last edited by

                    @Raphael-Bueno-Hatencia Press F12 then a new panel should appear.

                    Go to Application tab then you can see Local Storage, Session Storage and Cookies.

                    You must be on the manager to see the manager local storage / cookies

                    0_1488891135999_Screenshot_20170307_135151.png

                    Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                    • Raphael Bueno Hatencia
                      Raphael Bueno Hatencia @DjLeChuck last edited by

                      @DjLeChuck Thanks! Got it.
                      Local Storage: i18nextLng > pt-BR
                      Session: nothing
                      Cookies: nothing

                      DjLeChuck 1 Reply Last reply Reply Quote 0
                      • DjLeChuck
                        DjLeChuck @Raphael Bueno Hatencia last edited by

                        @Raphael-Bueno-Hatencia Strange, pt-BR is here... So the interface is in french but you see pt-BR in local storage?

                        Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                        • Raphael Bueno Hatencia
                          Raphael Bueno Hatencia @DjLeChuck last edited by

                          @DjLeChuck Yes, I click on the flag, choose Brasil, EUA....no matter what language the mannager stays French.

                          DjLeChuck 1 Reply Last reply Reply Quote 0
                          • DjLeChuck
                            DjLeChuck @Raphael Bueno Hatencia last edited by

                            @Raphael-Bueno-Hatencia Can you let the panel open but go in Network tab and see if there is any errors? Same with Console tab.

                            Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                            • badges3000
                              badges3000 last edited by

                              Have the same problem, Local Storage: i18nextLng - de, nothing in Session and Cookies. Cleaned the Storage, nothing happens. In Console I have the following errors:

                              DevTools failed to pa**e SourceMap: http://192.168.1.99/static/css/main.a049ccfe.css.map
                              DevTools failed to pa**e SourceMap: http://192.168.1.99/static/js/main.666b1be8.js.map

                              DjLeChuck 1 Reply Last reply Reply Quote 0
                              • DjLeChuck
                                DjLeChuck @badges3000 last edited by

                                @badges3000 What's going on with this? 😞 The two errors can be ignored and are not related (I mean, they should not be related...)

                                I will take a look tonight, trying to reproduce it.

                                1 Reply Last reply Reply Quote 0
                                • Raphael Bueno Hatencia
                                  Raphael Bueno Hatencia @DjLeChuck last edited by

                                  @DjLeChuck 0_1488907903338_network.jpg

                                  Here is the screenshot.

                                  I tried again running recalbox-support.sh on chrome from windows, from mac and even on safari and still got no link to send to @Substring. When i hit the button that recalbox-support showed up and got status pending (forever).

                                  1 Reply Last reply Reply Quote 0
                                  • DjLeChuck
                                    DjLeChuck last edited by

                                    OK, I have the same problem with locales and I know what's wrong. I will fix this.

                                    For the support.sh script, @Raphael-Bueno-Hatencia please connect with SSH then:

                                    • Type cd /usr/recalbox-manager2
                                    • Type NODE_ENV=production PORT=3000 node dist/server.js
                                    • Go to http://recalbox:3000/help
                                    • Try to execute the script
                                    • Look at your console if something went wrong
                                    • When all is done, you can CTRL+C to kill the instance
                                    Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                                    • Raphael Bueno Hatencia
                                      Raphael Bueno Hatencia @DjLeChuck last edited by

                                      @DjLeChuck Nice! Im glad to help even a bit =D

                                      I did everything as you said, but when I tryed to go to the link: http://recalbox:3000/help
                                      My page says: This site can’t be reached.

                                      DjLeChuck 1 Reply Last reply Reply Quote 0
                                      • DjLeChuck
                                        DjLeChuck @Raphael Bueno Hatencia last edited by

                                        @Raphael-Bueno-Hatencia You are under Mac or Linux I guess, so it's http://recalbox.local:3000/help
                                        In fact, you must use the same URL as usual except you add :3000 before /help

                                        Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                                        • Raphael Bueno Hatencia
                                          Raphael Bueno Hatencia @DjLeChuck last edited by Raphael Bueno Hatencia

                                          @DjLeChuck Now the link worked!
                                          The script is running now, but nothing showed up in the console.

                                          ok, now i've got many many lines with this:
                                          cp: write error: No Space left on Device

                                          DjLeChuck 1 Reply Last reply Reply Quote 0
                                          • DjLeChuck
                                            DjLeChuck @Raphael Bueno Hatencia last edited by

                                            @Raphael-Bueno-Hatencia So this is the answer, your card is full?

                                            Raphael Bueno Hatencia 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            89
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com