-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The readme gives a configuration in the examples directory that looks like:
[app.Calculator]
command = "python calculator.py"
[app.Dictionary]
command = "python dictionary.py"
And then goes on to say, with a matching screenshot:
You should now get 3 links, one for each of the sections in the configuration:
However, there are 2 problems with this:
- There are only 2 sections to the configuration so you actually get 2 links (as per the configuration) not 3 as per the text & screenshot
dictionary.py
does not exist in the examples directory, or anywhere in themain
branch of the repo, so following that link results in an "App" that terminates almost immediately.
[05:57:00] INFO version='0.8.0'
INFO environment='prod'
INFO loading config from 'D:\\ToolBuild\\textual-web\\examples\\serve.toml'
INFO connecting to Ganglion
INFO <ganglion> No API Key provided. Using a temporary account.
INFO <ganglion> Create an account with 'textual-web --signup'!
[05:57:01] INFO <ganglion> ---
INFO <ganglion> Serving https://textual-web.io/mhwb9ng01m9t/calculator
INFO <ganglion> Serving https://textual-web.io/mhwb9ng01m9t/dictionary
[05:58:28] INFO <ganglion> 86.21.220.241 'Dictionary' 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0
Safari/537.36'
INFO <ganglion> 86.21.220.241 'Dictionary' 0:00:00
[05:58:37] INFO <ganglion> 86.21.220.241 'Dictionary' 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0
Safari/537.36'
INFO <ganglion> 86.21.220.241 'Dictionary' 0:00:00
[05:59:11] INFO Exit requested
INFO Disconnected from Ganglion
Metadata
Metadata
Assignees
Labels
No labels