howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
426 stars 95 forks source link

composer update missing #155

Closed pautiina closed 5 years ago

pautiina commented 5 years ago
  [Composer\Repository\InvalidRepositoryException]
  Invalid repository data in /var/www/cacti/plugins/weathermap/vendor/composer/installed.json, packages could not be loaded: [Seld\JsonLint\ParsingException] "/var/www/cacti/plugins/weathermap/vendor/composer/installed.json" does not
  contain valid JSON
  Parse error on line 253:
  ...        }        ],
  ---------------------^
  Expected: 'STRING' - It appears you have an extra trailing comma
pautiina commented 5 years ago

I fully delete directory vendor from server and repeat composer update. Now I don't have tgis error.

howardjones commented 5 years ago

That's interesting. That file is written by composer, not weathermap...