djmango / obsidian-transcription

Obsidian plugin to create high-quality transcriptions from markdown linked audio files
https://swiftink.io
MIT License
156 stars 17 forks source link

Transcription command keeps redirecting to Swiftlink page #37

Closed gon-pm closed 9 months ago

gon-pm commented 10 months ago

Hey there, i was using Transciption with Whisper ASR via Docker. Seemed to work fine for a while until i tried to run the command again and now it redirects to Swiftink regardless of the transcription engine used. For reference, these are the settings that i've used imagen And those are the contents of data.json

{
  "timestamps": true,
  "timestampFormat": "HH:mm:ss",
  "translate": false,
  "language": "es",
  "verbosity": 1,
  "whisperASRUrl": "http://localhost:9000",
  "debug": false,
  "transcriptionEngine": "whisper_asr",
  "embedAdditionalFunctionality": true,
  "embedSummary": true,
  "embedOutline": true,
  "embedKeywords": true,
  "swiftink_access_token": "<redacted>",
  "swiftink_refresh_token": "<redacted>"
}

Note that i did sign up to Swiftink, but it doesn't work, it just uploads the file but it doesn't transcribe it. Edit: Mispelled Swiftink Thanks!

djmango commented 10 months ago

Confirmed. Will ship a fix this week

djmango commented 9 months ago

Fixed in 3.2.2