vrtmrz / obsidian-livesync

MIT License
3.96k stars 134 forks source link

Automatic setup using Colaboratory fails in generate server step #339

Closed haak closed 4 months ago

haak commented 7 months ago

In Automatic setup using Colaboratory, the following step causes an error.

# Generate server
!/root/.fly/bin/flyctl launch  --auto-confirm --generate-name --detach --no-deploy --region ${region}
!/root/.fly/bin/fly volumes create --region ${region} couchdata --size 2 --yes

The command expects an answer to y/N question

? Do you want to tweak these settings before proceeding? (y/N) 7999;999f6n

Reproducing procedure

Open colab(deploy_couchdb_to_flyio_v2_with_swap.ipynb) and follow instructions until the error occurs.

dlphnkck commented 7 months ago

Hi. Is the following relevant?

The New Launch - Fresh Produce - Fly.io

There’s a slight bug in name generation that came from the chaos of getting all this merged. It doesn’t currently pull names from the working directory, and it lies about how it derived the app name it’s using. This will be fixed in v0.1.125

Sorry if this is not relevant.

haak commented 7 months ago

I imagine changes made to the fly cli are related

hyunki commented 7 months ago

I imagine changes made to the fly cli are related

same issue. Cannot skip that question on cli. Every input considered as password Set up done by manual.

vrtmrz commented 7 months ago

Thank you for opening the issue! It may caused upstream bug. However, it seems not merged yet, and could be so inconvenient, I will address it soon.

alichay commented 4 months ago

Thank you for opening the issue! It may caused upstream bug.

Hi! Just letting you know this finally got merged :)

vrtmrz commented 4 months ago

@alichay Thank you for letting us know! And while we were waiting for it, a brand new fully automatic set-up was also available. Sorry that I have missed announcing this to this thread! I hope to close the issue once by this Setup CouchDB on fly.io. Feel free to reopen this issue!