Giter VIP home page Giter VIP logo

Comments (8)

stishkin avatar stishkin commented on June 11, 2024

@alfonso-mireles

Can you share which operating system are you using ?

from rest-api-fuzz-testing.

mgreisen avatar mgreisen commented on June 11, 2024

@alfonso-mireles for the cloudshell deployment failure, did you use the bash or powershell environment?

from rest-api-fuzz-testing.

mgreisen avatar mgreisen commented on June 11, 2024

Also please be sure when editing the defaults.json file to save the file in plain ascii mode. We have seen some editors insert non-visible characters into the file.

from rest-api-fuzz-testing.

alfonso-mireles avatar alfonso-mireles commented on June 11, 2024

@stishkin Windows 10
@mgreisen Cloudshell deployment succeeded. It is local CLI that fails.
I have edited defaults.json with several editors. Vscode, Nano. Also tried in Both Powershell CLI and cmd

from rest-api-fuzz-testing.

stishkin avatar stishkin commented on June 11, 2024

@alfonso-mireles

Could you try the following

in your raft.py file

on line 118 add encoding parameter as follows

        with open(defaults_path, 'w', encoding='utf-8') as d:
            d.write(fresh_defaults)
        print(defaults_help)

Delete existing defatuls.json file and try to create a fresh deployment

from rest-api-fuzz-testing.

mgreisen avatar mgreisen commented on June 11, 2024

Two questions for you.

  1. Are you using a non-english language pack on your machine?
  2. Would you be willing to show us a binary hex view of your defaults.json file?
    If you are willing, you can
  • mask the subscription id
  • Install the Hex Editor extension in VSCode
  • Open the defaults.json file with the Hex Editor
  • Share the results with us.

That may help us understand what's going on.

from rest-api-fuzz-testing.

alfonso-mireles avatar alfonso-mireles commented on June 11, 2024

Yes I am indeed using a non-english language pack
How exactly do you want me to share the results here?

from rest-api-fuzz-testing.

mgreisen avatar mgreisen commented on June 11, 2024

Hmmm. When I tested using a different language pack I didn't run into the issue. Were you able to try Stas's solution?

from rest-api-fuzz-testing.

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.