Open stepanovdg opened 2 weeks ago
Same issue here , i get this in network tab in dev tools
500: HTTPSConnectionPool(host='api.unmanic.app', port=443): Max retries exceeded with url: /unmanic-api/v1/plugin_repos/get_repo_data/uuid/963695c4-059e-47d7-b6d3-d8044ee74c49/level/0/repo/ZGVmYXVsdA== (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x73b81ee8d630>: Failed to establish a new connection: [Errno 111] Connection refused'))
update
that was issue with my pihole for some reasons api.unmanic.app
is on the blacklist
Which blacklist is this? Is it just your own personal one or a community maintained list?
not sure all i can see is
api.unmanic.app (blocked support-api.streamingtech.co.nz) Blocked (regex blacklist, CNAME)
but i can't see anything related to api.unmanic.app
or streamingtech.co.nz
in my config
Have you read the Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect:
Yes Remember that these are some guidelines, use your best judgement.
Description
Docker compose - running image - no plugins.
Steps to Reproduce
Expected behavior: [What you expect to happen] List of plugins, or posibility to add repo to install them. Actual behaviour: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?] Always.
Versions
Version: 0.2.8+925008e+dirty
Installation Method Used
docker compose: unmanic: container_name: unmanic image: josh5/unmanic:latest ports:
- NVIDIA_VISIBLE_DEVICES=
volumes:
runtime: nvidia # For H/W transcoding using the NVENC encoder
restart: unless-stopped Manually installed and run or run through Docker? Docker.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.