ALonelyJuicebox / OFMetadataToStash

This script imports OnlyFans metadata into your Stash Database
BSD 2-Clause "Simplified" License
73 stars 10 forks source link

[BUG] Windows computer can't see stash instance locally hosted but my server can #42

Open twist3dimages opened 7 months ago

twist3dimages commented 7 months ago

For some reason, running the script on my Windows computer (where Stash is located) always gives me this output

PS J:\Github\OFMetadataToStash-Mine> pwsh .\OFMetadataToStash.ps1

Hmm...Could not communicate to Stash using the URL in the config file (http://192.168.50.206:9999/graphql) Are you sure Stash is running? If Stash is running like normal, press [Enter] to recreate the configuration file for this script:

I've used localhost and my IP, with and without the vpn but it still does the same thing.

However, if I run the script from my Linux server, it is able to connect to that instance no problem