Hi @holger80! I tried the script for Steem. It works in the test run (with a minor update, to catch unexpected json metadata fields - for example the app parley did set a dict for "app" with more details, rather than the standard string).
But the actual post edits, none are successful (I checked on steemd). When printing the error(s), it says it's (<class 'AttributeError'>, AttributeError("'PointJacobi' object has no attribute '_Point__x'"), <traceback object at 0x7fc4b9dc7aa0>).
I'm not experienced with Python, but after a search this is what I used to get info about the error within the except block of the post edits broadcasts: e = sys.exc_info().
Hi @holger80! I tried the script for Steem. It works in the test run (with a minor update, to catch unexpected json metadata fields - for example the app parley did set a dict for "app" with more details, rather than the standard string).
But the actual post edits, none are successful (I checked on steemd). When printing the error(s), it says it's
(<class 'AttributeError'>, AttributeError("'PointJacobi' object has no attribute '_Point__x'"), <traceback object at 0x7fc4b9dc7aa0>)
.I'm not experienced with Python, but after a search this is what I used to get info about the error within the except block of the post edits broadcasts:
e = sys.exc_info()
.Any idea what could generate this error?
There is a package missing. Which operating system do you use?
Here I'm using Ubuntu 18.04.
EDIT: I also have beem 0.23.9, the latest pip upgraded to.
This is strange, can you double check that you are using the newest version?
I will test in the meanwhile beem on a newly installed machine.
Yeah, I was right:
EDITS:
I also have Anaconda 4.8.3, if it matters:
Python version is 3.7.7:
Can you try
and report if this fixes it?
When not, please install also
Finally, we've got it! It was the last one that fixed it.