You are viewing a single comment's thread from:RE: python steemit 개발 시작 #2-2 WARNING:urllib3.connectionpool:Retrying error 발생 하는 경우View the full contextView the direct parentrecrack (47)in #kr • 7 years ago (edited)해당 문제는 toml 버전 문제로 보입니다 해결해시려면 steem python package metadata 를 현재 설치된 toml버전으로 수정하시면 됩니다
metadata 수정방법 입니다
https://steemit.com/steemit/@crokkon/steem-blockchain-access-with-python-setting-up-steem-python-with-docker
steempy 돌리는데는 성공했는데 에러가 나네요.
usage: steempy set [-h] {default_account,default_vote_weight,nodes} value
steempy set: error: argument key: invalid choice: 'node' (choose from 'default_account', 'default_vote_weight', 'nodes') $ steempy set node https://api.steemit.com
node => nodes 수정하니까 되네요
$ steempy set nodes https://api.steemit.com
축하드립니다!!~~
본문에 오탈자가 있네요 ㅜㅜ
node -> nodes