-
Notifications
You must be signed in to change notification settings - Fork 24
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
Type Cast Error in v. 1.0.0 #192
Comments
Thanks for the report! Can you please provide me a stack trace? |
Error Message Here is the stacktrace:
|
Any news for this? |
bkonyi
added a commit
that referenced
this issue
May 13, 2021
- Fixes #192 - Updates package:ini to null safe version
bkonyi
added a commit
that referenced
this issue
May 13, 2021
- Fixes #192 - Updates package:ini to null safe version
Sorry for the delay on this one, was caught up with other work. For future reference, I'm always happy to accept PRs :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I receive the following issue within the
Reddit.createScriptInstance
method while using version 1.0.0 with NullSafety. Before I was using another version without Null Safety and everything worked fine for me.Error Message
type '_InternalLinkedHashMap<String, String?>' is not a subtype of type 'Map<String, String>?' in type cast
My implementation
The text was updated successfully, but these errors were encountered: