You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many debug lines that I placed inside public bool TryGetDownloadCacheItem(string uri, out string filePath) function, as you see none of them starts with file://, maybe something related to this
Bug Report
Overview
My image request from openai package requests to localhost instead of file
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should look for file:// as start of the url
Screenshots
There are many debug lines that I placed inside public bool TryGetDownloadCacheItem(string uri, out string filePath) function, as you see none of them starts with file://, maybe something related to thisAdditional context
Also discussed in
RageAgainstThePixel/com.openai.unity#319
The text was updated successfully, but these errors were encountered: