Git Product home page Git Product logo

Comments (8)

jorenn92 avatar jorenn92 commented on September 23, 2024

Duplicate of #887

I'm not sure why this is happening, since nothing regarding the version changed. I'll look into it as soon as possible.
For now, using tag 2.0.0 should resolve it.

from maintainerr.

jorenn92 avatar jorenn92 commented on September 23, 2024

Pushed a fixed and performed an emergency release. It should work with 2.0.2

from maintainerr.

timothe avatar timothe commented on September 23, 2024

Surprised cat
What a quick turnaround! Thank you!

However I have another issue now. I re-created the container on the bridge network, which allowed me to connect to Plex without issue via localhost. However I can't connect to the other -arr instances. They run on Docker on the host network, and communicate perfectly between each other via localhost.

When on bridge network, I tried switching the url to:

  • localhost
  • [ip of the nas]
  • host.docker.internal

Nothing worked. It doesn't connect.

So I switched the network from bridge to host for Maintainerr, but I can't get it to run. When I start it on host, I get this message in a loop:

 ⨯ Failed to start server
Error: getaddrinfo ENOTFOUND maintainerr
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'maintainerr'
}

I also tried to not define / define the hostname to different values, nothing fixed it.

Any idea?

from maintainerr.

timothe avatar timothe commented on September 23, 2024

Actually, Plex' connection seemed to work before, but not anymore. Only authentication works.

from maintainerr.

jorenn92 avatar jorenn92 commented on September 23, 2024

Surprised cat What a quick turnaround! Thank you!

However I have another issue now. I re-created the container on the bridge network, which allowed me to connect to Plex without issue via localhost. However I can't connect to the other -arr instances. They run on Docker on the host network, and communicate perfectly between each other via localhost.

When on bridge network, I tried switching the url to:

* localhost

* [ip of the nas]

* host.docker.internal

Nothing worked. It doesn't connect.

So I switched the network from bridge to host for Maintainerr, but I can't get it to run. When I start it on host, I get this message in a loop:

 ⨯ Failed to start server
Error: getaddrinfo ENOTFOUND maintainerr
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'maintainerr'
}

I also tried to not define / define the hostname to different values, nothing fixed it.

Any idea?

This seems like a general Nodejs error (nodejs/node#44003 (comment)). I don't really know what's going on..

But, try to revert to the working config and prepend your hostname configurations with http(s)://. Also, make sure you're only using base_url when absolutely sure you need it.

The backend should automatically add http(s):// when it's not there, but i've had some recent reports that indicate it doesn't do that anymore..

from maintainerr.

jorenn92 avatar jorenn92 commented on September 23, 2024

Actually, Plex' connection seemed to work before, but not anymore. Only authentication works.

You can't communicate with Plex anymore? Was this because you changed the mode?

from maintainerr.

timothe avatar timothe commented on September 23, 2024

Ok it gets weirder.

I'm running on the bridge network.

Re: Plex, authentication is done so it gets me a list of servers to connect to when I click the 🔁 button. I have only one server but I get 2 pairs of config, either hostname or IP, local or remote. So my list is:

  • manual config
  • hostname - local
  • hostname - remote
  • ip - local
  • ip - remote
    However, no matter what choice I make, it doesn't reach Plex: Connection failed! Please check and save your settings

It's weird because I run 15 containers daily alongside a VM and other apps on this NAS. Some are exposed on the local network, others on the internet, or some are not. But it's the first time I have this issue.

Usually I solve this by using the host network, but with this config, I get the network error I mentioned before and the app is not running.

I tried this:

  • Using bridge, I removed all files in data to try a new setup. Once authenticated with Plex, I go back to the same issue described above, with: - Local: http://maintainerr:6246 [maintainerr] | 11/02/2024 18:21:41 [WARN] [PlexApiService] Plex api communication failure.. Is the application running?
  • I recreated the container using host, again with a clean slate, and got it again with:
Error: getaddrinfo ENOTFOUND maintainerr
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'maintainerr'
}
  • So I looked online to check similar issues with node & Docker, which make me came back to your point about urls
  • I came back and tried putting http://[local nas ip] for every service and... it WORKED!

I know it's quite explicit as it's marked Test Saved but the test only works AFTER you click save and it feels weird.

Thank you for your app and support, super duper appreciated! 🙏
I'm running to try it out now 🏃

from maintainerr.

MichaelGoedken avatar MichaelGoedken commented on September 23, 2024

Exact same issue is happening with me except I cannot get it to work at all on bridge mode.

from maintainerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.