pete-mc / Summit

Where Every Achievement is a Summit Conquered - Terrain | Summit adds usability features to the Australia Scouts Terrain website.
https://www.facebook.com/groups/scoutsterrain
MIT License
5 stars 1 forks source link

Bug: undefined error - bulk calendar #77

Closed AceLeader2023 closed 5 months ago

AceLeader2023 commented 5 months ago

Describe the bug I am not able to tell what the Error is in the bulk calendar feature.

To Reproduce Steps to reproduce the behavior:

  1. Go to bulk calendar
  2. Type in below details

Expected behavior It is expected to remove from list and send data into terrain calendar or tell me what the error is.

image

Output behavior outcome:

image

Additionally, It didn't remove other events; I had to remove them manually to figure out which ones were not uploaded.

pete-mc commented 5 months ago

did you work out which one was causing the issue? If so, can you try to do that as a single submission? Finally, if it still errors can you open dev tools in chrome or edge (it is the same process) and see what error Terrain returned.

To open DevTools, right-click the webpage, and then select Inspect. Or, press Ctrl+Shift+J (Windows, Linux) or Command+Option+J (macOS). DevTools opens.

In DevTools, on the Activity Bar, select the Network tab. If that tab isn't visible, click the More tools (More tools icon) button:

While it is open try to cause the error to occur and watch the network messages

The network request that caused the issue should be red if Terrain did not process it. Then inspect the request and look at the Response tab and let me know what it says.

AceLeader2023 commented 5 months ago

For On Wheels/ Wide Games and Bushwalk event entry:

image
pete-mc commented 5 months ago

ah, I see what I did there, for outdoor activities the value needs to be outdoors, it is the only plural in the list. Must neve had selected that in my tests. I have fixed this and it will be in the 2.5.2 update when I get it out.

AceLeader2023 commented 5 months ago

Thank you for being so proactive.

I look forward to the release.