Giter Club home page Giter Club logo

archiver-for-google-keep's People

Contributors

jamesmortensen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

archiver-for-google-keep's Issues

Error: 'ECONNREFUSED'

The logs:

2022-10-13T01:43:01.712Z INFO devtools:puppeteer: Initiate new session using the DevTools protocol
2022-10-13T01:43:01.713Z INFO devtools: Launch Google Chrome with flags: --disable-popup-blocking --disable-extensions --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-sync --metrics-recording-only --disable-default-apps --mute-audio --no-first-run --no-default-browser-check --disable-hang-monitor --disable-prompt-on-repost --disable-client-side-phishing-detection --password-store=basic --use-mock-keychain --disable-component-extensions-with-background-pages --disable-breakpad --disable-dev-shm-usage --disable-ipc-flooding-protection --disable-renderer-backgrounding --force-fieldtrials=*BackgroundTracing/default/ --enable-features=NetworkService,NetworkServiceInProcess --disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees --window-position=0,0 --window-size=1200,900
2022-10-13T01:43:02.245Z INFO devtools: Connect Puppeteer with browser on port 32054
FetchError: Failed to fetch browser webSocket URL from http://localhost:32054/json/version: request to http://localhost:32054/json/version failed, reason: connect ECONNREFUSED ::1:32054
    at ClientRequest.<anonymous> (C:\Users\joshu\AppData\Roaming\npm\node_modules\archiver-for-google-keep\node_modules\node-fetch\lib\index.js:1491:11)
    at ClientRequest.emit (node:events:513:28)
    at ClientRequest.emit (node:domain:489:12)
    at Socket.socketErrorListener (node:_http_client:494:9)
    at Socket.emit (node:events:513:28)
    at Socket.emit (node:domain:489:12)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED'
}

Screenshot:

image

Error: Not a valid date string.

In my case, there is a "narrow no-space break" instead of a "space" between the number an the AM/PM abbreviation for the lastEditedTime:
2:29 PM charCodeAt(4): 202f

It works with this regular expression:
const matcher = '([A-Za-z]{3}){1} ([0-9][0-9]?)$|([A-Za-z]{3}){1} ([0-9][0-9]?){1}, ([0-9][0-9][0-9][0-9])?|[0-9]?[0-9]:[0-9][0-9]\u202f([AP]M)';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.