Skip to content

Using the webclient module in a program causes Berry to crash #18832

Discussion options

You must be logged in to vote

Currently, if the Wifi is not yet established, webclient may crash. This is not ideal but we hadn't had time to fix this.

One way to guard agains it is:

if !tasmota.wifi()['up'] && !tasmota.eth()['up']    return   end 

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@DremOSDeveloperTeam
Comment options

Answer selected by DremOSDeveloperTeam
Comment options

You must be logged in to vote
4 replies
@DremOSDeveloperTeam
Comment options

@sfromis
Comment options

@barbudor
Comment options

@DremOSDeveloperTeam
Comment options

Comment options

You must be logged in to vote
3 replies
@sfromis
Comment options

@s-hadinger
Comment options

@Manu-8
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #18831 on June 09, 2023 09:34.