prateek
prateek
> I have a different solution > > I declared a problemView > > ``` > @implementation SlideNavigationController{ > . > . > . > UIView *problemView; > } >...
- (void)moveToPhotoAtIndex:(NSInteger)index animated:(BOOL)animated{ pageIndex = index; leftButton.enabled = !(index-1 < 0); rightButton.enabled = !(index+1 >= [self.photoSource count]); [self queueReusablePhotoViewAtIndex:index]; //[self loadScrollViewWithPage:index-1]; [self loadScrollViewWithPage:index]; //[self loadScrollViewWithPage:index+1]; EGOCache *cache = [[EGOCache alloc]...
Hii the above posted function is of photoviewcontroller.m class. Somehow iam able to fix it . i called Egocache.m class everytime to clear the last uploaded image in the photoviewer...
it is working fine with Iphone 4G but it is crashing in Iphone 3GS and IOA 3.1.3
@kutaibah did you find a solution for this? It was working fine for me in the morning but all of sudden this error start flowing. Any idea or solution you...
> Same here. This was my error:  Does anyone get any answer of this issue? I'm facing the same and posted issue but no replies yet : https://github.com/openai/openai-cookbook/issues/159
@xuhaoteoh SSL error from openAI side ? because I have uploaded the same to Vercel and Render for dynamic URL. it loads fine there but throws the same error. It...
@kutaibah @ted-at-openai it's working. The reason behind it will be too many requests from same API key. Everything works for me now. Just create a new key and make sure...