gerbenjacobs / HabboAPI

A PHP wrapper for the (undocumented) Habbo API
MIT License
44 stars 10 forks source link

Calling /members of big groups always returns {"error":"maintenance"} #41

Closed Pandafuchs closed 6 years ago

Pandafuchs commented 6 years ago
  1. Call https://www.habbo.de/api/public/groups/g-hhde-9b007fb914a7f22e15ddd7e1825a728d/members
  2. See the result: {"error":"maintenance"}
  3. Call https://www.habbo.de/api/public/groups/g-hhde-9b007fb914a7f22e15ddd7e1825a728d
  4. That works, no maintenance.

I think with over 30k members the group is just too big. Is there a workaround?

gerbenjacobs commented 6 years ago

It could be a number, but I also remember that it could be because of the 'type' of group. If the group is Unlimited I guess it makes no sense for Habbo to show them as it could be massive.

Unfortunately there is no workaround. If Habbo doesn't give it, we can't. In fact it's even worse that they say error: maintenance because we can't distinguish between an 'Unlimited group' or the hotel actually being down..

Pandafuchs commented 6 years ago

Okay so Habbo just sucks. Good to know. Maybe someday we'll get a better API. HAHAHA just kidding, we never will :D

Pandafuchs commented 6 years ago

Apparently the behaviour changed. You now get "Cannot GET /api/public/groups/g-hhde-9b007fb914a7f22e15ddd7e1825a728d/members" all the time, regardless of the group size.

gerbenjacobs commented 6 years ago

Yeah, I saw that yesterday when I was checking issues. That's too bad :(