Forum

Author Topic: Error while network processing  (Read 1022 times)

aniket@aus.co.in

  • Newbie
  • *
  • Posts: 25
    • View Profile
Error while network processing
« on: February 02, 2023, 05:39:07 AM »
While running the script it mount the nfs and opens the project fine but it errors out in add photos.

Just FYI. The server VM is amazon linux and the nodes are ubuntu.
Logs:
[172.32.33.0:50080] failed #0 AddPhotos: Unexpected process termination

Corensia

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
Re: Error while network processing
« Reply #1 on: February 02, 2023, 10:38:30 AM »
Did you upload the correct script?

I don't see an 'AddPhotos' part anywhere, it just starts with Match Photos. 
So unless the project already has photos added and was saved beforehand, there will be no photos to match which could explain the error.


Also if you're using a current version of Metashape, you'll want to edit the last line to

Code: [Select]
client.setBatchPaused(batch_id, paused=False)