Announcement

Collapse
No announcement yet.

Windows Feeder 1.0.19-15 - Map Shows Blank

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Windows Feeder 1.0.19-15 - Map Shows Blank

    I have downloaded fr24feed_win32_1.0.19-15 and it is working OK on my Windows 8.1, except that Map shows blank on both localhost:8080 and 127.0.0.1:8080.

    I have --net in process arguments, and I cleared browser cache and reloaded browser, and tried another browser, but map is still blank.
    Is anyone else facing this problem?


    Map - 127.0.0.1:8080
    FR24 Win - No Map -1.png

    Map - localhost:8080
    FR24 Win - No Map -2.png

    Status
    FR24 Win - No Map -3.png

    Settings
    FR24 Win - No Map -4.png

  • #2
    [S O L V E D]

    FOUND REASON: THE JAVASCRIPT FILES HAVE WINDOWS CONTROL CHARACTER (CR LF), INSTEAD OF UNIX CONTROL CHARACTER (LF)

    SOLVED AS FOLLOWS:

    STEP-1
    Download and install Notepad++


    STEP-2
    Open folder public_html
    C:\Users\abcd\Desktop\fr24feed_win32_1.0.19-15\fr24feed_win32\public_html
    NOTE: C:\Users\abcd\Desktop\ is path to my fr24feed folder. Your path will depend where you have this folder.

    This folder has 7 files + 1 folder "coolclock". Out of these there are 5 files with extension .js

    Open ALL 5 .js files one by one, change control character from windows (CRLF) to Unix (LF), save and close files.
    Please see screenshots below which show all steps for changing CRLF to LF for file "config.js".
    Repeat the same procedure for all .js files


    Reload browser, the Map will appear, but WITHOT Clocks

    STEP-3
    Open folder "coolclock" (located inside folder "public_html").
    You will see 3 files, all with .js extension
    Change CRLF to LF for all these 3 files as well.
    Reload browser, and the Clock will appear.


    FR24 Win - No Map - Solution -1.png FR24 Win - No Map - Solution -2.png FR24 Win - No Map - Solution -3.png


    MAP AFTER ABOVE SOLUTION
    FR24 Win - No Map - Solution -4.png

    Comment

    Working...
    X