Kaggle / Kaggle/kaggle-cli

unable to unset a wrongly entered proxy

Open
#212 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
7.5k
Forks
1.4k
Avg merge
3d 15h
Merged PRs (30d)
11

Description

if you set your proxy config to a wrong adress, you won't able to unset it without manually modifying the config file. (kaggle.json)

step to reproduce bug:
`kaggle config set -n proxy -v "some_false_proxy_adress:port"
`

after that the api would be broken.
you won't even be able to use: `kaggle config view `
or unset the proxy value using `kaggle config unset -n proxy
`
The only solution for now is to manually set it to empty string in the config file or delete that row from the config file.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.