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

Castblock not working since last update. Response_Status_Code: 500 #32

Open
Ringeltier opened this issue Oct 23, 2021 · 2 comments
Open
Labels
bug Something isn't working

Comments

@Ringeltier
Copy link

Ringeltier commented Oct 23, 2021

Hello,

Since the last update castblock isn't working anymore. I attached the output of castblock below.

2021-10-23T16:23:22.853673Z   INFO - castblock.chromecast: Starting the go-chromecast server.
2021-10-23T16:23:22.857282Z  DEBUG - http.client: Performing request -- method: "GET", host: "127.0.0.1", port: 8011, resource: "/"
2021-10-23T16:23:23.365420Z  DEBUG - http.client: Performing request -- method: "GET", host: "127.0.0.1", port: 8011, resource: "/"
2021-10-23T16:23:23.369742Z   INFO - castblock.chromecast: The go-chromecast server is up
2021-10-23T16:23:23.864829Z  DEBUG - castblock.blocker: Checking for new devices
2021-10-23T16:23:23.864930Z  DEBUG - http.client: Performing request -- method: "GET", host: "127.0.0.1", port: 8011, resource: "/devices"
2021-10-23T16:23:26.870112Z   INFO - castblock.blocker: New device found -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:23:26.870118Z   INFO - castblock.blocker: Connect to device -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:23:26.870143Z  DEBUG - http.client: Performing request -- method: "POST", host: "127.0.0.1", port: 8011, resource: "/connect?uuid=02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:23:29.883713Z  DEBUG - castblock.chromecast: Error while connecting to device -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129", status_code: 500, error: "unable to start application: unable to connect to chromecast at '192.168.0.161:8009': EOF"
2021-10-23T16:23:29.883820Z  ERROR - castblock.blocker: Error while connecting -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:23:59.877425Z  DEBUG - castblock.blocker: Checking for new devices
2021-10-23T16:23:59.877445Z  DEBUG - http.client: Performing request -- method: "GET", host: "127.0.0.1", port: 8011, resource: "/devices"
2021-10-23T16:24:02.880936Z   INFO - castblock.blocker: New device found -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:24:02.880942Z   INFO - castblock.blocker: Connect to device -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:24:02.880966Z  DEBUG - http.client: Performing request -- method: "POST", host: "127.0.0.1", port: 8011, resource: "/connect?uuid=02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:24:05.894206Z  DEBUG - castblock.chromecast: Error while connecting to device -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129", status_code: 500, error: "unable to start application: unable to connect to chromecast at '192.168.0.161:8009': EOF"
2021-10-23T16:24:05.894363Z  ERROR - castblock.blocker: Error while connecting -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:24:35.894695Z  DEBUG - castblock.blocker: Checking for new devices
2021-10-23T16:24:35.894713Z  DEBUG - http.client: Performing request -- method: "GET", host: "127.0.0.1", port: 8011, resource: "/devices"
2021-10-23T16:24:38.898432Z   INFO - castblock.blocker: New device found -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"
2021-10-23T16:24:38.898435Z   INFO - castblock.blocker: Connect to device -- name: "Wohnzimmer", uuid: "02829eba8aac03f6cf28c08ba8624129"```
@erdnaxeli erdnaxeli added the bug Something isn't working label Oct 25, 2021
@erdnaxeli
Copy link
Owner

Can you run the same command with --debug please?

@Ringeltier
Copy link
Author

It is already with debug enabled

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