Python 3.8.3
See original GitHub issue📣 Notification Service(s) Impacted Probably all
🪲 Describe the bug When running on Alpine 3.12 using Python 3.8.3 I get the following error:
ERROR - Unparseable URL ......
Probably caused by this piece of code: https://github.com/caronc/apprise/blob/6a79d38e126383a6d06ca16dc566f0e71dcbc42f/apprise/plugins/__init__.py#L452
Rolling back the Python version to 3.8.2, but staying on Alpine 3.12 base fixes the issue, so I’m guessing it’s just a python problem introduced from 3.8.2->3.8.3.
💻 Your System Details:
- OS: [Alpine 3.12 docker]
- Python Version: [3.8.3]
Issue Analytics
- State:
- Created 3 years ago
- Comments:10
Top Results From Across the Web
Python Release Python 3.8.3
Python 3.8.3. Release Date: May 13, 2020. This is the third maintenance release of Python 3.8. Note: The release you're looking at is...
Read more >How to Install Python 3.8.3 on Windows 10 - YouTube
In this video, you can learn how to install Python 3.8.3 on Windows 10. Follow these steps and install Python in your Windows...
Read more >How to Download & Install Python 3.8.3 on Windows 10/8/7
How to Download & Install Python 3.8.3 on Windows 10/8/7pip installpip3 install.
Read more >Download Python 3.8.3 for Windows - Filehippo.com
Download Python 3.8.3 for Windows. Fast downloads of the latest free software! Click now.
Read more >Download Python 3.8.3 for Windows free - Downzen.com
Download Python 3.8.3 The famous programming language, Python 3, is an easy language for everyone and is used in various fields, and one...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hotio, glad we were able to work together and figure this one out. Kudos to @ddevault for sourcehut’s awesome ad-hock build system.
Man, that’s the second time I’m making a fool of myself on this project 😃
Trying to get the docker as small as possible, I was removing
py3-pip
, which also deleted other stuff that seemed to be needed…Thx, your build log steered me in the right direction.