chasebank87 / fabric-connector

Provides an API to the Fabric, and its helper tools
24 stars 9 forks source link

Obsidian plug-in '…blocked by CORS policy' #4

Open rhm2k opened 2 weeks ago

rhm2k commented 2 weeks ago

I'm installing the fabric-connector in order to use the 'Unofficial Fabric Integration' plug-in for Obsidian.

GET http://127.0.0.1:49152/models?goCompatibility=true net::ERR_FAILED 500 (Internal Server Error)

Error testing Fabric Connector API Key: TypeError: Failed to fetch at FabricSettingTab.testFabricConnectorApiKey (plugin:unofficial-fabric-integration:2197:30) at eval (plugin:unofficial-fabric-integration:2151:18) at HTMLButtonElement. (app.js:1:1484574)


The modal in the side column states that "No patterns found", though I was able to download a community pattern to the designated folder for Custom Patterns.
chasebank87 commented 2 days ago

Do you have the go version installed? Also when upgrading to the go version it can cause issues by leaving leftover binaries. I would completely remove and install the go version again.

chasebank87 commented 2 days ago

Or use the mesh-ai plugin I built that does everything that the unofficial fabric plugin does but without fabric or fabric connector required.