Giter Club home page Giter Club logo

Comments (5)

ambv avatar ambv commented on May 26, 2024 4

This is the exception, this is due to case significant username matching:

2022-06-20T11:22:21.954486+00:00 app[web.1]: yarn next start -p 7895   !!     at SignClaHandler.descriptor.value (/app/.next/server/chunks/1601.js:263:19)
2022-06-20T11:22:21.954537+00:00 app[web.1]: yarn next start -p 7895   !!     at runMicrotasks (<anonymous>)
2022-06-20T11:22:21.954585+00:00 app[web.1]: yarn next start -p 7895   !!     at processTicksAndRejections (internal/process/task_queues.js:93:5)
2022-06-20T11:22:21.954657+00:00 app[web.1]: yarn next start -p 7895   !!     at async SignClaHandler.handleAllMatchingEmails (/app/.next/server/chunks/1601.js:669:9)
2022-06-20T11:22:21.954701+00:00 app[web.1]: yarn next start -p 7895   !!     at async SignClaHandler.signCla (/app/.next/server/chunks/1601.js:699:5)
2022-06-20T11:22:21.954748+00:00 app[web.1]: yarn next start -p 7895   !!     at async __WEBPACK_DEFAULT_EXPORT__ (/app/.next/server/pages/api/contributors/auth/github/callback.js:125:20)
2022-06-20T11:22:21.954795+00:00 app[web.1]: yarn next start -p 7895   !!     at async Object.apiResolver (/app/node_modules/next/dist/server/api-utils.js:102:9)
2022-06-20T11:22:21.954841+00:00 app[web.1]: yarn next start -p 7895   !!     at async Server.handleApiRequest (/app/node_modules/next/dist/server/next-server.js:1064:9)
2022-06-20T11:22:21.954887+00:00 app[web.1]: yarn next start -p 7895   !!     at async Object.fn (/app/node_modules/next/dist/server/next-server.js:951:37)
2022-06-20T11:22:21.954933+00:00 app[web.1]: yarn next start -p 7895   !!     at async Router.execute (/app/node_modules/next/dist/server/router.js:222:32) {
2022-06-20T11:22:21.954979+00:00 app[web.1]: yarn next start -p 7895   !!   internalError: ConflictError: Error: email violates exclusivity constraint
2022-06-20T11:22:21.955025+00:00 app[web.1]: yarn next start -p 7895   !!       at EdgeDBClaRepository.run (/app/.next/server/chunks/1601.js:1037:17)
2022-06-20T11:22:21.955072+00:00 app[web.1]: yarn next start -p 7895   !!       at runMicrotasks (<anonymous>)
2022-06-20T11:22:21.955117+00:00 app[web.1]: yarn next start -p 7895   !!       at processTicksAndRejections (internal/process/task_queues.js:93:5)
2022-06-20T11:22:21.955170+00:00 app[web.1]: yarn next start -p 7895   !!       at async EdgeDBClaRepository.saveCla (/app/.next/server/chunks/1601.js:1098:5)
2022-06-20T11:22:21.955215+00:00 app[web.1]: yarn next start -p 7895   !!       at async SignClaHandler.createCla (/app/.next/server/chunks/1601.js:632:5)
2022-06-20T11:22:21.955262+00:00 app[web.1]: yarn next start -p 7895   !!       at async SignClaHandler.descriptor.value (/app/.next/server/chunks/1601.js:254:18)
2022-06-20T11:22:21.955313+00:00 app[web.1]: yarn next start -p 7895   !!       at async SignClaHandler.handleAllMatchingEmails (/app/.next/server/chunks/1601.js:669:9)
2022-06-20T11:22:21.955358+00:00 app[web.1]: yarn next start -p 7895   !!       at async SignClaHandler.signCla (/app/.next/server/chunks/1601.js:699:5)
2022-06-20T11:22:21.955406+00:00 app[web.1]: yarn next start -p 7895   !!       at async __WEBPACK_DEFAULT_EXPORT__ (/app/.next/server/pages/api/contributors/auth/github/callback.js:125:20)
2022-06-20T11:22:21.955451+00:00 app[web.1]: yarn next start -p 7895   !!       at async Object.apiResolver (/app/node_modules/next/dist/server/api-utils.js:102:9) {
2022-06-20T11:22:21.955498+00:00 app[web.1]: yarn next start -p 7895   !!     _statusCode: 409,
2022-06-20T11:22:21.955543+00:00 app[web.1]: yarn next start -p 7895   !!     _errorCode: 'Conflict',
2022-06-20T11:22:21.955591+00:00 app[web.1]: yarn next start -p 7895   !!     _internalError: undefined
2022-06-20T11:22:21.955641+00:00 app[web.1]: yarn next start -p 7895   !!   }
2022-06-20T11:22:21.955687+00:00 app[web.1]: yarn next start -p 7895   !! }

I have a fix for this that I'll be deploying soon and testing with @AA-Turner.

from cla-bot.

elprans avatar elprans commented on May 26, 2024 1

@ambv, can you take a look at this, or should I?

from cla-bot.

CAM-Gerlach avatar CAM-Gerlach commented on May 26, 2024

Seems Adam isn't the only one having issues with this; @terryjreedy reported this was occurring on other issues in python/devguide#898 (comment)

Given this means that such PRs are unmergable aside from repo admins, are marked as check failures and require manual verification, and appears to potentially have a simple solution, this seems to be a pretty critical issue...

from cla-bot.

hugovk avatar hugovk commented on May 26, 2024

Here's another report of someone unable to sign the CLA, who has a similar email address:

from cla-bot.

arhadthedev avatar arhadthedev commented on May 26, 2024

Another, today's occurence: python/cpython#93995.

Edit: also python/cpython#93628 (comment) 10 days ago.

from cla-bot.

Related Issues (16)

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.