Ian Bishop

Results 112 comments of Ian Bishop

Thanks for the report. I think this sums it up (taken from linked [Google developer doc](https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob)) > OAuth [out-of-band](https://developers.google.com/identity/protocols/oauth2/native-app#manual-copypaste) (OOB) is a legacy flow developed to support native clients which...

@ocean2000pl thanks for raising it. I've updated the README with an extra step - you need to also add a 'test user' in the OAuth setup.

fyi, I have removed the `-headlessAuth` parameter in latest release 22.03.

Thanks for the report, I was unaware of this issue. It does sound like bad news for youtubeuploader - yet another hurdle to overcome. From [Google's announcement](https://developers.google.com/youtube/v3/revision_history#july-28,-2020): > All videos...

~Please continue discussion on #86~ EDIT: on second thought, that issue isn't quite the same, so I'll leave this issue open for discussion around quota.

The command line came first, then as more options were being added they went into `meta.json`. I'm not opposed to having all options available on the command line. PR welcome.

The panic is due to a bug in the string handling in `livemedia/common.go` [line 161](https://github.com/djwackey/dorsvr/blob/f87c1dcca8f9d70e540738c3e3d76653010a46f6/livemedia/common.go#L161) ```Go if n, _ := fmt.Sscanf(reqStr[j:j+15], "%d", &reqInfo.ContentLength); n == 1 { ``` Probably should...

I'm seeing this issue now. Could it be hitting a rate limit on the Github API?

I can confirm infrared works on Surface Laptop 3 (using command Nakato suggested)

Not only is font size not user configurable, CSS for texteditor overrides child plugins that set their own font size e.g. [files_markdown](/icewind1991/files_markdown) sets font-size to 14px but texteditor forces this...