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

bug: Cannot connect to nzbget #2022

Closed
diogovalentte opened this issue Jan 19, 2025 · 4 comments · Fixed by #2093
Closed

bug: Cannot connect to nzbget #2022

diogovalentte opened this issue Jan 19, 2025 · 4 comments · Fixed by #2093
Assignees
Labels
bug Something isn't working

Comments

@diogovalentte
Copy link

Describe the bug

I imported my data from <v.1 version and the nzbget integration is the only one not working. When I try to save, it shows Creation failed The integration could not be created. In the dev tools the request returns:

{"json":{"0":[[0],[null,0,0]]}}
{"json":[0,0,[[{"error":{"message":"Unauthorized","code":-32603,"data":{"code":"INTERNAL_SERVER_ERROR","httpStatus":500,"path":"integration.create","zodError":null,"error":null}}}]]]}

I checked and the credentials are correct. I tried using the container name + port as I used in <v1 http://nzbget:6798 and using the reverse-proxy https://nzbget.domain.com, but nothing worked.

Steps to reproduce

  1. Try to add the nzbget integration with correct credentials and fail.

Impact

No workarounds.

Additional information

homarr docker-compose.yml:

services:
  homarr:
    container_name: homarr
    image: ghcr.io/homarr-labs/homarr:latest
    environment:
      - SECRET_ENCRYPTION_KEY=${SECRET_ENCRYPTION_KEY}
    volumes:
      - /Apps/homarr/appdata:/appdata
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 7575:3000
    restart: unless-stopped
    networks:
      - homelab

networks:
  homelab:
    name: homelab-net

nzbget docker-compose.yml:

services:
  nzbget:
    container_name: nzbget
    image: nzbgetcom/nzbget:latest
    ports:
      - 6789:6789
    restart: unless-stopped
    networks:
      - homelab

networks:
  homelab:
    name: homelab-net

Version

1.0.0

Installation method

Portainer

Browser

Firefox

@diogovalentte
Copy link
Author

Update: I changed the password to one without special characters and it worked. All other integrations use passwords with special character and they all work, this only happens with the nzbget integration.

@Meierschlumpf Meierschlumpf added bug Something isn't working and removed needs triage labels Jan 23, 2025
@Meierschlumpf Meierschlumpf self-assigned this Jan 23, 2025
@Meierschlumpf
Copy link
Member

Hey @diogovalentte can you try the image nzbget-integration-credentials-url-encoded once it's ready in about 25 minutes to check if a password with special characters works now?

@diogovalentte
Copy link
Author

@Meierschlumpf It worked!

@Meierschlumpf
Copy link
Member

Okay then I'll create a pr and merge it to publish it at the next release

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
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants