Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.backend.python beat.backend.python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beat
  • beat.backend.pythonbeat.backend.python
  • Issues
  • #26
Closed
Open
Created Sep 24, 2019 by Samuel GAIST@samuel.gaistOwner

Validation fails with utf-8 error

Under some circumstances the values sent for validation may trigger an "utf-8" decoding error.

This comes from the fact that all zmq packets received are decoded before being passed to the callbacks corresponding to the received command.

The solution here is to pass the received data as is to the callbacks and they are responsible for decoding the data if needed.

Assignee
Assign to
Time tracking