Hi,
So, I’m trying to connect my image classifier (input: brain MRI image, output: yes/no brain tumor) from Google colab (python) to Anvil and I’ve come across a few error messages that I have been able to solve, but I began getting this error message as of last night:
AppOfflineError: App is offline at [Form1, line 15](javascript:void(0))
I first thought Anvil was offline to do some updates but since I’m getting the error today as well, I’m not sure that’s the case? Here is my clone link if that is helpful and a screenshot of my code from the server, which is very similar to the dog vs cat image classifier example that Anvil has.
https://anvil.works/build#clone:DMX42OOXIFCCJBG6=ATO7HY55USUJOMCGENWNSLCO
I’m not sure if this is helpful or related but when I run this at the start of my client code
!pip install anvil-uplink
import anvil.server
anvil.server.connect("my uplink here")
I get this message even after I follow its suggestion to restart the runtime.
Also, I did look at the forum first before posting this topic but it seems like the issue was resolved randomly for others or was resolved via email so I’m posting it again so that hopefully it will be useful for someone else in the future!
Thank you!
Antonio

