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.

Strange Google requests crashes

See original GitHub issue

Hi! I’ve already googled the issue but found nothing Maybe You know how to fix the error Some of users with different phones/android versions got error in the android builds

image

I used Your default configs for config.xml and meta tag in the index.html Whitelist plugin works properly (seems like) All my files are static and the app doesn’t make any external requests at all The most users are don’t facing this issue. Cordova and plugins/platforms are up to date. Web builds works properly for any device. I really can’t understand where this request comes from and can’t wrap it in try/catch or handle somehow.

My configs:

<widget id="com.quiphop.bumgineer" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>Bumgineer</name>
    <description>
    </description>
    <author email="quiphop@gmail.com" href="">
        Konstantin Vasilkovsky
    </author>
    <content src="index.html" />
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <platform name="android">
        <allow-intent href="market:*" />
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
    </platform>
    <preference name="Fullscreen" value="true" />
    <preference name="orientation" value="portrait" />
    <plugin name="cordova-plugin-browsersync" spec="~0.1.7" />
    <plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
    <engine name="ios" spec="^4.5.1" />
    <engine name="browser" spec="^5.0.2" />
    <engine name="android" spec="^7.0.0" />
</widget>

<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:;">

Thanks for Your attention!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
QuipHopcommented, Dec 17, 2018

What was the solution and explanation?

After deeper investigation I’ve found the major error There is something with sound on Meizu Phones only on cordova android build, same build in browser working well. Original error: Failed to execute 'start' on 'AudioBufferSourceNode' The provided double value is non-finite

0reactions
janpiocommented, Dec 15, 2018

What was the solution and explanation?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google image search glitch shows one car crash, over and ...
Many Google image searches Tuesday morning turned up only one image -- apparently that of a Russian car crash from 2012.
Read more >
Accessing Search Console crashes my server - Google Support
Periodically when I access google New Search Console - my Cloud Linux server is overloaded with traffic and crashes. These are the only...
Read more >
iPhone Safari crashing during searches for select three-letter ...
Multiple reports from users describe an odd bug that causes Safari to crash every time specific search terms are entered.
Read more >
Google's HttpResponse crashes app when parsing as a user ...
I said it crashes when parsing as a user defined class because the debugger can't get past that line PlacesList list = request.execute().parseAs ......
Read more >
[Strange problem] crash after add another calculator ... - GitHub
In the example of 'instantMotionTracking',I want to combine the ability of 'handTracking'。 The first step (also the only step) I did is ...
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