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

SyntaxWarning on regex in 1.68 release #494

Open
jeffjumper opened this issue May 11, 2024 · 1 comment
Open

SyntaxWarning on regex in 1.68 release #494

jeffjumper opened this issue May 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jeffjumper
Copy link

FYI: with the 1.68 release I'm seeing this warning in my log. The integration seems to work despite this:

2024-05-11 10:34:44.193 WARNING (ImportExecutor_0) [py.warnings] /config/custom_components/fordpass/fordpass_new.py:263: SyntaxWarning: invalid escape sequence '\s'
ibm_url = re.findall('data-ibm-login-url="(.*)"\s', response.text)[0]

Core: 2024.5.3
Supervisor: 2024.05.1
Operating System: 12.3
Frontend: 20240501.1

I'm using the North American login servers, in case that matters.

@itchannel
Copy link
Owner

Aware of this but it's part of the original login code. Will be removed in the future version when I have time to refactor and fix the current login issues 👍

@itchannel itchannel self-assigned this May 25, 2024
@itchannel itchannel added the bug Something isn't working label May 25, 2024
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