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

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

Open
CristianComan opened this issue Aug 1, 2022 · 0 comments

Comments

@CristianComan
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant