Closed ghost closed 2 years ago
sorry, I figured out some things and just want to add more information the API call here changed due to this refactor: https://github.com/misskey-dev/misskey/commit/f2b40b51c2d631a6185e1c4614632d29c40bce6c
this endpoint in particular has changed a bit so that's why this call is failing, but all other calls seem ok. Sorry for my lack of information! This is all a bit over my head
Hello n4ello.
As I confirmed here, it is a fact that there is a bug in Misskey.py. Some of the content has been corrected, but the essential parts have not been corrected yet. We will continue to investigate.
Thank you for reporting.
The cause has been determined and will be fixed in the next release. thank you.
wow that was fast! thank you so much m( )m
Immediately after updating my misskey instance to 12.103.1, the API is not working correctly. Trying to use
drive_files_create()
results in:I can still use other functions such as
create_note()
it seems only drive upload is affected? (I don't really know whether this is a bug with misskey.py or the API)