Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormatException: FormatException: Invalid radix-10 number (at character 1) #452

Open
sentry-io bot opened this issue Jul 5, 2023 · 4 comments · May be fixed by #508
Open

FormatException: FormatException: Invalid radix-10 number (at character 1) #452

sentry-io bot opened this issue Jul 5, 2023 · 4 comments · May be fixed by #508

Comments

@sentry-io
Copy link

sentry-io bot commented Jul 5, 2023

Sentry Issue: THALIAPP-M3

FormatException: FormatException: Invalid radix-10 number (at character 1)
boards
^

  File "routes.dart", line 306, in routes.<fn>
  File "builder.dart", line 354, in RouteBuilder._buildPageForGoRoute
  File "builder.dart", line 212, in RouteBuilder._buildRecursive
  File "builder.dart", line 220, in RouteBuilder._buildRecursive
  File "builder.dart", line 153, in RouteBuilder._buildPages
...
(41 additional frame(s) were not displayed)
@JAicewizard
Copy link
Contributor

@Scarletto Do you remember why we needed a5d7e99#diff-db86e4d234b8ce36f13aae12c233aec35d10552b4b295edf1a456ae87fb16bbbR297-R304?

I can not see any point in the app which directs to it and neither can I find a way to access it via a deeplink

@Scarletto
Copy link
Contributor

Scarletto commented Jul 27, 2023 via email

@JAicewizard
Copy link
Contributor

JAicewizard commented Aug 19, 2023

This seems to be due to the order of the routes. If you open /associations/boards in the app, it gets routed to /groups/boards which then goes to the crashing line (edit: because it is earlier than the /boards subroute)

@JAicewizard
Copy link
Contributor

Just verified the same goes for all group redirects

@JAicewizard JAicewizard linked a pull request Jul 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants