BlueAndi / Pixelix

Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
MIT License
300 stars 59 forks source link

No Slots in Display #79

Closed wendtc closed 2 years ago

wendtc commented 2 years ago

Hi there , What can you do with the Display menu in the web interface? I don't see any slots. How can I install plugins in the web interface? Christian

2022-02-27 11_37_59-PIXELIX

BlueAndi commented 2 years ago

It seems your browser blocks the websocket communication. What browser do you use?

wendtc commented 2 years ago

Firefox and Safari from handy

image

BlueAndi commented 2 years ago

Can you press F12 in the Firefox and have a look at the console which kind of errors there are? Which version of Pixelix do you use?

wendtc commented 2 years ago

Version 5.0.1 I have tested other Version its the same. image

image

BlueAndi commented 2 years ago

Can you show the "Konsole" tab? I tested it with Edge, Chrome, Safari (IPhone) and Samsung Browser without any issue. Hmm... Did you erase the whole flash before programming filesystem and firmware?

wendtc commented 2 years ago

I have testet with 3 new Chips - the same. I don't know if that's a problem - the versioning doesn't work. 2022-02-27 16_12_29-PIXELIX where is the command to read sent?

This is the console image

BlueAndi commented 2 years ago

~SW_VERSION~ is replaced by the firmware with the correct version. Can you show me the log from the esp32 board? How did you flash everything?

wendtc commented 2 years ago

Visual Studio Code Download the source via zip. Pixelixcompile.txt

Ich denke aber das hat nix miteinander zu tun.

BlueAndi commented 2 years ago

The log shows that the <ESP Async WebServer> 1.2.3 is used, but that is invalid. This lead to the problem that all keywords surrounded with the tilde are not replaced and your browser throws the exception.

Did you change something in the platformio.ini?

I expected <ESP Async WebServer> 1.2.3+sha.a4e4822

BlueAndi commented 2 years ago

image

BlueAndi commented 2 years ago

Can you please upgrade your platformio? Because I see in your log other warning messages, which should not be there. image

wendtc commented 2 years ago

Ich hab in der platform ini zeile 67 +68 auskommentiert und die 2 libs in das lib verzeichnis kopiert wegen der meldungen unten .

Ich habe jetzt noch mal eine blanke installation genommen. Git hab ich auch noch mal installiert.

Pixelix2.txt

image

BlueAndi commented 2 years ago

Das Problem scheint platformio zu sein. Probiere folgendes:

  1. Schliesse VSCode.
  2. Lösche .platformio Verzeichnis in c:/Users/Christian bitte vollständig.
  3. Öffne das Projekt in VSCode
  4. Nun läuft die autom. Neuinstallation, bitte so lange warten, bis in der Konsole um einen Neustart von VSCode gebeten wird.
  5. VSCode schliessen und nochmal Projekt öffnen.
  6. Nun nochmal bauen und es sollte gehen.
wendtc commented 2 years ago

Ich teste und melde mich

wendtc commented 2 years ago

Super hat geklappt Danke für die super Hilfe. Daran hab ich gar nicht gedacht...... Christian

BlueAndi commented 2 years ago

Alles klar, gerne.