WiPy2 - NotImplementedError: byte code not implemented

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

WiPy2 - NotImplementedError: byte code not implemented

Post by devnull » Sun Jan 15, 2017 6:01 am

using sockets, I have created a simple web server, with a single connection.

This connection has a javascript setInterval() that every 15 seconds makes the same call to the webserver.

Problem is the server is randomly crashing with:

[code]
Traceback (most recent call last):
p��?", line 1, in P2 "93"}�-@?���? /@?��������(�@?��?P��?�@?@��?192.168.0.88(�@?0��?}��@?��
NotImplementedError: byte code not implemented
[/code]

I'm not sure what this "byte code not implemented" means, but as mentioned, the calls every 15 seconds are identical so I don't know why some of them are causing the system to crash ?

User avatar
bmarkus
Posts: 111
Joined: Tue Oct 21, 2014 5:58 am

Re: WiPy2 - NotImplementedError: byte code not implemented

Post by bmarkus » Sun Jan 15, 2017 10:36 pm

Better to use Pycom Forum to get assistance:

https://forum.pycom.io/
Tiny Core Linux (piCore) developer
HAM radio call: HA5DI (Béla)

Post Reply