Discussion:
[bottlepy] Errno 98
Tom Park
2015-12-15 05:08:35 UTC
Permalink
I've been running a simple bottle server on Windows for several years, and
recently moved everything to a raspberry pi. When the bottle server is
terminated using Ctrl-C, all is well, but if I reboot without first
terminating the server using Ctrl-C, I get Errno 98 when I launch it. I've
found no way to recover other than to change the port number, not a great
solution. I would think that shutting down and even unplugging would clear
the port, but it doesn't. Anyone know how I can overcome this?
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Tom Park
2015-12-18 17:23:04 UTC
Permalink
New information:
On a different pi, I'm running the exact same program and can't
duplicate the error; it runs fine from the terminal or the Python Shell,
and whether I stop it using Ctrl-C or reboot the pi, it still works without
reporting Errno 98. Same OS. Anyone have any clues why it doesn't screw
up like the other pi is?
Post by Tom Park
I've been running a simple bottle server on Windows for several years, and
recently moved everything to a raspberry pi. When the bottle server is
terminated using Ctrl-C, all is well, but if I reboot without first
terminating the server using Ctrl-C, I get Errno 98 when I launch it. I've
found no way to recover other than to change the port number, not a great
solution. I would think that shutting down and even unplugging would clear
the port, but it doesn't. Anyone know how I can overcome this?
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.

---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...