Closed marcohhu closed 1 year ago
interesting catch. Weirdly enough, this works, which is essentially the same call
rtoot::rtoot("/api/v1/instance/rules",params = list(instance="pixey.org"))
I will dig into that
get_instance_rules
now calls get_instance_general
to get the rules. Seemed to be the most straightforward fix since I could not find the issue with the rules endpoint. Closing this now but @marcohhu feel free to reopen if the issue persists
Hello,
there seems to be inconsistency between the above functions. Let us try
get_instance_rules
to get the rules of a particular instance:status code 404 occurs.
While using
get_instance_general()
works fine. And you get the instance rule from the outputEverythink works well for other instances, e.g. mastodon.social
I have not been able to see a pattern yet, but the problem is not limited to a single instance. However, I noticed the problem rather by chance.