Skip to content
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

How do I list images by latitude and longitude of a place? #124

Open
Teslestien opened this issue Jan 20, 2022 · 0 comments
Open

How do I list images by latitude and longitude of a place? #124

Teslestien opened this issue Jan 20, 2022 · 0 comments

Comments

@Teslestien
Copy link

Hi, so I was trying to use this api to get images of a certain latitude and longitude coordinates, but flickr_api.Place.findByLatLon and passing a list of the coordinates to it but for some reason it says takes 0 arguments but 1 was given. This is the error it gives if I don't give an argument

Traceback (most recent call last):
  File "d:\Game Dev\Codes\Misc\misc.py", line 231, in <module>
    place = flickr_api.Place.findByLatLon()
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\flickr_api\reflection.py", line 294, in static_call
    r = method_call.call_api(method=flickr_method, **method_args)
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\flickr_api\method_call.py", line 149, in call_api
    raise FlickrAPIError(resp["code"], resp["message"])
flickr_api.flickrerrors.FlickrAPIError: 1 : Required arguments missing

What am I doing wrong? I new to this so please be a bit specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant