Jump to content

Callback Exception nach gewisser Zeit


sotse

Recommended Posts

Hallo zusammen,

 

ich sitze an einem Projekt, bei dem ich das Air Quality- sowie das Sound Pressure Level Bricklet benutze um die Werte zu loggen, in einem Webbrowser zu plotten und an dem OLED Bricklet anzuzeigen. Ich benutze dafür einen Raspberry Pi 3 Model B+ mit Python 3.5 sowie die tinkerforge API Bindings Version 2.1.19. Die ganzen Funktionen laufen auch einwandfrei, jedoch hängt sich das OLED Display nach ca. 10 Stunden auf (mit 1000ms für "set_all_values_callback_configuration"). Wähle ich jedoch 1ms aus, hängt es sich nach 5 Minuten auf. Die Fehlermeldung, die angezeigt wird, ist wie folgt:

 

Exception in thread Callback-Processor:
Traceback (most recent call last):
  File "/home/pi/NoiseAwareness/tinkerforge/ip_connection.py", line 1164, in send_request
    response = device.response_queue.get(True, self.timeout)
  File "/ust/lib/python3.5/queue.py", line 172, in get
    raise Empty
queue.Empty

 

Danke für jegliche Hilfe

Soto.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...