man90es / BDO-REST-API

Scraper for Black Desert Online community data with a built-in API server.
https://man90es.github.io/BDO-REST-API/
MIT License
14 stars 3 forks source link

Profile Error #11

Closed ProtDos closed 1 year ago

ProtDos commented 1 year ago

I can't seem to get the response of https://bdo.hemlo.cc/communityapi/v1/adventurer?profileTarget=tbXSK7e39Sb3U3yPi7UDjkszPyso2WujtM3ghFiULdHT9qX8fqF0ssHBh/gphTNwomVWBHd9j8yu8EA9uaGUmCtXp76ix+Q59Cja/otSuj7WR0o9KzzcZO9oehNgBeUqi0wQW/NlqAJpCSziUpxkkbPjW+vkxu7oi7I7rNuzW0s=&region=EU from the api. I always get a 404 error with no content. On the other hand this request does work (https://bdo.hemlo.cc/communityapi/v1/guild?guildName=Vexa&region=EU). Online https://bdo.hemlo.cc/leaderboards/EU/Vexa/farming it works too, just can't seem to get it working. Tried using headers and ua. The only thing I can think of is that it uses HTTP3.0 and not 1.x or 2.x

ProtDos commented 1 year ago

Edit: https://github.com/man90es/BDO-REST-API/issues/5 this looks like the same error, but it works on your website and all profiles seem to be blocked whatsoever

ProtDos commented 1 year ago

Nvm I am dumb, I forgot to quote_plus it.