I am following the Django Hello, World + Fly Deployment tutorial on LearnDjango. When I try to install Fly using Powershell I get the below error message.
What command can I use to install with Command Prompt-CMD?
iwr : The underlying connection was closed: An unexpected error occurred on a send.
At line:1 char:1
I am following the + iwr https://fly.io/install.ps1 -useb | iex
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Are you talking about this page: Django + Fly.io Tutorial | LearnDjango.com?
If so, what command are you trying to issue that is giving you this error, and where does it appear on the page? (What section heading?)
This is the page I am on Django Hello, World + Fly.io Deployment | LearnDjango.com.
I will save that page for after I have finished the Hello World tut. After finishing the first 4 chapters of Django for Beginners I see that I am beginning to understand Django better. I wish I could afford the book. But I am trying to raise $300 for the cataract surgery on my right eye. At $50 for the book (actually $49.99) I really cannot afford it right now. So I will do all the tutorials from LearnDjango. I have done the Django-allauth tutorial, the Django REST Framework Tutorial: Todo API, and Django Log In with Email not Username tutorial. All these tutorials and more from LearnDjango I hope to go through because I understand them better.
What is the command that you’re trying to run?
I don’t see that command on the tutorial page you are referencing. What is telling you that you need to run that command? (It’s not part of the tutorial.)
Bottom line, this is neither a Django issue nor a LearnDjango Tutorial issue. The problem you are having is with fly.io
and the instructions that they are providing.
Fly.io
has their own support channels - see Support · Fly Docs
Yes I see that. Let me go to the platform and try and sign up. Thank you so much for your help. I really appreciate it. Let me go back to my learning Django. Once again thank you for your guidance