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

Python parsing can not handle special characters like "aöäüß" #5

Open
skekec1 opened this issue Nov 12, 2020 · 0 comments
Open

Comments

@skekec1
Copy link
Contributor

skekec1 commented Nov 12, 2020

Expected behavior

Parsing can handle special characters.

Actual behavior

Parsing can not handle special characters.

Steps to reproduce the behavior

  • Create a multi site architecture
  • Enter an alias which includes some special characters
  • Run "sync-sites"

Environment

Question Answer
bheisig/checkmkwebapi version LATEST
Checkmk version LATEST

Logs and other useful output

Checkmk responded with an error message: {'result': {'site_id': u'XXXXXXX1', 'site_config': {'url_prefix': '', 'status_host': None, 'user_sync': None, 'socket': ('tcp', {'tls': ('encrypted', {'verify': True}), 'address': ('XXXXXXX.de', 6557)}), 'replication': 'slave', 'user_login': True, 'insecure': False, 'disable_wato': True, 'disabled': False, 'alias' : u'Special char included here \xdf en', 'secret': 'XXXXXXXXXX', 'globals': {'dcd_web_api_connection': {'credentials': 'automation', 'base_url': 'https://XXXXXXX1 '}}, 'replicate_mkps': True, 'proxy': {'params': None}, 'timeout': 2, 'persist': False, 'replicate_ec': True, 'multisiteurl': 'https://XXXXXXXXXXX/check_mk/'}, 'configuration_hash': 'XXXXXXXXXX'}, 'result_code': 0}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant