You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the command:
kaggle competitions submit -f submission.csv -m 'test' -c optiver-trading-at-the-close
but I got the bug:KeyError: 'createUrl'
And when I use the command:
kaggle competitions list
I got the bug:AttributeError: 'str' object has no attribute 'items'
Why so many bugs in your tools?
The text was updated successfully, but these errors were encountered:
I use the command:
kaggle competitions submit -f submission.csv -m 'test' -c optiver-trading-at-the-close
but I got the bug:KeyError: 'createUrl'
And when I use the command:
kaggle competitions list
I got the bug:AttributeError: 'str' object has no attribute 'items'
Why so many bugs in your tools?
The text was updated successfully, but these errors were encountered: