Closed gonzo2474 closed 3 years ago
@gonzo2474 Thanks for the report about the bug. Yes, it seems that there is an issue with python 3.9 and feedparser from the log. I'll push a dependency hotfix into the current release after testing a few things.
@gonzo2474 Okay, the hotfix has been implemented. The tests are now working fine and run on python 3.9.8 instead of 3.7.2. Feedparser needs to be on v6.0.8 for everything to work properly.
If you're looking for a maual fix, you can try this:
pip3 uninstall feedparser && pip3 install feedparser==6.0.8
Then reboot (sudo reboot
) to apply changes and try running Inkycal again. The RSS module should then be working as expected.
I'll be closing this issue as the hotfix has been implemented. If you feel a need to re-open this issue, please feel free to do so
Thank you. It seems to work, because there is no errormessage to be seen. But the display is still clear and white. I will check the wires, maybe there is a problem with the display, the HAT or the connectors. I'll see. But thank you again for solving the issue
@gonzo2474 You‘re most welcome 😄 You can post the wiring issue at our Discord server, there it‘s easier to debug and will keep this issue clean. Most likely it‘s a small issue with selecting the correct drivers.
But glad to hear the fix now works :)
Hello,
when I start Inkycal with
python3 /home/pi/inky_run.py &
, there is the following errorIn line 93 of the file, there is written:
It seems, there is a problem, using the old version of feedparser.py (5.2.1), (actual version is 6.0.8) and actual version of python 3.9.2. But Inkycal needs version 5.2.1 of feedparser. Using version 6.0.8 of feedparser does not work.