-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
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
I receive an Error processing 405 when execute the tootctl media remove command, #14398
Comments
I think the problem is caused by line 34 of file lib/mastodon/media_cli.rb, so I modified it to But the strange thing is that when I modified the file back to the original state again, there are no more errors! I'm sorry to disturb everyone, I will close this issue. |
Same issue here but had to edit line 34 of |
Yeah, I just found out that I made a mistake in the number of lines, and I also modified the line 34. I have just re-edited my reply. |
Expected behaviour
No errors, everything is ok.
Actual behaviour
I got an error: Error processing 405: undefined method `+' for nil:NilClass, as shown in the figure below.
Steps to reproduce the problem
Specifications
This problem appeared in v3.2.0, and the version of Ruby is 2.6.6p146.
When I use v3.1.5 everything seems to be normal, I don’t know if it’s because of something wrong with my upgrade process or a code bug.
The text was updated successfully, but these errors were encountered: