-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fixed auth #12
base: master
Are you sure you want to change the base?
Fixed auth #12
Conversation
Hi @medeirosjoaquim, Any chance you can get the tests running so this can be merged? |
Please fix this! |
Done! |
It's done. |
Wow! Great! Thank you @medeirosjoaquim ❤️ |
How do you install this non-released fix? I'm trying everything like
But it still results in exception:
|
while it's not merged , you can try it from the fork I've made to implement the fix, here although I've made it kinda in a hurry to pass the tests in the repo. Try it and tell my if it works alright. If |
I have AttributeError: module 'geojsonio' has no attribute 'auth' when doing
Also, the documentation on the fork is kind of misleading since it still suggest doing |
It's not documentation of the fork. In fact, it's not a fork. I forked for those who wanted to try the fix because it's a PR and it's waiting for the maintainer to merge. I did the fix almos a year ago and only a few months ago I finished the tests. If in some weekend to come I have the time, I will try to put it in order and then I reply here. Thanks for your comment! |
I just made a little clean up in the read-me file, and tested again the fix. Works ok. You will not install it. |
Can this be merged please? This issue is blocking the adoption of this library |
in the meanwhile, you can use the fork with the fix. You don't need to pip install, just get the files, put your credentials and run. |
Hi @medeirosjoaquim, I can't get your solution to work. I keep getting the following: Bizs-MacBook-Pro:PyGeoJson-master bizyoder$ python geojsonio.py africagrid20170906existing.geojson Any thoughts? |
Hi! How are you? I will take a look. But, since it's a 502 error, it looks like a Github's downtime. |
Hi! I took a look,. it still works fine here. I've noticed that you're using python3. This repo was set first with python 2.7 . Would you mind trying to run it with python 2.7 and then tell me if it works? Perhaps |
UPDATE: Now you should use an ACCESS TOKEN. It's cleaner and safer. just go to my fork and follow the instructions: |
a suggestion, I don't know if Git updated Auth tokens, but I ran into some trouble last night: The new path is: Settings > Developer settings > Personal access tokens Select scopes: gist - Create gists (checked) |
Hi, still having this issue |
Created auth(gituser, gitpass) and testauth() methods.
To solve the issue (#11) I had to create an auth method using github3.py.