Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
I just had a student with a german keyboard layout who couldn't type the ```@``` either so I can confirm this can be an issue. She was also using a...
https://www.pythonanywhere.com/forums/topic/1839/ has a suggestion but when I tried it I got an error that ```Anywhere.terminal``` was undefined so maybe it's outdated. Edit: I think those are chrome instructions, not safari.
Because of its age I'm leaning to closing this issue. Thoughts?
To me that makes sense. I know Linux also requires sudo privileges but I think it's more common for work laptops to run Windows.
I don't know a lot about Windows, but have you tried to listen on `0.0.0.0:8000` instead of `0:8000`? If you leave that off entirely, does that work?
It suggests your hostname has unicode in it and Python can't deal with that. https://bugs.python.org/issue26227 is still open. https://stackoverflow.com/questions/25948687/gethostbyaddr-raises-unicodedecodeerror-in-python-3 only has the workaround to rename the system.
Do we really want to continue updating this module? Didn't we deprecate this in favor of puppet-archive?
Looks related to the unattended removal: https://github.com/theforeman/foreman/pull/8983
It's something that w do in Jenkins during testing there: https://github.com/theforeman/foreman-infra/blob/cbe856dcf378c4afef467cf3e0902a4e685c4fc5/puppet/modules/jenkins_job_builder/files/theforeman.org/scripts/test/test_plugin.sh#L53 Jenkins now fails with: ``` File does not exist: simplecov rake aborted! ``` That looks unrelated. I'm not sure...
I'd recommend to at least provide a string why it was skipped, but that's indeed what I was thinking of.