mycodeplug / example-codeplug

Example codeplug for dzcb. Customize to suit your needs and generate in the cloud.
https://github.com/mycodeplug/dzcb/blob/main/doc/WALKTHROUGH.md#example-codeplug-walkthough
2 stars 18 forks source link

Build failing during "Build Codeplugs" step (i.e. after dependencies are installed). #15

Closed MaxBMitchell closed 2 years ago

MaxBMitchell commented 2 years ago

I am experiencing a failure when the action is attempting to run. The log archive is attached for reference. I don't know how to interpret all the info, but it seems there is an issue highlighted in the 7_Build_Codeplugs.txt log. The process stops after observing this error.

After cloning, the only edit I made was to the following file, in which I modified the radio name. I then commit and pushed as indicated in the walkthrough. \mduv380-codeplug\input\default\example-md-uv380.json

2022-01-31T01:52:39.8716197Z json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 46 column 1 (char 825)

I don't see a lack of double quotes in either of the json files: \mduv380-codeplug\input\default\example-md-uv380.json \mduv380-codeplug\input\default\scanlists.json

6_Install dependencies.txt 7_Build Codeplugs.txt 16_Post Run actionscheckout@v2.txt 17_Complete job.txt 1_Set up job.txt 2_Run actionscheckout@v2.txt 3_Set up Python.txt 4_Get current time.txt 5_Cache .cache.txt

masenf commented 2 years ago

Looks like the problem is in the data returned by Repeaterbook rather than anything on your end.

I'll see if I can determine the issue and then I'll report it to Garrett, the admin of repeaterbook.

Thanks for reporting this issue.

masenf commented 2 years ago

I have confirmed that the issue is a formatting problem with the Repeaterbook API response and dispatched an email to the admin team over there. I'll keep this issue updated with any response that I get back.

To workaround the issue in the meantime, you may disable the "proximity csv" feature to avoid repeaterbook and skip generating channels and zones for analog repeaters.

MaxBMitchell commented 2 years ago

Thanks for the response/suggestion. The build works after removing all entries in prox.csv.

masenf commented 2 years ago

20:33 PST Repeaterbook admin acknowledges that a comma was removed. I observe the issue to be resolved in this run: https://github.com/mycodeplug/example-codeplug/runs/5001385518

Thanks again for reporting and using dzcb. Please report any other problems you may find.