Open jringloff opened 7 years ago
Hi, sorry you've hit all these issues. I suspect the problem is that you are using the new, backwards-incompatible version of PRAW (v4+). When I wrote this, only PRAW v3 was around. Try downgrading to PRAW v3 (I think 3.4.0 or 3.5.0 is the latest). Hopefully that will fix it.
I'm not currently doing any development on this project (busy with other things), so I won't be updating the reddit data extractor to support the new version of PRAW in the foreseeable future.
Returned to pristine state, loaded praw 3.5.0 working like a champ. I would suggest a note that it's not tested, or known to work with praw >3.5.0.
Installed all the required bits, and it doesn't seem to work:
If I comment out line 98 or main.py, it runs, but all the default lists fail with a message every subreddit fails to exist.
The subreddit movies does not exist. Remove from list?
With a Yes|No dialog popup for each reddit list, I am using the defaults list to test.Also had problems getting it to run without a praw.ini that included the client_id, once I had that, it ran, but didn't read the client_id, and I needed to re-enter in the extractor.
Any ideas? I am not a python guy, so I am operating outside my talent envelope here. But I have successfully installed dozens of other python apps without too many issues, well a file locking issue on one I was able to fix, and commit. This one has me stumped.
Anything I can do to gather more relevant info? The only runtime error I get when I comment out line 98 of main.py:
libpng warning: iCCP: known incorrect sRGB profile
Which would seem to me not relevant to the issues at hand.