Dave Nicolson

Results 89 comments of Dave Nicolson

@KillDozerX2 I am not sure what you mean, where is this Expression?

@KillDozerX2 installing the [Serverless IDE](https://marketplace.visualstudio.com/items?itemName=ThreadHeap.serverless-ide-vscode) extension doesn't appear to have any effect. Is there something else that needs to be done?

Hi @KillDozerX2, could you please provide an update on this? From the first comment, it is unclear what the status of this issue is.

To obtain the account index in the browser, the `/getAccountSwitcherEndpoint` endpoint can be used: ```javascript const activeHandle = window.ytInitialData.header.playlistHeaderRenderer.ownerText.runs[0].navigationEndpoint.commandMetadata.webCommandMetadata.url.slice(1) const youtube = await Innertube.create({ cookie: document.cookie, fetch: (...arguments_) => fetch(...arguments_),...

It doesn't seem to be a cookie expiration issue, as the immediate use of cookies also fails. Instead, it appears that browser mechanisms are preventing external clients. Cookies work in...

Cookies can work, but these two keys need to be manually copied because they are `HttpOnly`: - `__Secure-1PSID` - `__Secure-1PSIDTS` If these keys are appended to the `document.cookie` value, requests...

@Apollon77 I haven't been able to test it. I'm only really sure about the initial change, to be honest.

I'm still getting this error, not often though. It's probably because the JSON response is a text error response. Is it possible to add error handling here? https://github.com/gadicc/node-yahoo-finance2/blob/f626981/src/lib/yahooFinanceFetch.ts#L148

The amount of unknown runtimes is indicated by how many "Unknown" runtimes are listed, it should be comparable to what is in Xcode. It's not ideal that there is a...

I've made those changes, thanks for the input!