RevitBatchProcessor icon indicating copy to clipboard operation
RevitBatchProcessor copied to clipboard

Revit 2022 projects won't open.

Open ShinK360 opened this issue 2 years ago • 8 comments

The tool opened Revit 2022 files and processed OK yesterday but, it is not working today. As soon as Revit 2022 opens, it closes. I use 1.7 version. I uninstall the app and reinstalled. Cleared app data, but result was the same.

BatchRvt_20220422_152200_844.txt

ShinK360 avatar Apr 22 '22 03:04 ShinK360

The method "ConvertCloudGUIDsToCloudPath" has changed in the API for 2022.

https://www.revitapidocs.com/2021.1/cc284f13-a7a9-d37e-e46d-4769bf039a96.htm

Coolicky avatar May 05 '22 07:05 Coolicky

Hi

Thank you for fixing the issue. I am so excited about that. However, I am not a programmer and have no idea where to put the change into.

Would you be kind to tell me what file I should go and what to update to fix this, please?

Ngā Mihi

Shin Kameyama | BIM Coordinator

architectus™ | @.*** https://www.instagram.com/architectus.nz/ | +64 9 307 5970 | Auckland - Christchurch - Wellington | www.architectus.co.nzhttp://www.architectus.co.nz/

From: Coolicky @.> Sent: Thursday, 5 May 2022 7:10 pm To: bvn-architecture/RevitBatchProcessor @.> Cc: Shin Kameyama @.>; Author @.> Subject: Re: [bvn-architecture/RevitBatchProcessor] Revit 2022 projects won't open. (Issue #90)

The method "ConvertCloudGUIDsToCloudPath" has changed in the API for 2022.

https://www.revitapidocs.com/2021.1/cc284f13-a7a9-d37e-e46d-4769bf039a96.htmhttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.revitapidocs.com%2F2021.1%2Fcc284f13-a7a9-d37e-e46d-4769bf039a96.htm&data=05%7C01%7Cshin.kameyama%40architectus.co.nz%7C165f9d7b85734297409e08da2e6640e0%7C7d6696fcd7534de3a0634576b5b5358e%7C0%7C0%7C637873313957345555%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=yHzQ5uH%2FPFPMzjUt2xz473%2BuilrEizhPCkOLDTk%2FZEQ%3D&reserved=0

— Reply to this email directly, view it on GitHubhttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fbvn-architecture%2FRevitBatchProcessor%2Fissues%2F90%23issuecomment-1118239744&data=05%7C01%7Cshin.kameyama%40architectus.co.nz%7C165f9d7b85734297409e08da2e6640e0%7C7d6696fcd7534de3a0634576b5b5358e%7C0%7C0%7C637873313957345555%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=wNC%2Bo%2BXj5o3kqe5kVJ3mXv8YsoSuTnCdZmc%2FUtBulug%3D&reserved=0, or unsubscribehttps://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAY23IRHSLOA7QMDW7M56FA3VINX35ANCNFSM5UBBAQTQ&data=05%7C01%7Cshin.kameyama%40architectus.co.nz%7C165f9d7b85734297409e08da2e6640e0%7C7d6696fcd7534de3a0634576b5b5358e%7C0%7C0%7C637873313957345555%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=tLBtYZlnyix16RMm1zW9F%2FuFSchttjct5hK71ESz%2BSc%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.@.>>

ShinK360 avatar May 05 '22 20:05 ShinK360

I haven't fixed the issue. I'm having the same problems with this as You would.

The Guys from BVN have other commitments and do not have time to maintain this project I guess. I wish I could fix it but my python skills are very limited :). I will be trying to rewrite a lot of the code from python to C# and create a multi version configuration. However it may take some time as I can only do outside of my normal working hours.

Coolicky avatar May 06 '22 07:05 Coolicky

@Coolicky I have spent time to convert this over to C# as I was in the same boat of my python skills were not the best.

I created a different looking UI to add in 2022 support and EU server support. But I got bogged down with real-world work and didn't get around to testing it.

If you would like to take a look at that, DM me and I can open it up. Or if there is interests from someone else, I could make it public.

kraftwerk15 avatar May 06 '22 11:05 kraftwerk15

@kraftwerk15 Hi. I would love to help on it if You're ok with it. I have some automation to be done at work and I would have to update RevitBatchProcessor either way.

Might be much better if I could get a head start. Throw me a message on [email protected]. I think Github removed DM's.

Coolicky avatar May 06 '22 19:05 Coolicky

@Coolicky This is over on GitLab. For others, this is a public repo. The largest portion that is not working would be using Python scripts on projects or families. The python library is still included in the build, but it wasn't something that I needed for my work flows. I was working towards something that I could setup a Windows Task to run this via command line along with a integer argument to go see if I updated a family in an earlier version in my library and upgrade to the latest versions.

Feel free to work with it as much as desired. If I ever find time to get back around to it, I'll work on it some.

https://gitlab.com/kraftwerk15/revitmultiple

kraftwerk15 avatar May 06 '22 19:05 kraftwerk15

@kraftwerk15 Thank You. Thank You. Will get to it asap. Real life is busy though :)

Coolicky avatar May 06 '22 19:05 Coolicky

Thanks for picking up my request, but I am not actually following what is going on with this. Shall I wait and leave it with you 2 capable hands?? Revit 2023 capability would be great if you can add that at the same time!! Looking forward to hearing from you.

ShinK360 avatar May 07 '22 04:05 ShinK360

Hi all, this should be fixed with the latest release of RBP. Please advise if not however

petersmithfromengland avatar Aug 17 '22 04:08 petersmithfromengland