Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #7447

Closed
Open
Created Aug 06, 2014 by Administrator@rootOwner

Test webhook error: 500

Created by: ghost

I am trying to do a transaction on Stripe via my application but not getting Stripe events which was working perfectly earlier. Then I try to test via Stripe dashboard but getting this exception on server, and it say "Test webhook error: 500" on Stripe dashboard.Is this Stripe's end issue or something wrong at my side?

2014-08-06 05:55:56,561 [http-8080-12] ERROR errors.GrailsExceptionResolver  - InvalidRequestException occurred when processing request: [POST] /webHookUrl
No such event: evt_00000000000000. Stacktrace follows:
com.stripe.exception.InvalidRequestException: No such event: evt_00000000000000
    at com.stripe.net.APIResource.handleAPIError(APIResource.java:418)
    at com.stripe.net.APIResource._request(APIResource.java:404)
    at com.stripe.net.APIResource.request(APIResource.java:342)
    at com.stripe.model.Event.retrieve(Event.java:36)
    at com.stripe.model.Event.retrieve(Event.java:24)
    at com.cvsurgeon.PaymentService.stripeEventsViaWebHook(PaymentService.groovy:402)
    at com.cvsurgeon.UserPaymentController.webHookEventsViaStripe(UserPaymentController.groovy:1116)
    at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:195)
    at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
    at java.lang.Thread.run(Thread.java:662)
Assignee
Assign to
Time tracking