Camera returns 404 error?

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Hey guys, so I'm trying to add camera to my emulator (custom edit plus) and when I click preview on camera, console throws 404 error and file actually does not exist.
Try camera at hablit.net
Camera php files:
How can I fix that?I thought of a web.config rule but camera requires a png file,so it won't work.

Thanks.
 

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Um, does the file gets created in that specific folder?
Nope, also looked at server packet headers and,
Screenshot_20180219_153036.png

I think that's the issue, how can I get the packet ID'S for PRODUCTION-201609061203-935497134?
 

Damien

Don't need glasses if you can C#
Feb 26, 2012
433
646
Code:
public const int CameraPhotoPreviewComposer = 3018;
public const int CameraPhotoPurchaseOkComposer = 1658;
public const int CameraPriceComposer = 2707;
 

Users who are viewing this thread

Top