[4.1-Unstable] Bug reports
-
@Substring @Raphael-Bueno-Hatencia I must add a logging system to store all errors on the manager.
Actually it was maybe a temporary downtime with the external service used to upload file. This means you can retry and maybe it will work.
If it doesn't work so there is a problem in the code and I must see the encountered error...
So you must start the manager yourself with SSH and tell me the console output when you launch the script. Can you do that if I tell you the commands?P.S. : @rockaddicted tu n'as pas oublié ma petite demande concernant l'upload des fichiers du script recalbox-support ?
-
@DjLeChuck I'll try again today to see if it works.
Yes I can do that. I only used simple commands until now, but I will give my best =D
-
@rockaddicted Thx, worked!
-
I have discovered a new problem, I can't change Webinterface language. It is only in French.
-
@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 -
@peterpan123123 ok perfect!
-
@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? -
@DjLeChuck How can i get this info?
-
@Raphael-Bueno-Hatencia It depends of your browser. You use Chrome, Firefox, other?
-
@DjLeChuck chrome
-
@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
-
@DjLeChuck Thanks! Got it.
Local Storage: i18nextLng > pt-BR
Session: nothing
Cookies: nothing -
@Raphael-Bueno-Hatencia Strange, pt-BR is here... So the interface is in french but you see pt-BR in local storage?
-
@DjLeChuck Yes, I click on the flag, choose Brasil, EUA....no matter what language the mannager stays French.
-
@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.
-
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 -
@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.
-
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).
-
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
- Type
-
@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.