question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] No Signals working

See original GitHub issue

Hi, I tried both 3.2.2 and 3.2.3 example projects, they seem to work but only partially - banner and unified_native can be shown. The problem is I can’t find a place where any signal is connected to the plugin singleton. No any signals are emitted from AdMob.tscn.

After adding these lines:

_admob_singleton.initialize(is_for_child_directed_treatment, is_personalized, max_ad_content_rating, is_real, get_instance_id())
		_is_initialized = !_is_initialized
_admob_singleton.connect("banner_loaded", self, "_on_admob_singleton_banner_loaded")

I got an error:

12-07 01:29:37.508 11965 12056 E godot   : **ERROR**: In Object of type 'JNISingleton': Attempt to connect nonexistent signal 'banner_loaded' to method 'Control._on_admob_singleton_banner_loaded'.
12-07 01:29:37.508 11965 12056 E godot   :    At: core/object.cpp:1503:connect() - Condition "!signal_is_valid" is true. Returned: ERR_INVALID_PARAMETER

To Reproduce Steps to reproduce the behavior:

  1. open example project
  2. add any signal
  3. output signal to logcat/debug
  4. no signals working

Expected behavior Any signals working

Smartphone (please complete the following information):

  • Device: Android cellphone

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Vadimledyaevcommented, Dec 7, 2020

Hi Gustavo and thanks for a very quick reaction! I tested it, too - seems to be working perfectly!

Can you please do us a favour and compile the library for Android and iOS? When I’m trying to do that, gradlew returns me an error…

FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':admob:compileReleaseAidl'.
> java.io.IOException: Синтаксическая ошибка в имени файла, имени папки или метке тома

I am sorry, I’m not an expert in Gradle/Java. The last part of error is “Syntax error in file name, folder name, or volume label”

Thanks in advance

0reactions
gumacielcommented, Dec 7, 2020

Oh, this? “Update export_android_ios_project.yml”, this is the commit message, haha

You’re welcome, if any issue appear again please let me know. And if possible give a star for our repository!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why Isn't My Turn Signal Working? - Wrench
Turn signals do not flash.​​ If the lights are working fine but are not flashing, this is an issue with the turn signal...
Read more >
Turn Signal Problems and Diagnosis - AxleAddict
This guide helps you diagnose turn signal problems when one or more of the signal lights refuses to work.
Read more >
Diagnose The Turn Signals Dont Work Or Dont Work Properly
The usual cause of inoperative turn signals is a defective bulb or flasher unit. Prior to performing extensive diagnosis, check the vehicles fuses...
Read more >
Turn signal light is not working Inspection Service & Cost
If the problem does not reside with one of these parts, then the mechanic will shift their attention to the signal switch and...
Read more >
View topic - Turn signals don't work. Indicator stays green
I have a 1974 bug and the turn signals aren't working. ... Well I have no definitive answer for you, but my Beetle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found