MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. EricC
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    E
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    EricC

    @EricC

    0
    Reputation
    8
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    EricC Unfollow Follow

    Latest posts made by EricC

    • MMM-CalendarExt2 Error in iCal Parsing HPE_HEADER_OVERFLOW Header overflow

      Hi,

      I’ve got several calendars and one them stopped working. I found following error in the pm2 log file:

      [2020-11-15 20:01:14.789] [LOG]    https://xxxx  >> Error in iCal Parsing.
      [2020-11-15 20:01:14.794] [LOG]    {
        headers: {
          'User-Agent': 'Mozilla/5.0 (Node.js 12.4) ' +
            'MagicMirror/2.13.0 ' +
            '(https://github.com/MichMich/MagicMirror/)'
        },
        auth: { user: '', pass: '', sendImmediately: 1 }
      }
      [2020-11-15 20:01:14.795] [LOG]    Error: Parse Error
          at TLSSocket.socketOnData (_http_client.js:452:22)
          at TLSSocket.emit (events.js:200:13)
          at addChunk (_stream_readable.js:294:12)
          at readableAddChunk (_stream_readable.js:275:11)
          at TLSSocket.Readable.push (_stream_readable.js:210:10)
          at TLSWrap.onStreamRead (internal/stream_base_commons.js:166:17) {
        bytesParsed: 8281,
        code: 'HPE_HEADER_OVERFLOW',
        reason: 'Header overflow'
      }
      

      I fixed it temporarily by dowloading a local copy with wget and changing the URL in the config to localhost. The wget is scheduled to run hourly thru crontab. So it works for now but I’d rather have it work from the actual URL.

      Thanks,
      EricC

      posted in Troubleshooting
      E
      EricC