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

Exception: The session id is not in a valid format. (4001) #9

Open
langfingaz opened this issue Apr 20, 2023 · 0 comments
Open

Exception: The session id is not in a valid format. (4001) #9

langfingaz opened this issue Apr 20, 2023 · 0 comments

Comments

@langfingaz
Copy link

Thanks for creating/maintaining this python package! I use it to periodically updated the DNS entry with a possibly new IP address of my server.

However, more than once a day I get this error message:

┃     File "/usr/lib/python3.10/site-packages/nc_dnsapi/__init__.py", line 166, in dns_records
┃       data = self.request("infoDnsRecords", params={"domainname": domain})
┃     File "/usr/lib/python3.10/site-packages/nc_dnsapi/__init__.py", line 98, in request
┃       raise Exception("{} ({})".format(data['longmessage'], data['statuscode']))
┃   Exception: The session id is not in a valid format. (4001)

I couldn't find information about the status code, so not sure what this means (https://ccp.netcup.net/run/webservice/servers/endpoint.php).

Have you seen this error before?

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