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

dns_ispconfig.sh client_id not numeric at ispconfig v 3.2.7p1 #4999

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Jan 23, 2024

  1. dns_ispconfig.sh client_id not numeric at ispconfig v 3.2.7p1

    Getting client_id failed due to incorrect extraction!
    
    At least in version 3.2.7p1 and probably later the plugin is not working any more properly. The result of ```curResult="$(_post "${curData}" "${ISPC_Api}?client_get_id")"``` is something like this ```Result of _ISPC_ClientGetID: '[Tue Jan 23 11:44:57 CET 2024] Retrying post 
    {"code":"ok","message":"","response":3}[Tue Jan 23 11:44:57 CET 2024] _hcode 0'```. The parsing code does not work properly and leaves a non numeric value such as ```Client ID: '3[Tue Jan 23 11'```.
    dagobert committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    21317e2 View commit details
    Browse the repository at this point in the history