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

[Bug]: Always getting timeout #387

Open
that70schris opened this issue Jun 17, 2024 · 1 comment
Open

[Bug]: Always getting timeout #387

that70schris opened this issue Jun 17, 2024 · 1 comment
Labels

Comments

@that70schris
Copy link

Platform Version

macOS

SDK Version

6.0.0

Xcode Version

NA

Steps To Reproduce

I'm trying to use this in a Raycast extension https://github.com/that70schris/weather/tree/minimum

  1. install Raycast
  2. run npm install
  3. run npm run dev
  4. Raycast should pop up
  5. run the available "Weather" menubar command in Raycast

file to focus on is https://github.com/that70schris/weather/blob/minimum/Sources/weather.swift

Expected Behavior

    .horizontal(10000) // has an horizontal accuracy of 100 meters or lower
  ], timeout: 10)```
should return a location

### Actual Incorrect Behavior

I'm getting a timeout error despite `location.locationServicesEnabled` being `true`
@that70schris
Copy link
Author

Raycast documentation: https://developers.raycast.com

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

No branches or pull requests

1 participant