Alex
Alex
Hi @traceyyoshima I think I found another example where the method invocation replacement fails with exactly the same error message: ``` import oldPackage.A; class MyClass { public void foo() {...
@jkschneider thanks for the quick reply. Unfortunately the types have been moved to different packages. But as a workaround, I created a ".mvn/jvm.config" file in my project with the arguments...
Hi @kvj , my lock is called "zuhause" and this is the log of the sensor `sensor.nuki_zuhause_state`:  Here, I can only see the states "locked" and "unlocked".
Thanks for the clarification.
Hi @pway99 , I hope it didn't lead to confusion that I posted two different problems for the same error message: - The first one was about a problem with...
I run into the same issue and I'm glad that I found this thread. Is there really no better solution that can be implemented for the TelegramBot itself? I can't...
As a "workaround", I did the following: Go to the PrusaResarch.ini (in Windows it is located in C:\Users\\AppData\Roaming\PrusaSlicer\vendor) Copy&Paste the whole block starting with `[printer:Original Prusa MK4 MMU3 0.4 nozzle]`...
If I retrieve messages via fetchMessages and then call `client.fixMessageLid(msg)` for each message, I get the following exception: `Uncaught TypeError TypeError: msg.id.participant.endsWith is not a function` The participant object seems...