Jake Smarter
Jake Smarter
> Just a quick check @GITNE: were you uploading this sequence in multiple processes/machines simultaneously? No, single instance on one machine only.
This is what I got on my first attempt with v0.9.5a1: ``` 2022-10-14 12:25:44,228 - DEBUG - CLI param: verbose: True 2022-10-14 12:25:44,228 - DEBUG - CLI param: import_path: [PosixPath('mapillary_public_uploads')]...
After retry I got this: ``` 2022-10-14 12:48:07,229 - DEBUG - CLI param: verbose: True 2022-10-14 12:48:07,229 - DEBUG - CLI param: import_path: [PosixPath('mapillary_public_uploads')] 2022-10-14 12:48:07,229 - DEBUG - CLI...
I think, I may have solved the mystery behind those resetting offsets. And, it definitely **IS** server related/caused. It turns out that our ISP uses dynamic public IP addresses. Whenever...
Sorry for the long delay. Unfortunately, I was :sneezing_face: incapacitated for the last week (no COVID). Anyway, I have run the test you have suggested, as usual over our proxy,...
So, I have run the test with rerouting. Btw, whenever you see a traceback in the log it means that I have manually resumed uploading, just so that it gets...
> I guess we should revert #571, and let you configure the retry waiting time. I don’t know, just adding some waiting time will not solve the core issue, which...
> @GITNE the offset reset is likely that when `mapillary_tools` resumes uploading from a different IP, it might upload to a different host, and the offset is **not** shared across...
``` 2022-11-04 23:20:43,180 - DEBUG - GET https://rupload.facebook.com/mapillary_public_uploads/TEST_SESSION 2022-11-04 23:20:44,530 - DEBUG - HTTP response 200: b'{"dc":"prn3c15","offset":0}' 2022-11-04 23:20:44,531 - INFO - Session key: TEST_SESSION 2022-11-04 23:20:44,531 - INFO -...
v0.9.5 still resets to 0 on `dc` change: ``` 2022-11-09 12:22:47,489 - DEBUG - POST https://rupload.facebook.com/mapillary_public_uploads/mly_tools_c6b206f8deb6c6db838575a9eef8a2c7.zip HEADERS {"Offset": "184549376", "X-Entity-Length": "800369843", "X-Entity-Name": "mly_tools_c6b206f8deb6c6db838575a9eef8a2c7.zip", "X-Entity-Type": "application/zip"} 2022-11-09 12:22:48,815 - WARNING -...