mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
93 stars 20 forks source link

Exporting only one call? #46

Closed DE8MSH closed 9 months ago

DE8MSH commented 9 months ago

Hi.

I'm using v23.11.2. If I call "Generate ADIF" !1mm exports only one -- first? -- entry.

Bildschirmfoto vom 2023-11-12 11-22-53

What am I doing wrong here?

mbridak commented 9 months ago

Most likely nothing. Can you start the program from a terminal, then export the adif and see if it pops out an error in the terminal?

DE8MSH commented 9 months ago

Hello Mike.

That:

[19:38:51] DEBUG main - generate_adif Line 2468: **ADIF***** Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/not1mm/main.py", line 2469, in generate_adif self.contest.adif(self) File "/home/user/.local/lib/python3.10/site-packages/not1mm/plugins/general_logging.py", line 231, in adif if len(grid) > 1: TypeError: object of type 'NoneType' has no len()

mbridak commented 9 months ago

Ah okay, thanks. I'll fix it.

mbridak commented 9 months ago

Okay, I've pushed an update. Hopefully this fixes the issue.

DE8MSH commented 9 months ago

Okay. 'll give it a try tomorrow morning. PC's off. 10:49 pm here .

DE8MSH commented 9 months ago

Seems to work now. Will test further.