1activegeek / docker-airconnect

AirConnect container for turning Chromecast into Airplay targets
228 stars 27 forks source link

Devices are not visible anymore from yesterday afternoon #11

Closed Zciwobukaj closed 4 years ago

Zciwobukaj commented 4 years ago

Hi, yesterday you performed many commits and things worked well until yesterday afternoon. I didn't change anything neither on my airconnect docker container, nor in my network environment.

Thanks in advance

1activegeek commented 4 years ago

Thanks for the note. Are you seeing any errors from the container logs? And can you share, are you using any of the variables? Have you tried pulling the latest version of the container?

The updates performed were for introducing multi-arch options. There was an accidental update that pushed the test version to the latest tag, but I corrected that after I recognized it. Since then both versions are now the same and were tested by myself and others running various versions of the app.

adammccrory commented 4 years ago

I just installed this and no devices are appearing

Logs here https://pastebin.com/0f1rQUdz

Zciwobukaj commented 4 years ago

@1activegeek : devices were finally back without any action from my side, and from few days they are still here. I guess we can close the issue.

@adammccrory : while setting up your Docker container, did you put it on host network ?

adammccrory commented 4 years ago

Yes, ran it as docker run --net=host 1activegeek/airconnect

1activegeek commented 4 years ago

@Zciwobukaj glad to see things are running smoothly again. I would guess there must have been some sort of connectivity or network snafu as the core components for normal x86_64 users did not change during this update.

@adammccrory thanks for the logs, by what you have there the container is running and operating as expected. When you get the final two lines there:

2020-04-20 10:50:36,919 INFO success: airupnp-x86-64 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-04-20 10:50:36,919 INFO success: aircast-x86-64 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

This is an indication that the services have entered the running state and are staying up. If that has completed, your issue would lie either in the configuration being used (reliance on special inputs or altered configuration) or something else in your network configuration perhaps. Sorry I can't be of much more help. I'll close this issue for now as the OP issue is resolved. If there is a further issue @adammccrory that you identify with the container (please be aware I don't write the application) then please feel free to open a new issue.