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

Bug Report: CloudFront ERROR 502 #224

Closed
pmalecek opened this issue Oct 14, 2024 · 1 comment
Closed

Bug Report: CloudFront ERROR 502 #224

pmalecek opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pmalecek
Copy link

Describe The Bug:

Today my plug-in for iRobot stopped working. Restarting HB or the plugin itself does not help. Do you know what's going on? It works normally in the app and via Google Home.

To Reproduce:

Plug-in will not log in (stable version). It doesn't work with version 4.0.0b10 either.

Expected behavior:

It won't log in.

Logs:

[14. 10. 2024 18:43:22] [iRobot] Launched child bridge with PID 22039
[14. 10. 2024 18:43:23] Registering platform 'homebridge-irobot.iRobotPlatform'
[14. 10. 2024 18:43:23] [iRobot] Loaded homebridge-irobot v2.1.16 child bridge successfully
[14. 10. 2024 18:43:23] Loaded 1 cached accessories from cachedAccessories.0E22F6A75204.
[14. 10. 2024 18:43:23] [iRobot] Loading accessory from cache: Roomba
[14. 10. 2024 18:43:24] [iRobot] Logging into iRobot...
[14. 10. 2024 18:43:26] [iRobot] Faild to login to iRobot, see below for details
[14. 10. 2024 18:43:26] [iRobot] Fatal error login into iRobot account. Please check your credentials or API Key.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: The request could not be satisfied</TITLE>
</HEAD><BODY>
<H1>502 ERROR</H1>
<H2>The request could not be satisfied.</H2>
<HR noshade size="1px">
CloudFront wasn't able to resolve the origin domain name.
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
<BR clear="all">
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
<BR clear="all">
<HR noshade size="1px">
<PRE>
Generated by cloudfront (CloudFront)
Request ID: SxSVvBWZwZSo1OEoc2l8Xn9w8bMSKapHYpCDlynUBcMgFYZZAcsWsA==
</PRE>
<ADDRESS>
</ADDRESS>
</BODY></HTML>

[14. 10. 2024 18:43:26] Homebridge v1.8.4 (HAP v0.12.2) (iRobot) is running on port 42875.

Config:

{
            "name": "iRobot",
            "email": "*myemail*",
            "password": "*mypwd*",
            "roombas": [
                {
                    "autoConfig": true,
                    "info": {
                        "ver": 2
                    }
                }
            ],
            "manualDiscovery": false,
            "lowBattery": 20,
            "offAction": "pause:dock",
            "status": "cycle:clean",
            "eveStatus": "inverted:cycle:clean",
            "bin": "filter:contact",
            "ignoreMultiRoomBin": false,
            "hideStuckSensor": false,
            "disableMultiRoom": true,
            "_bridge": {
                "username": "0E:22:F6:A7:52:04",
                "port": 42875
            },
            "platform": "iRobotPlatform"
         }

Node Version:

20.18.0

NPM Version:

?

Homebridge Version:

1.8.4

Plugin Version:

2.1.16

Operating System:

Raspberian

@pmalecek pmalecek added the bug Something isn't working label Oct 14, 2024
@pmalecek
Copy link
Author

It started working on its own. It was a temporary error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants