RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
51 stars 37 forks source link

Bug: repeated login failure #159

Closed ArteryPulse closed 1 month ago

ArteryPulse commented 1 month ago

What Operating System are you on - Windows, Ubuntu, Mac, ...

Describe the bug - A clear and concise description of what the bug is.

To Reproduce - Describe the steps needed to reproduce the bug.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots - If applicable, add screenshots to help explain your problem. Screenshot 2024-06-28 062609 this is the same error response i get with options 2 and 3 for login. option one simply is a failure to authorize

ArteryPulse commented 1 month ago

any and all support appreciated. Thanks :)

JulianStiebler commented 1 month ago

Whats in your logs/log?

ArteryPulse commented 1 month ago

Screenshot 2024-06-28 073059 these are the logs. the same two lines (towards the bottom) keep repeating for approx 7 or 8 more pages, but i didn't capture all of that in the screenshot

JulianStiebler commented 1 month ago

mhh honestly im a bit of ouf ideas here, what error happens in tool when you login via request? 403? 404? 400? 500?

ArteryPulse commented 1 month ago

a 403 when logging in via request (option 1). Option 2 and option 3 with browser involved both produce same error as prior

JulianStiebler commented 1 month ago

And you also tried with Hotspot, VPN etc right? It's definetly a network problem. Maybe try at a friends network or try V0.3.3 - this doesnt use SSL tho but maybe that's even the reason. I added some more good practices into 0.4 - Otherwise i can't help really on 403 as this counts as somewhat security measures and i only do it for education, sorry /: