Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
beat.backend.python
beat.backend.python
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • beat
  • beat.backend.pythonbeat.backend.python
  • Issues
  • #26

Closed
Open
Opened Sep 24, 2019 by Samuel GAIST@samuel.gaist
  • Report abuse
  • New issue
Report abuse New issue

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
Soft loops
Milestone
Soft loops
Assign milestone
Time tracking
None
Due date
None
3
Labels
bug confirmed critical
Assign labels
  • View project labels
Reference: beat/beat.backend.python#26