mikenye / docker-picard

Docker container for MusicBrainz Picard
109 stars 14 forks source link

Network request error #74

Open swoop124 opened 1 year ago

swoop124 commented 1 year ago

Hello,

i just installed "muicbrainz-picard docker" on my docker-host.

version: '3'
services:
  picard:
    image: mikenye/picard:latest
    container_name: musikbrainz
    ports:
      - "5801:5800"
    volumes:
      - "./config:/config:rw"
      - "/mnt/music/Music:/storage:rw"

When i start the container i get the following messages:

E: 08:19:19,544 /usr/local/lib/python3.6/dist-packages/picard/webservice/__init__._handle_reply:517: Network request error for https://picard.musicbrainz.org/api/v2/releases: Connection closed (QT code 2, HTTP code 0)
E: 08:19:19,545 /usr/local/lib/python3.6/dist-packages/picard/util/checkupdate._releases_json_loaded:103: Error loading Picard releases list: Connection closed

I can't get any information for titles i search.

The container itself has internet connetivity. DNS is workin OK

As for versions: grafik

any advice?

phw commented 1 year ago

One possibility if the container in general can access the internet but can't connect to musicbrainz.org is that the IP got blacklisted. See the discussion at the forums for details and to request getting unblocked in case this is the issue.

L1ttleP00l commented 1 year ago

Hello, I've come to contribute because I'm experiencing a similar incident. I've been using this image for a while now, using port 5800 only, so it's local. The application can no longer access the outside since the latest changes. Here's an extract from the logs when I restart the container:

image

Thanks for your help and the work you do! :)

phw commented 1 year ago

@L1ttleP00l your's is a different issue, and it looks like the libssl issue @mikenye fixed today. You should try pulling the latest image.

L1ttleP00l commented 1 year ago

Thank you for your feedback @phw. I ran my docker-compose again but didn't get a new update so my incident is indeed about the latest available version. Here's what I get when I try to do a search for a title:

image

I've also checked the settings for port 8000 with the instructions given (advanced > network, check "browser integration" and uncheck "listen only on localhost).