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

NickServ authentication does not work #331

Closed
Tjzabel opened this issue Jun 30, 2020 · 5 comments
Closed

NickServ authentication does not work #331

Tjzabel opened this issue Jun 30, 2020 · 5 comments
Assignees
Labels
IRC Issues relating to the IRC bridge wontfix This will not be worked on

Comments

@Tjzabel
Copy link
Member

Tjzabel commented Jun 30, 2020

Summary

When connecting to an IRC channel with NickServ authentication, TeleIRC fails to authenticate.

Standard debugging steps

How to reproduce?

  1. Fill in IRC_NICKSERV_PASS in the .env.
  2. Attempt to run TeleIRC

Expected behavior

TeleIRC is able to successfully connect to IRC channel and authenticate with NickServ

Additional Details

It looks like Matterbridge had this issue once-upon-a-time.

@Tjzabel Tjzabel added bug Something isn't working help wanted Anyone is welcome to help us with this! IRC Issues relating to the IRC bridge labels Jun 30, 2020
@Tjzabel Tjzabel added this to the v2.0.1 milestone Jun 30, 2020
@jwflory jwflory added the good first issue Good for newcomers label Oct 9, 2020
@jwflory jwflory modified the milestones: v2.0.1, v2.x.x, v2.1.0 Oct 10, 2020
@jwflory
Copy link
Member

jwflory commented Oct 10, 2020

I hit this issue today while using my development environment. Freenode doesn't like my VPN and requires me to authenticate. So in order to test the bot locally, I have to turn off my VPN. Mildly annoying. It would be nice to fix this for v2.1.0.

@Tjzabel Tjzabel removed help wanted Anyone is welcome to help us with this! good first issue Good for newcomers labels Oct 11, 2020
@jwflory
Copy link
Member

jwflory commented Oct 11, 2020

Discussed in 2020-10-11 meeting.


@Zedjones is focusing on this one for the next sprint. Once this is completed, @Tjzabel will follow up with #131.

@Zedjones
Copy link
Member

Zedjones commented Oct 18, 2020

I can't immediately reproduce this on my machine. I have had issues with VPN services in the past, but I don't think there's anything we can do about that since they're just blocking a range of IPs. The only way we could get around that is if we allowed users to configure a proxy.

But in regards to the NickServ issue, it seems to successfully log in for me. I think we'll need more specific steps/scenarios to reproduce this reliably.

@jwflory jwflory added the needs testing Needs testing or QA before closing label Oct 18, 2020
@jwflory jwflory self-assigned this Oct 18, 2020
@jwflory
Copy link
Member

jwflory commented Oct 25, 2020

Discussed in 2020-10-25 meeting.


I need to retest with my connection via my VPN. I thought about this more after our meeting, and I will wait to retest until @Tjzabel completes #131. That will make it easier for me to test and triage this bug further.

@jwflory jwflory added blocked Progress blocked by another task or issue wontfix This will not be worked on and removed Hacktoberfest blocked Progress blocked by another task or issue bug Something isn't working needs testing Needs testing or QA before closing labels Oct 25, 2020
@jwflory jwflory removed this from the v2.1.0 milestone Oct 29, 2020
@jwflory
Copy link
Member

jwflory commented Oct 29, 2020

I am no longer able to replicate this. The issue I had before was actually because my password required escaping certain characters. So, I was actually logging in, but somewhere along the way, my password was missing a character or something. 🤷🏻

After #355 and now being able to specify the NickServ username separately from the bot nick, I am unable to replicate. I am closing this issue out as wontfix and removing it from the project board. 🎬

@jwflory jwflory closed this as completed Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IRC Issues relating to the IRC bridge wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants