Closed thomasboehm closed 3 years ago
I can't reproduce this, as it is. Are you updated up to the latest commit here, or just the latest release? If the latter, would you mind updating to the latest commit? Like so:
pip install git+https://github.com/manolomartinez/greg
Please let me know if the problem persists after doing that.
so just so you know, i had to issue a "pip3 install greg"
i had to issue a "pip3 install greg"
Hi, Dustin. You had to issue that command in order to do what? Is this related to the above issue?
Thanks
I can't reproduce this, as it is. Are you updated up to the latest commit here, or just the latest release? If the latter, would you mind updating to the latest commit? Like so:
pip install git+https://github.com/manolomartinez/greg
Please let me know if the problem persists after doing that.
This seemed to have solved the problem.
Since rebuilding my server I have problems with a few podcasts. I freshly installed Ubuntu 20.04 Server, installed greg with
--user
and restored .config/greg, .local/share/greg and my helper script.I don't know whether the problem lies with the new Ubuntu version or with the newer greg version. I removed the podacasts which threw an error and
greg sync
works again. Then I tried to add the other podcasts one by one but get the following errorSteps to reproduce:
greg add "TWIT Floss Weekly" https://feeds.twit.tv/floss.xml
greg check -f "TWIT Floss Weekly"
This lists 10 Episodes. But when I run
greg download 0
nothing happens, not even an error. When I rungreg sync
again I get the error above.