FKPSC
FKPSC
Are those URLs normally accessible via your browser? (without VPN)
@erfanium If you cannot access those URLs by browser either, that is not a deno issue. I suggest you close this issue and try to get support on GCP forums....
The Microsoft link above is broken, use this one: https://www.microsoft.com/en-us/download/details.aspx?id=26999 Also, only the 32 bit release worked: https://github.com/gotthardp/python-mercuryapi/releases/download/v0.5.1/mercuryapi-0.5.1.win32-py3.6.exe
The .msi installer still shows the same error as the first post. I also tried the ```cloudlfared update``` command. It said "successfully updated" but running ```cloudflared --version``` still showed the...
I just had a case of standard autofixing this: ```db.raw(`date_trunc('day', "table"."column") as day`), ``` to ```db.raw('date_trunc(\'day\', "table"."column") as day'),``` I was really surprised as this is the second rule displayed...
did you try `ser cat rust-demo` to see what was created?
I get this error: ``` $ sudo ser reload staging thread 'main' panicked at src/handlers/handle_reload_service.rs:51:10: Failed to reload service staging.ser.service. Ensure it has an ExecReload statement: MethodError(OwnedErrorName(ErrorName(Str(Owned("org.freedesktop.systemd1.JobTypeNotApplicable")))), Some("Job type reload...