@scrypted/server 0.7.40 → 0.7.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @scrypted/server might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.7.40",
3
+ "version": "0.7.42",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@mapbox/node-pre-gyp": "^1.0.10",
@@ -384,10 +384,9 @@ class PluginRemote:
384
384
  if platform.machine() == 'aarch64' and platform.architecture()[0] == '32bit':
385
385
  print('=============================================')
386
386
  print('Python machine vs architecture mismatch detected. Plugin installation may fail.')
387
- print('If Scrypted is running in docker, the docker version may be 32bit while the host kernel is 64bit.')
388
- print('This may be resolved by reinstalling a 64bit docker.')
389
- print('The docker architecture can be checked with the command: "file $(which docker)"')
390
- print('The host architecture can be checked with: "uname -m"')
387
+ print('This issue occurs if a 32bit system was upgraded to a 64bit kernel.')
388
+ print('Reverting to the 32bit kernel (or reflashing as native 64 bit is recommended.')
389
+ print('https://github.com/koush/scrypted/issues/678')
391
390
  print('=============================================')
392
391
 
393
392
  python_version = 'python%s' % str(