RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
50 stars 40 forks source link

403 Forbidden - before you post here #87

Closed nichan200 closed 4 months ago

nichan200 commented 4 months ago

pkrogue As I saw that it no longer left the 1st option, I tried the second one and it doesn't work in version 1.7 of the application, this error occurs

JulianStiebler commented 4 months ago

403's are not directly on us - It could be problems with Cloudflare, PokeRogue itself as yesterday when some ISP's blocked access etc.

You should see a failback mechanism to refetch the header data after 3x 403's. This might not work also due to Git blocking access... Buuuut Otherwise you can look in your headerfile-public.json and replace the user-agents in its list. This will make it so the tool will have new headers to choose from. You can ask chatGPT to give you some :)

Maybe they are looking in our repo and just block them right away, who knows. Maybe putting your own ins helps which is why we put that in - either we refetch after fails or the user can replace them aswell, but we didnt specified yet in the readme's.


The easiest way to try to solve it yourself; Ask ChatGPT the following:

Hey ChatGPT, can you replace those user agents in this list with different 10 unique ones?
[PASTE CONTENT OF HEADERFILE-PUBLIC.JSON HERE]
Hey ChatGPT can you replace those static headers with unique ones aswell?
[PASTE CONTENT OF HEADERFILE-PUBLIC.JSON HERE]

She should give you a new list. Put it in the headerfile-public.json, save it. That way you can "construct" your own headers the tool uses without any idea of it ^^ This can resolve 403's but as said, they are not on us.

This ensures you have "private" headers and should resolve it usually.

Try other versions such as https://github.com/RogueEdit/onlineRogueEditor/releases/tag/v0.1.5

nichan200 commented 4 months ago

I tell you that I don't understand much about the subject, that's why I prefer to wait until I use version 1.2 since 1.5 still doesn't let me in due to the same old error. until the current problem is resolved

JulianStiebler commented 4 months ago

Yeah v0.1.2 appears to work the whole time.

DiavolosHellsin commented 4 months ago

It Says it doesnt have authorization to Do so when i try to the 26 command. Maybe im dumb i really dont understand this Can someone Help me? cause i Made My Charmander Have everything and Brave nature and it let me do that but when i did the 26 command it said no authorization So im confused.

DiavolosHellsin commented 4 months ago

Screenshot 2024-06-07 135859

Valsahn commented 4 months ago

I tried the solution with ChatGPT but i only have the headerfile-save, not the public one you meant

I also edited it but still not working :(

JulianStiebler commented 4 months ago

@Valsahn yeah that seeding wasnt smart. It actually makes not much difference, further version up dont have it. https://github.com/RogueEdit/onlineRogueEditor/releases/tag/v0.2... :'D lets hope it stays. I think we are just conflicting with cloudflare.