franzwilhelm / raycast-toggl-track

0 stars 0 forks source link

bug: data fetch fails from invalid api url #1

Open onordbo opened 2 years ago

onordbo commented 2 years ago

The Toggl API endpoint/url changed from v8 to v9, breaking the extension connection to the connected Toggl account.

franzwilhelm commented 2 years ago

True, but I use v8 in this repo, so shouldn't cause any problems unless I migrate to v9? The extension seems to be working as before. Could you provide me with details on how to reproduce?

onordbo commented 2 years ago

Huh, that's strange. It broke out of the box for me when I installed the plugin from the Raycast store 🤔 Maybe something else is wrong on my end, although it looks like I'm properly connected to the internet, and everything else is fetching fine as far as I can see.

  1. Fresh install (from the store)
  2. Dropped in my api-token
  3. Ran the track time command
  4. Got the message "Failed to load data from Toggle. Please try again." (see ss)
image