Skip to content
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

[ipcamera] Fix servlet exceptions due to non unique names #14872

Merged
merged 2 commits into from
Apr 23, 2023

Conversation

apella12
Copy link
Contributor

[IP camera] on OH4 has the same servlet issue that was fixed by PR #14554. This PR uses that PR as a template to fix the issue in the IPcamera binding. (That issue being that only one camera was able to stream.) This was tested locally on OH4M2 and it works. Also the referenced PR worked with [neeo] and this used that PR as a template.

Signed-off-by: Bob Eckhoff katmandodo@yahoo.com

@apella12 apella12 requested a review from Skinah as a code owner April 22, 2023 23:55
@apella12 apella12 force-pushed the ipcamera-unique-servlet-names branch from 5a2c42e to 5f4e4d8 Compare April 22, 2023 23:59
Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! It seems there might be an issue, please see my comment.

@jlaur jlaur added the bug An unexpected problem or unintended behavior of an add-on label Apr 23, 2023
[IP camera] on OH4 has the same servlet issue that was fixed by PR openhab#14554.  This PR uses that PR as a template to fix the issue in the IPcamera binding.  (That issue being that only one camera was able to stream.) This was tested locally on OH4M2 and it works.

Signed-off-by: Bob Eckhoff  <katmandodo@yahoo.com>
Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
@apella12 apella12 force-pushed the ipcamera-unique-servlet-names branch from 5f4e4d8 to dab4bf7 Compare April 23, 2023 13:39
Tested the suggested changes locally and it still works.

Signed-off-by: Bob Eckhoff <katmandodo@yahoo.com>
@apella12 apella12 requested a review from jlaur April 23, 2023 14:28
Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jlaur jlaur merged commit 4d5be1f into openhab:main Apr 23, 2023
@jlaur jlaur added this to the 4.0 milestone Apr 23, 2023
@apella12 apella12 deleted the ipcamera-unique-servlet-names branch April 24, 2023 00:15
matchews pushed a commit to matchews/openhab-addons that referenced this pull request Aug 9, 2023
)

* [ipcamera] Fix servlet exceptions due to non unique names

[IP camera] on OH4 has the same servlet issue that was fixed by PR openhab#14554.  This PR uses that PR as a template to fix the issue in the IPcamera binding.  (That issue being that only one camera was able to stream.) This was tested locally on OH4M2 and it works.

Signed-off-by: Bob Eckhoff  <katmandodo@yahoo.com>
Signed-off-by: Matt Myers <mmyers75@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants