Closed eloekset closed 1 year ago
Don't use PyPortal.fetch(). Instead call API using PyPortal.network.requests.get(). PyPortal freezes when PyPortal.fetch() is called several times, but there's no clue about the origin of the issue.
PyPortal.fetch()
PyPortal.network.requests.get()
Don't use
PyPortal.fetch()
. Instead call API usingPyPortal.network.requests.get()
. PyPortal freezes whenPyPortal.fetch()
is called several times, but there's no clue about the origin of the issue.