NetTalk Central

Author Topic: NT 14.07 web cam not saving picture - still  (Read 2107 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 320
    • View Profile
    • Email
NT 14.07 web cam not saving picture - still
« on: October 18, 2023, 02:51:34 AM »
Hi
Using NT 14.07  and C 11.0.136
Still trying to track down the problem with saving webcam pictures in NT14.
From debug view - this seems to be the source of the error:  it looks like ...camera__value is not a good file name

322.999543   2023/10/18 06:36:54.045   13692   web1.exe   [st][3] [netTalk][thread=3] Error [-1:2] opening file: C:\Users\Public\Documents\SoftVelocity\Clarion11\Accessory\Capesoft\NetTalk\Web Server\Webcam (79)\web\MailboxesFormControl_MAI__MailBoxPicture-camera_value

This is the debug view for INSERTING a record with a picture to be saved:

317.388895   2023/10/18 06:36:48.435   13692   web1.exe   [st][3] [netTalk][thread=3]  validate MailboxPictue
322.999543   2023/10/18 06:36:54.045   13692   web1.exe   [st][3] [netTalk][thread=3] Error [-1:2] opening file: C:\Users\Public\Documents\SoftVelocity\Clarion11\Accessory\Capesoft\NetTalk\Web Server\Webcam (79)\web\MailboxesFormControl_MAI__MailBoxPicture-camera_value
322.999648   2023/10/18 06:36:54.045   13692   web1.exe   [st][3] [netTalk][thread=3] Sendfile error 404, Error 404 filename=C:\Users\Public\Documents\SoftVelocity\Clarion11\Accessory\Capesoft\NetTalk\Web Server\Webcam (79)\web\MailboxesFormControl_MAI__MailBoxPicture-camera_value
322.999719   2023/10/18 06:36:54.045   13692   web1.exe   [st][3] [netTalk][thread=3] SendError = 404 The page cannot be found : The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. FileRequest=[MailboxesFormControl_MAI__MailBoxPicture-camera_value]
465.358843   2023/10/18 06:39:16.384   13692   web1.exe   <process started at 06:30:37.378 has terminated with exit code 0>

Need to solve this but can't get to MailBoxPicture-camera_value to see how it is not being set correctly.  Going to dig into deeper libraries.
Any help appreciated.
Thanks,
Ron


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: NT 14.07 web cam not saving picture - still
« Reply #1 on: October 18, 2023, 06:12:01 AM »
fixed for 14.08

rjolda

  • Sr. Member
  • ****
  • Posts: 320
    • View Profile
    • Email
Re: NT 14.07 web cam not saving picture - still
« Reply #2 on: October 18, 2023, 01:09:06 PM »
Thanks Bruce!
Ron