Http requests mblock PC version


#1

Hi,
I have a local flask server that generates some random values in a JSON API upon any get request.
I followed the hitokoto tutorial and pretty much copy pasted the code from that tutorial into 2 extensions. 1 was a new hitokoto extension itself and the other is the slightly customized version with the URL changed to localhost:port and obviously, random numbers are being saved in the JSON instead of yiYanResult.
I have tried testing both on both mblock PC and mblock web. None of them works. The self-made hitokoto extension doesnt work on both mblock PC and web (It cannot get imported in the mblock web version) and the customized version that retrieves random numbers doesnt work on PC as well.

Can you please help me out and guide me what is the problem? Thanks.