Code Monkey home page Code Monkey logo

Comments (12)

duceduc avatar duceduc commented on June 11, 2024

yes, I can confirm to same issue I am having. Both my RM mini 3 and RM4 Pro is producing same results.

from broadlinkmanager-docker.

kboran avatar kboran commented on June 11, 2024

I see this issue in Firefox but Chrome appears to work.

from broadlinkmanager-docker.

ElGranLoky avatar ElGranLoky commented on June 11, 2024

I have the same problem, I use chrome.

image

ga is not defined. I cant find the reference in all code.

from broadlinkmanager-docker.

JMVS avatar JMVS commented on June 11, 2024

I had the same problem. To fix it you have to make sure you're not blocking those domains (paypal & google). If you have any adblock installed, disable them temporarly to make it work.

from broadlinkmanager-docker.

ElGranLoky avatar ElGranLoky commented on June 11, 2024

Ok, I disable the adblock (Ublock & AdGuard) and it works fine.

from broadlinkmanager-docker.

boardwarp avatar boardwarp commented on June 11, 2024

I'm having the exact same issue, with the same errors in the browser console. However, this is occurring in Chrome/Incognito (should disable extensions), Firefox (completely removed UBlock and other add-ons, regular or Private) and Internet Explorer. I haven't found any way to get this working again :(

Container logs don't seem to contain any errors, and my browser console errors are identical to ElGranLoky's screenshot, but I'm happy to do any debugging necessary on my end.

from broadlinkmanager-docker.

JMVS avatar JMVS commented on June 11, 2024

I'm having the exact same issue, with the same errors in the browser console. However, this is occurring in Chrome/Incognito (should disable extensions), Firefox (completely removed UBlock and other add-ons, regular or Private) and Internet Explorer. I haven't found any way to get this working again :(

Container logs don't seem to contain any errors, and my browser console errors are identical to ElGranLoky's screenshot, but I'm happy to do any debugging necessary on my end.

Make sure your device and/or router is not blocking ads.

from broadlinkmanager-docker.

boardwarp avatar boardwarp commented on June 11, 2024

Uuugh, I thought I'd thoroughly ruled that out with the browser troubleshooting, but remembered I had PiHole configured on the router. Whitelisting the RM4 Pro IP fixed my issue. Thanks!

from broadlinkmanager-docker.

lordfiSh avatar lordfiSh commented on June 11, 2024

just found out I had the same issue, there should be a note about that somewhere ;)

from broadlinkmanager-docker.

t0mer avatar t0mer commented on June 11, 2024

just found out I had the same issue, there should be a note about that somewhere ;)

Hi @lordfiSh,
Great Idea.
Will add note in the next version

from broadlinkmanager-docker.

fabiosoft avatar fabiosoft commented on June 11, 2024

Still not solved for me... no Commands.txt file is created, nuted devices.txt yes...

When i tap on remote control to learn a command i got this same error.

GEThttps://www.paypalobjects.com/en_IL/i/scr/pixel.gif
[[HTTP/2 404 Not Found 221ms]]()

Uncaught ReferenceError: ga is not defined
    hexToBase64 http://192.168.10.174:7020/js/hex.js:36
    success http://192.168.10.174:7020/js/home.js?V=4:174
    jQuery 6
    learnIr http://192.168.10.174:7020/js/home.js?V=4:159
    <anonymous> http://192.168.10.174:7020/js/home.js?V=4:55
    jQuery 9
    <anonymous> http://192.168.10.174:7020/js/home.js?V=4:50
    jQuery 13

I disabled PiHole and AdBlock, tried on Firefox and Chrome

from broadlinkmanager-docker.

fabiosoft avatar fabiosoft commented on June 11, 2024

I think you need a if check on ga variable, like so your entire feature doesn't depend on analytics...

if (typeof ga !== 'undefined') { 
//use ga(....
 } else { 
// do nothing...
 }

from broadlinkmanager-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.