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

Unhandled exception: NoSuchMethodError: The getter 'start' was called on null. #131

Open
SimonButtazzi opened this issue Oct 30, 2023 · 0 comments

Comments

@SimonButtazzi
Copy link

Startet using docker run --rm tennox/linkcheck https://www.ion2s.com

got error:

Crawling...
Unhandled exception:
NoSuchMethodError: The getter 'start' was called on null.
Receiver: null
Tried calling: start
#0      _serializeSpan (package:linkcheck/src/origin.dart:37)
#1      Origin.toMap (package:linkcheck/src/origin.dart:29)
#2      Link.toMap (package:linkcheck/src/link.dart:60)
#3      FetchResults.toMap.<anonymous closure> (package:linkcheck/src/worker/fetch_results.dart:20)
#4      MappedListIterable.elementAt (dart:_internal/iterable.dart:415)
#5      ListIterator.moveNext (dart:_internal/iterable.dart:344)
#6      new _GrowableList._ofEfficientLengthIterable (dart:core-patch/growable_array.dart:189)
#7      new _GrowableList.of (dart:core-patch/growable_array.dart:150)
#8      new List.of (dart:core-patch/array_patch.dart:52)
#9      SetMixin.toList (dart:collection/set.dart:118)
#10     FetchResults.toMap (package:linkcheck/src/worker/fetch_results.dart:20)
#11     worker.<anonymous closure> (package:linkcheck/src/worker/worker.dart:193)
<asynchronous suspension>

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

No branches or pull requests

1 participant