-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request library fix #14
Conversation
Thanks a lot for the documentation, that helped. As I suspected, requests is showing different behavior in server and client-side operation. It seems when you include the package you get the functions from Though it should be fine to merge your changes as-is, I've opened an issue and will wait at least a couple days for a response first just in case. |
That's really weird.. but thank you for this, I really appreciate the help :D |
Maintainer hasn't responded, and testing has showed no reason not to merge. New version up soon. |
Thanks again so much for the help, much appreciated! |
Yo, thanks for catching this. I use this server-side, so didn't come across the same issue. |
Ran into an issue while updating my website for 6.4, had to update the xivapi lib and was getting this weird issue.
The port to @root/request, from what I can tell, missed a semi-important change, as it expects
url
and noturi
to be passed. I don't know ifuri
was used in prior versions, I wasn't able to test it because it would crash due to some other issue so I figured the best thing to do would be to fix it and bump the requests library to the version that is currently working for me.