Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate bugs #13

Open
pbgnz opened this issue Jan 14, 2022 · 4 comments
Open

investigate bugs #13

pbgnz opened this issue Jan 14, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@pbgnz
Copy link
Collaborator

pbgnz commented Jan 14, 2022

No description provided.

@pbgnz pbgnz added the bug Something isn't working label Jan 14, 2022
@pbgnz
Copy link
Collaborator Author

pbgnz commented Jan 14, 2022

internal/streams/legacy.js:61
      throw er; // Unhandled stream error in pipe.
      ^

Error: connect ETIMEDOUT 151.101.137.140:443
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) {
  errno: 'ETIMEDOUT',
  code: 'ETIMEDOUT',
  syscall: 'connect',
  address: '151.101.137.140',
  port: 443
}

@pbgnz
Copy link
Collaborator Author

pbgnz commented Jan 18, 2022

Error at downloading image: The Ryōunkaku in Tokyo, the tallest building in Japan from 1890 until the 1923 earthquake  TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters
    at new ClientRequest (_http_client.js:148:13)
    at Object.request (https.js:314:10)
    at Request.start (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:751:32)
    at Request.end (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:1505:10)
    at end (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:564:14)
    at Immediate._onImmediate (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:578:7)
    at processImmediate (internal/timers.js:456:21) {
  code: 'ERR_UNESCAPED_CHARACTERS'
}
Error at downloading image: maid at コンビニ  TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters
    at new ClientRequest (_http_client.js:148:13)
    at Object.request (https.js:314:10)
    at Request.start (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:751:32)
    at Request.end (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:1505:10)
    at end (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:564:14)
    at Immediate._onImmediate (C:\Users\gonza\Documents\dev\my-history-dosis\node_modules\request\request.js:578:7)
    at processImmediate (internal/timers.js:456:21) {
  code: 'ERR_UNESCAPED_CHARACTERS'
}

@pbgnz
Copy link
Collaborator Author

pbgnz commented Jan 31, 2022

[Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: posts.hash
Emitted 'error' event on Statement instance at:
] {
  errno: 19,
  code: 'SQLITE_CONSTRAINT'
}

seems like the hash function is having collisions

pbgnz added a commit that referenced this issue Jan 31, 2022
@pbgnz
Copy link
Collaborator Author

pbgnz commented Feb 6, 2022

internal/streams/legacy.js:61
      throw er; // Unhandled stream error in pipe.
      ^

[Error: UNKNOWN: unknown error, write] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'write'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant