myfreax
myfreax
> 经过验证 > 不需要导入证书,因为没用,直接忽略证书错误就行 | 见 #432 如是说 > 代理模式亦可使用 > 这里想问下 @MentalOmega > > > 我在这里使用了 node.js 启动,需要同时 -p 80:443 映射两个端口,若在本机运行程序,请指定网易云服务器 IP -f xxx.xxx.xxx.xxx (可在修改 hosts 前通过 ping music.163.com...
Hello every one,我编写一个一键配置脚本,欢迎使用 [huangyanxiong01/auto-unlock-netease-music](https://github.com/huangyanxiong01/auto-unlock-netease-music)
> > > 经过验证 > > > 不需要导入证书,因为没用,直接忽略证书错误就行 | 见 #432 如是说 > > > 代理模式亦可使用 > > > 这里想问下 @MentalOmega > > > > 我在这里使用了 node.js 启动,需要同时 -p 80:443...
```ts class Browser { private urls:string[] private currentUrl:string constructor() { this.urls = [] } push(url:string){ console.log(`forward: ${url}`) this.currentUrl = url this.urls.push(url); } back(){ let prev = this.urls.indexOf(this.currentUrl) - 1 if...
Thank your work, It work well for me
The issue still in googletrans==3.1.0a0 ``` Traceback (most recent call last): File "/home/freax/work/python/myfreax/venv/lib/python3.8/site-packages/googletrans/gtoken.py", line 63, in _update code = self.RE_TKK.search(r.text).group(1).replace('var ', '') AttributeError: 'NoneType' object has no attribute 'group' During...
```py from googletrans import Translator translator = Translator() tranlated = translator.translate('hello.', dest='zh-CN') print(tranlated) ``` This code have the same ``` Traceback (most recent call last): File "test.py", line 3, in...
Sorry. I'm in error environment test. Now try again test and install `googletrans==3.1.0a0`. It's work well. But below the code can't wrok ```py from googletrans import Translator translator = Translator(service_urls=[...
@germancmartinez How done fix this issue?
> ``` > var portOptions = { baudRate: 9600, dataBits: 8, parity: "even", stopBits: 1, autoOpen: true }; > const binding = new Binding(portOptions); > > async function mySerialRead(buff, offset,...