07-21-2022, 11:50 PM
Hello all,
I have a problem, I hope you can help me.
We had been working with the python2.7 and 4.5.5 tactic API versions. VM fedora 30. Everything works fine.
Now,
We want to move to python 3 with the 4.8.0.b05 API and I meet this problem when I want to upload a thumbnail.
Code:
server.simple_checkin(my_search_key, icon’, file_path=”c:\\my_thumbnail_path\\AAMD_104B_E04_010.jpg,)
I get this error:
xmlrpc.client.Fault: <Fault 1: 'File [/spt/tactic/tactic_temp/upload/210964e3ce5361ba2f2/AAMD_104B_E04_010.jpg] does not exist'>
if I manually move the AAMD_104B_E04_010.jpg to the folder ;/spt/tactic/tactic_temp/upload/210964e3ce5361ba2f2/’ inside the VM and run the code it works, but it's not the final idea.
Maybe there's something I'm doing wrong or I'm missing something.
Thanks a lot.
I have a problem, I hope you can help me.
We had been working with the python2.7 and 4.5.5 tactic API versions. VM fedora 30. Everything works fine.
Now,
We want to move to python 3 with the 4.8.0.b05 API and I meet this problem when I want to upload a thumbnail.
Code:
server.simple_checkin(my_search_key, icon’, file_path=”c:\\my_thumbnail_path\\AAMD_104B_E04_010.jpg,)
I get this error:
xmlrpc.client.Fault: <Fault 1: 'File [/spt/tactic/tactic_temp/upload/210964e3ce5361ba2f2/AAMD_104B_E04_010.jpg] does not exist'>
if I manually move the AAMD_104B_E04_010.jpg to the folder ;/spt/tactic/tactic_temp/upload/210964e3ce5361ba2f2/’ inside the VM and run the code it works, but it's not the final idea.
Maybe there's something I'm doing wrong or I'm missing something.
Thanks a lot.
Nachogor