common problem
Download failed: input/output error
appears in the log
In this case, first make sure whether the download directory has permissions (if the download has been successful before, it must have permissions)
If the download directory has write permission, then you need to consider whether the download address can be accessed normally:
Linux users can use wget address url
to see whether the m3u8
information is returned correctly.
Windows users can use software such as postman to test whether it is parsed normally.
If the above is normal, you can go to github to submit an issue.
TIP
- Make sure the download directory has write permissions
- Make sure the download address can be accessed normally
istoreOS and other openwrt platform issues
At present, we do not have the corresponding equipment to test, and we cannot ensure that it can be used normally.
There are situations where it cannot be used:
- Test whether docker is used normally
- Test whether the release is used normally
WARNING
User feedback: istoreOS cannot be used