Lady Chili

Results 4 comments of Lady Chili

最后怎么解决的?

😂新手借个issue问一下,现在的API请求参数是只有一个`file`吗? 总是返回 `{"code":0,"msg":"You did not select a file to upload."}` 是哪里出错了呀? ``` python import requests url = 'https://imgurl.org/api/upload/url' img_path = '/Users/cathy/Desktop/que-14136851099.jpeg' image = open(img_path, 'rb') #是这一行不对吗 data = {'file': image}...

Same here. I installed jupyterlab-system-monitor with pip. The top bar not showing metrics, and the terminal keeps returning those error ![image](https://user-images.githubusercontent.com/27876613/109476735-319be600-7ab2-11eb-978f-7d556370e564.png)

_Open Workspace_ also leads to `Cannot get ...` issue.