Changes between Version 3 and Version 4 of DRM4G/FAQ
- Timestamp:
- Nov 4, 2016 1:55:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/FAQ
v3 v4 42 42 * One solution for solving the SNIMissingWarning and !InsecurePlatformWarning warnings is to upgrade to a more recent version of Python. 43 43 * If for any reason you are not able to upgrade, you can also run `pip install 'requests[security]'` as explained here. 44 45 \\ 46 = Common errors = 47 == When running `drm4g start` this error occurs: 48 {{{#!sh 49 Error! Lock file $DRM4G_DIR/.drm4g/var/.lock exists. 50 }}} 51 * Running `drm4g stop` before starting DRM4G should resolve the issue. 52 * This happens when `DRM4G` hasn't been properly closed.