-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
espixelstick stops functioning after about 5min #657
Comments
In order to try and reproduce the issue What version of xlights are you using? What version of xlights are you using? |
@patdelaney
all dropping all of the communication within less than 5min. |
I believe I am having a similar issue that may be the same thing. I added comments as a discussion before seeing this. It will stay connected until you open Tools | Test in xLights and start to send it data. Then it goes offline and doesn't reconnect until power cycled. Edit to add versions: |
Adding an update. If I add a fseq to the sd card and play it from the firmware, it will continue playing and looping after the network connection drops. I am available to troubleshoot, I just don't know how to get any useful information since it a wifi device, and no logging, or maybe I am missing it. |
Turned off DDP and did not solve the issue on all 3 controllers so DDP is not the source of the issue here. |
@patdelaney are you able to reproduce the issue? |
found version 4.0-ci3677767017 on an older system and this one seems to work normal... but that's one of 12 dec 2022. |
Please try this version: https://github.com/MartinMueller2003/ESPixelStick/blob/main/dist.zip Please leave the ESP connected to the flashtool. Do whatever it is you normally do to cause it to disconnect. Save the logs and attach them to this issue. |
@MartinMueller2003, Logs attached... I started the esp arround 18:56:30 and it went offline from wifi today at 19:03:50 but no logs entries appeared at that time... |
Interesting that the wired interface came up but never got an IP address. That may be causing an internal routing conflict. Can you post your network config screen? |
This is the last config i tested, before i had DHCP turned on with the same issue, and i also tested with the same ip on the ethernet interface which should be an issue anyway but in all 3 cases there was nothing connected to the ethernet interface... |
I never tested With nothing plugged into the Ethernet port and the IP set to static. |
I will add mine as well.... This was after a fresh flash using the above zip. |
@MartinMueller2003 just had 1 time the exact same issue in the logging as @rledonne! other times the console just stays silent... |
This one was flashed and nothing was done after it was flashed yesterday afternoon. It just sat connected to the computer. It looks like it dropped overnight and never tried to reconnect. |
Now that is MUCH more interesting. These three lines are odd: This line indicates there was a problem working with the AP. This one is VERY odd because the ESP should have stopped transferring data right away. And this is when the ESP finally gave up interacting with the AP. Now to try and replicate what is going on. FYI: I ran mine overnight last night with no issues. |
Sorry, I just remembered this. It did sit with "16:19:50: " in the serial output while waiting. My guess is when it dropped around 3am, it finished that line with [WiFiDrv] WiFi Lost the connection to the AP |
The open error is actually ok. The Web browser asks for the css file and then asks for the compressed version. We only have the compressed verion so the first call fails. |
Please let me know if there is any other way that I can help. |
This is just very odd. I just did a 24 hour run with no issues. |
just a quick update! Will downgrade FPP to a stable version later today. @rledonne which fpp version are you running? |
Excellent. That is something I can work with. |
@MartinMueller2003 6.3.2 seems to be stable except for when the controllers are connected trough ethernet they show up in FPP with ip 0.0.0.0 |
Added FPP 7.1 to my network (I stopped at 5.3 because I don't agree with the new hat license) and I see the heap dropping regularly. After about 5 minutes the heap drops to a level where no network traffic gets through the system. Only happens when FPP 7 is sending updates. Time to start debugging :) |
Please try the dist.zip found here: https://drive.google.com/drive/folders/1bGrkXSMoGjWtX5iWspPFRogM2G6c1VXu?usp=sharing |
That would be good but the code is common so if it works on one it should work on the others.
Martin
On Tuesday, September 26, 2023 at 03:00:12 AM EDT, stijn-dhondt ***@***.***> wrote:
@MartinMueller2003 just tested a dig quad trough wifi and ethernet and working fine now!
Do you want me to test a dig uno and Octa also?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I tried the new zip from yesterday, and it looks much improved. I don't know what was changed, but it seems to be solid now (at least for today). |
I fixed a memory leak in the file close process. It was possible to miss closing a file. |
Still have some strange issues but give me some time to come back trying to pinpoint it first... |
@MartinMueller2003 Looking good for now! Controller has been online the whole night. Can you let us know when the update will be available in CI build? |
Fixed in: Fixed memory leak |
--------- Instructions --------
Please provide answers directly below each section.
--------- Instructions ---------
ESPixelStick Firmware Version
4.0-ci5943922254
Hardware Version
quinled quad ETH
but have same issues with Uno and Octa
Binary release or compiled yourself?
release
Operating System (and version)
Windows
Web Browser (and version)
Version 114.0.5735.199 (Official build) (64-bits)
Access Point
Ubiquity unifi UAP-AC-Pro
Describe the bug
ESP 32 boots comes as available controller in FPP player but after about 5min controller goes offline and does not respond to anything anymore. Until i power cycly the device it stay's offline.
As from that point the same issue just repaets.
even if i send ping to the device so it stays awake it just stops functioning.
Also no response on the console just no more comms..
The text was updated successfully, but these errors were encountered: