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

Refuses to monitor the channel #metal (RMT) #1414

Open
bulletproof2k opened this issue Feb 17, 2024 · 15 comments
Open

Refuses to monitor the channel #metal (RMT) #1414

bulletproof2k opened this issue Feb 17, 2024 · 15 comments
Labels
bug Something isn't working

Comments

@bulletproof2k
Copy link

Latest

Windows 11 Pro
Yandex Browser
1.38.1

  1. DigitalCore - when I try to download a torrent file from any pushes tab in the browser, I get a message: The user doesn't exist.
  2. Romanian Metal Torrents - there is a connection to the iPLAY network (I see this in the logs), but there is no monitoring of the #metal channel.

I will be grateful for any help.

@bulletproof2k bulletproof2k added the bug Something isn't working label Feb 17, 2024
@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

  1. DigitalCore - when I try to download a torrent file from any pushes tab in the browser, I get a message: The user doesn't exist.

Is this only for the download link and not the info link? Are download with autobrr working so you have the correct passkey setup?

  1. Romanian Metal Torrents - there is a connection to the iPLAY network (I see this in the logs), but there is no monitoring of the #metal channel.

Do they have any invite commands etc? According to the indexer definition we have you only have to have a NickServ registered nick to join the channel.

@bulletproof2k
Copy link
Author

  1. DigitalCore - when I try to download a torrent file from any pushes tab in the browser, I get a message: The user doesn't exist.

Is this only for the download link and not the info link? Are download with autobrr working so you have the correct passkey setup?

  1. Romanian Metal Torrents - there is a connection to the iPLAY network (I see this in the logs), but there is no monitoring of the #metal channel.

Do they have any invite commands etc? According to the indexer definition we have you only have to have a NickServ registered nick to join the channel.

All the rules regarding nicknames are followed. At the expense of the DigitalCore, the connection is OK, but I can't download torrent file from one of the tabs with releases, a page with the address opens: https://digitalcore.club/api/v1/torrents/download/***/*****

As for RMT, all commands are standard /msg Nickserv identify YourPASSWORD 🤷

@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

I can't replicate the DigitalCore issue, copying a download link and visiting in an Incognito window does work as intended. Is it happening for all torrents or only some? If only some then those have likely been deleted.

As for iPlay I just tested connecting with a regular client and it works with the default settings and I saw you join and part. Will wait and see if there's any announces. If you are connected with the nick already maybe try group the nick.

@bulletproof2k
Copy link
Author

I can't replicate the DigitalCore issue, copying a download link and visiting in an Incognito window does work as intended. Is it happening for all torrents or only some? If only some then those have likely been deleted.

As for iPlay I just tested connecting with a regular client and it works with the default settings and I saw you join and part. Will wait and see if there's any announces. If you are connected with the nick already maybe try group the nick.

As for the DigitalCore, this happens with all torrents when I try to download in the browser, I get a message: "The user doesn't exist." But if I go to the page of this release on the tracker, then the torrent is available and it can be downloaded.

As for RMT, I connect through a regular client without any problems, but if I try to connect through brr, the network turns red.
Their network does not support TLS.

@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

By default in autobrr iPlay have TLS disabled and using port 6668. Make sure you have the same and try again.

Have you had any successful downloads from DC to a download client? Make sure you are using your passkey in indexers settings and not your irc key etc. Easy to mix them up.

Also if you change passkey, old release links will not be updated, only new release links.

@bulletproof2k
Copy link
Author

By default in autobrr iPlay have TLS disabled and using port 6668. Make sure you have the same and try again.

Have you had any successful downloads from DC to a download client? Make sure you are using your passkey in indexers settings and not your irc key etc. Easy to mix them up.

Also if you change passkey, old release links will not be updated, only new release links.

You were right about DC, I got the keys mixed up. 😊
But as for the RMT, I tried restarting and changing the mechanism, but it doesn't change anything. ☹️

2024-02-20_19-10-28
2024-02-20_19-09-04

@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

Great!

Can you try set IRC Auth Mechanism to NickServ instead of SASL, and set account to your main nick BLPF2k, or try the same as in nick BLPF2k|AUTODL.

@bulletproof2k
Copy link
Author

@zze0s I didn't quite understand, should I use the main nickname BLPF2k instead of the nickname of the bot BLPF2k|AUTODL?

@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

Try set nickname and account to BLPF2k|AUTODL with Mechanism to NickServ.

If that still fails then the set nick to BLPF2k|AUTODL and account to BLPF2k, but that only works if the bot nick BLPF2k|AUTODL is grouped with the main BLPF2k.

@bulletproof2k
Copy link
Author

In the first case, it does not work.
2024-02-20_19-43-41
In the second case, there is a connection to the network but no connection to the #metal channel.

@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

Disable the network in autobrr, then try this in Hexchat or some other client. Try login with your bot user and do nickserv identify and verify it works before putting the info in autobrr.

@bulletproof2k
Copy link
Author

Disable the network in autobrr, then try this in Hexchat or some other client. Try login with your bot user and do nickserv identify and verify it works before putting the info in autobrr.

It works in the desktop client, I just did it. The nicknames were grouped from the very beginning.
Perhaps you need to add a standard authentication command? /msg Nickserv identify YourPASSWORD

@zze0s
Copy link
Collaborator

zze0s commented Feb 20, 2024

That is exactly what happens behind the scenes if you have Mechanism NickServ, and account + password set, like this:

image

@bulletproof2k
Copy link
Author

That is exactly what happens behind the scenes if you have Mechanism NickServ, and account + password set, like this:

Yep, this is the first case.

@bulletproof2k bulletproof2k changed the title The user doesn't exist. (DigitalCore), refuses to monitor the channel #metal (RMT) Refuses to monitor the channel #metal (RMT) Feb 26, 2024
@bulletproof2k
Copy link
Author

@zze0s please check if the channel is working correctly #metal before the next update is released. If you have any problems with your account on this tracker, you can write to me at the email address listed in my profile, and we will resolve this issue. 🤷🏻‍♂️

p.s. this update solved the previous problem, thanks. 😊

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
None yet
Development

No branches or pull requests

2 participants