microsoft/restler-fuzzer

Exception refreshing token with cmd

Offen

#167 geöffnet am 24.03.2021

 (12 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (329 Forks)auto 404
documentationhelp wantedquestion

Repository-Metriken

Stars
 (2.929 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I am having an error which says Exception refreshing token with cmd. 2021-03-23 10:51:26.153: Exception refreshing token with cmd full_path/get_token.py. Error: invalid syntax (<unknown>, line 1)

I have passed token with

dotnet Restler.dll test --grammar_file Compile/grammar.py \
             --dictionary_file Compile/dict.json \
             --settings Compile/restler_user_settings.json \                  
             --token_refresh_command "/full_path/token.py" \
             --token_refresh_interval 720

Contributor Guide