Michael Burri
Michael Burri
Good input. Does homebridge lock up while waiting for a reply from Plex or is it just constantly retrying and thus blocking homebridge?
That would certainly help fixing the ussue.
Feel free to reopen the issue when my code decides to act up again 😉
That still does not really answer my question: > Does homebridge lock up while waiting for a reply from Plex or is it just constantly retrying and thus blocking homebridge?...
This looks like a platform limitation: https://github.com/nfarina/homebridge/issues/948 I'm not sure what to do about it. While I agree, that a non-reachable Plex should not block the whole homebridge, I'll have...
Thanks! Do I disable it by just ommitting the `format_listener` or setting it to `false`?
I did some further testing: Setting the `format_listener` to `false` did not have any effect, the CardDav functionality is still broken. Disabling the FOSRestBundle completely (Removing from the `AppKernel.php` and...
After even further testing a I am now very confused, it works now as expected, even with FOSRestBundle activated. I'm closing this issue until i notice any other problems.
So I did some in depth testing. It appears that the FOSRestBundle seems to be a problem after all. Here's what I did: - I removed FOSRestBundle from the `AppKernel.php`...
This fork shows the issue described above: https://github.com/krzysztofbitnoise/symfony-rest-edition Thanks for having a look at it!