Giter Club home page Giter Club logo

Comments (5)

januweness avatar januweness commented on May 26, 2024

from huawei-sun2000-api-cli.

nb2001c avatar nb2001c commented on May 26, 2024

Modified line 1002 in function.sh. Unfortunately the same error.
I assume that the problem is somewhere elsewhere.
Looking forward for your help.
Thank you!

from huawei-sun2000-api-cli.

nb2001c avatar nb2001c commented on May 26, 2024

Hello,

I uncomment line 1043:
echo "XSRF-TOKEN: "$xsrf_token

The result is:
XSRF-TOKEN: XSRF-TOKEN=x-g45g44hgtidfcbdjvv9d5ivtiqk51frvpdql7u89mqg4qkk5k9qknw9j4b1hjusb8ailmkmo5ebt075i89kb5gnw059gjvfvirfx2rs5heqodeeqg5im2neonvupbv05

So, the problem is the variable xrsf_token still contain teh string "XSRF-TOKEN="

I added into function.sh a new line just before line 1040 which is: xsrf_token=$(echo $xsrf_token). The new line will subtract only the token:

xsrf_token=$(awk '{print substr($0, 13, 200)}' <<< $xsrf_token)

After this small change, the script is working again!

I'm not a good programmer in bash so please don't blame me so much.
I hope you can adjust the code in a professional way.
Looking for a new software version.

Thank you so much!

from huawei-sun2000-api-cli.

BlazejosP avatar BlazejosP commented on May 26, 2024

I also repaired login into service so now XLRF-token is accepted again and look that you can use service. Like usually Huawei changes small things related to token answer from API without warning and now that was on different potion in our array. Check update in functions.sh

from huawei-sun2000-api-cli.

BlazejosP avatar BlazejosP commented on May 26, 2024

Hope that solved problem

from huawei-sun2000-api-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.