We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
``Running the uploader, I kept getting the error:
Status Error : 'list' object has no attribute 'items'
This here seems to be outdated code, though, I am not sure what exactly changed since 2018, though I suspect possibly an issue with the PYBRY wrapper:
lbry_uploader/lbry_uploader/uploader.py
Lines 154 to 161 in a67a18a
This quick workaround worked for me:
Changed the following lines
Lines 156 to 157 in a67a18a
To:
if self.lbry.status()[0]['is_running']: return True
The text was updated successfully, but these errors were encountered:
No branches or pull requests
``Running the uploader, I kept getting the error:
Status Error : 'list' object has no attribute 'items'
This here seems to be outdated code, though, I am not sure what exactly changed since 2018, though I suspect possibly an issue with the PYBRY wrapper:
lbry_uploader/lbry_uploader/uploader.py
Lines 154 to 161 in a67a18a
This quick workaround worked for me:
Changed the following lines
lbry_uploader/lbry_uploader/uploader.py
Lines 156 to 157 in a67a18a
To:
The text was updated successfully, but these errors were encountered: