HiranChaudhuri

Results 65 comments of HiranChaudhuri

My test is not exactly the same. Actually I am trying to create an issue. As a response. I get this (stacktrace omitted): org.kohsuke.github.GHFileNotFoundException: https://api.github.com/repos/paulwedeck/settlers-remake/issues {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/issues#create-an-issue"} Caused by: java.io.FileNotFoundException:...

Ok, I just learned that on GHFileNotFoundException I can use getResponseHeaderFields() to figure out the HTTP status. In my case it is a 404. Now unfortunately neither the API's error...

I tried to extend from GHObject so I could have some of my own objects feed into a homoenous list of GHObjects. I failed miserably and believe the root cause...

So you may want to disable OTA and remove E1.31 (DMX). Also check both MQTT and AMQTT (you need either-or, but they may behave differently)

> What value did you set for the number of LEDs? What is returned when you call http://mc_lighting_ip/esp_status Just a comment here: I noticed that this query returns the compiled...

I also perceive McLighting reboots (and non-reachability from the rest of the network). This started after one week that the strip was installed. Right now I suspect two items that...

I just cloned https://github.com/FabLab-Luenen/GY33_MCU.git to give it a try. After all that is the version the pull request for RGBW is pending from, right? I got caught in surprise as...

Thank you for the hint, @debsahu. I also commented out the remote control and added the libraries FastLED and NeoPixelBus_by_Makuna. However now I get a compilation error: ``` In file...

Now I tried esp8266 core 2.4.2 and the project compiles. After an upload to the ESP it seems to crash though. Here is the serial output (which repeats roughly every...

Ok, I erased the complete flash and then uploaded the sketch. This time the captive portal came up. It seems the behaviour before was caused by stale information in the...