gLiveView: Was Synching and then error Standard_in 1: Syntax error

@rylos, I made two adjustments.

  1. I checked .bashrc and made sure I had these … (bottom of file)

     Environment=“LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH”
     Environment=“PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH”
    
  2. Downloaded fresh JSON files to $CNODE_HOME/files

        cd $CNODE_HOME/files
        wget https://hydra.iohk.io/build/6198010/download/1/mainnet-config.json 
        wget https://hydra.iohk.io/build/6198010/download/1/mainnet-byron-genesis.json 
        wget https://hydra.iohk.io/build/6198010/download/1/mainnet-shelley-genesis.json 
        wget https://hydra.iohk.io/build/6198010/download/1/mainnet-topology.json
    
        I renamed mainnet-config.json  to  config.json
    
  3. Stop and restarted cnode.service
    sudo systemctl stop cnode
    sudo systemctl stat cnode.

Here is another helpful link