Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Error: README.me not found #9

Closed
tiktuk opened this issue Sep 22, 2012 · 3 comments
Closed

Error: README.me not found #9

tiktuk opened this issue Sep 22, 2012 · 3 comments

Comments

@tiktuk
Copy link
Contributor

tiktuk commented Sep 22, 2012

I get this in my system log on OS X:

9/22/12 18:10:45    net.tiktuk.websitepoller[22390] Traceback (most recent call last):
9/22/12 18:10:45    net.tiktuk.websitepoller[22390]   File "/usr/local/Cellar/python/2.7/bin/websitepoller", line 8, in <module>
9/22/12 18:10:45    net.tiktuk.websitepoller[22390]     load_entry_point('website-poller==0.5.4', 'console_scripts', 'websitepoller')()
9/22/12 18:10:45    net.tiktuk.websitepoller[22390]   File "/usr/local/Cellar/python/2.7/lib/python2.7/site-packages/websitepoller/poller.py", line 153, in run
9/22/12 18:10:45    net.tiktuk.websitepoller[22390]     args = parse_args()
9/22/12 18:10:45    net.tiktuk.websitepoller[22390]   File "/usr/local/Cellar/python/2.7/lib/python2.7/site-packages/websitepoller/poller.py", line 143, in parse_args
9/22/12 18:10:45    net.tiktuk.websitepoller[22390]     with open('README.md', 'r') as f:
9/22/12 18:10:45    net.tiktuk.websitepoller[22390] IOError: [Errno 2] No such file or directory: 'README.md'
9/22/12 18:10:45    com.apple.launchd.peruser.501[186]  (net.tiktuk.websitepoller[22390]) Exited with exit code: 1

I'm using launchd to start the script.

@bebraw
Copy link
Contributor

bebraw commented Sep 22, 2012

Okay. Thanks for reporting! Need to fix this. :)

@bebraw bebraw closed this as completed in d7a0e07 Sep 22, 2012
@bebraw
Copy link
Contributor

bebraw commented Sep 22, 2012

Ought to work in the newest version (0.5.6). I disabled the README.md based code for now and added a custom description to the argument parser instead. This isn't ideal but it works.

@tiktuk
Copy link
Contributor Author

tiktuk commented Sep 25, 2012

Thanks, it works now :-) .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants