Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

AttributeError: 'PybytesProtocol' object has no attribute 'send_custom_location' #606

@CristianComan

Description

@CristianComan

Please include the following information when submitting a bug report:

  • The Pycom board you are using (e.g. WiPy 2.0, LoPy): FiPy with Pytrack 2.0
  • The firmware version you are using. You can get it by executing the following Python code at the REPL:
import os
os.uname()

(sysname='FiPy', nodename='FiPy', release='1.20.2.r6', version='v1.11-c5a0a97 on 2021-10-28', machine='FiPy with ESP32', lorawan='1.0.2', sigfox='1.0.1', pybytes='1.7.1')

  • Exact steps to cause this issue
    1. I tried to use the pybytes.send_custom_location(1, 50, 15)
    2. received the error: AttributeError: 'PybytesProtocol' object has no attribute 'send_custom_location'

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions