aprs.me/lib
Graham McIntire 7db864bb64
Fix ParseError Access behavior error in packet batch insert
Fixed "ParseError does not implement the Access behaviour" error that
occurred during packet batch insert when packets contained ParseError
structs in their data_extended field.

Added special handling for Aprs.Types.ParseError structs in the
struct_to_map function to convert them to simple maps with their
error_code and message fields, preventing the Access behavior error
when the struct is accessed during processing.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-20 08:48:26 -05:00
..
aprsme Fix ParseError Access behavior error in packet batch insert 2025-07-20 08:48:26 -05:00
aprsme_web Remove debug logger statements for RF path hover functionality 2025-07-20 08:44:06 -05:00
mix/tasks update 2025-07-18 14:16:17 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00