Code Monkey home page Code Monkey logo

Comments (5)

moppletop avatar moppletop commented on August 16, 2024

Hello, The issue is likely because you haven't got lombok configured to work within your IDE. I think by the screenshot you're using eclipse, this should be able to help you.

from yeelight-api.

osmadja avatar osmadja commented on August 16, 2024

Thank you very much

from yeelight-api.

osmadja avatar osmadja commented on August 16, 2024

It is much better now. But there is still one error
Screenshot 2023-03-11 at 22 51 02

It did not find the constructor : The constructor YeeApiImpl(YeeManager) is undefined

from yeelight-api.

osmadja avatar osmadja commented on August 16, 2024

I created the constructor in the YeeApiImpl class:

public YeeApiImpl(YeeManager manager) {
	this.manager = manager;
}

Then I executed the DiscoveryTest class and got :

Exception in thread "Thread-1" java.net.SocketException: Socket closed
at java.base/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:252)
at java.base/java.net.DatagramSocket.receive(DatagramSocket.java:700)
at com.moppletop.yeelight.api.util.TestUDPServer.run(TestUDPServer.java:33)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.nio.channels.AsynchronousCloseException
at java.base/sun.nio.ch.DatagramChannelImpl.endRead(DatagramChannelImpl.java:523)
at java.base/sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:677)
at java.base/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:635)
at java.base/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:240)
... 3 more

from yeelight-api.

moppletop avatar moppletop commented on August 16, 2024

I've checked on my local copy. The constructor issue is another Lombok problem. The socket issue running the tests would be another thing I'd need more info on to debug. I know the library works in it's current state as I've others run it in the past.

from yeelight-api.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.