-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working on linux #23
Comments
I've tried using dom with both OSX, Ubuntu, and a variant of Arch Linux, each with Python 2 & 3, and all have worked fine. I ran into some other issues, but nothing related to a KeyError such that 'status' didn't exist within the data object. If you are familiar with Docker, the following Dockerfile can be used to show a simple testing environment, which the command FROM ubuntu:16.04
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y python python-pip
ENV DOMAINR_MASHAPE_KEY={replace with your key as needed}
RUN pip install dom
RUN dom --ascii zachwill The output I get from this is as expected:
|
I also have this issue with both python2 and 3 on Debian 9
|
Would you be able to debug the script and print out the value for the |
This error may be caused by wrong api key, I solved it by correct my api key. |
Using ubuntu, I'm seeing the following error when doing
dom zachwill.com
replacing:
with:
works, but the output is ugly.
I believe the issue is the syntax highlighting is specific to osx terminal. may want to put that in the docs.
The text was updated successfully, but these errors were encountered: