Skip to content

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

@Teslestien

Description

@Teslestien

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions