ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.36k stars 793 forks source link

Error on IP camera web interface #2436

Open z3q opened 3 years ago

z3q commented 3 years ago

Error Info

Error name: TypeError Error message: JSON.stringify is not a function Error stack:

K@moz-extension://fa9a2110-258e-4638-98d9-ebbd21650029/dist/core.ruffle.js:1:21515
__wbindgen_json_serialize@http://192.168.88.33/login.asp:3:38754
ruffle_web::Ruffle::new::ha55206f91423035f@moz-extension://fa9a2110-258e-4638-98d9-ebbd21650029/dist/b4716f96db7fd93a9458.module.wasm:wasm-function[426]:0x11c061
ruffle_new@moz-extension://fa9a2110-258e-4638-98d9-ebbd21650029/dist/b4716f96db7fd93a9458.module.wasm:wasm-function[3895]:0x35bb02
G@moz-extension://fa9a2110-258e-4638-98d9-ebbd21650029/dist/core.ruffle.js:1:20011
ensureFreshInstance/<@http://192.168.88.33/login.asp:3:18490
c@http://192.168.88.33/login.asp:3:14611
promise callback*a@http://192.168.88.33/login.asp:3:14776
p/<@http://192.168.88.33/login.asp:3:14787
p@http://192.168.88.33/login.asp:3:14554
ensureFreshInstance@http://192.168.88.33/login.asp:3:17204
load/<@http://192.168.88.33/login.asp:3:19771
p/<@http://192.168.88.33/login.asp:3:14809
p@http://192.168.88.33/login.asp:3:14554
load@http://192.168.88.33/login.asp:3:19390
connectedCallback@http://192.168.88.33/login.asp:3:28300
W@http://192.168.88.33/login.asp:3:32344
polyfill/</<@http://192.168.88.33/login.asp:3:34109
MutationCallback*polyfill/<@http://192.168.88.33/login.asp:3:34038
polyfill@http://192.168.88.33/login.asp:3:34165
init@http://192.168.88.33/login.asp:3:4455
EventListener.handleEvent*o@http://192.168.88.33/login.asp:3:3848
negotiate@http://192.168.88.33/login.asp:3:5116
773@http://192.168.88.33/login.asp:3:33894
yi@http://192.168.88.33/login.asp:3:35054
@http://192.168.88.33/login.asp:3:67946
@http://192.168.88.33/login.asp:3:67955
@http://192.168.88.33/login.asp:3:67959

Player Info

Allows script access: true Player type: Object SWF URL: RPlayer.swf Param allowFullScreen: true Param quality: high Param bgcolor: #000000 Param align: left Param id: videoid Param flashvars: ip=192.168.88.33&rtmpport=1935&devtype=4&streamtype=0&stagewidth=1740&stageheight=960&chsnum=1&language=0 Attribute 0: undefined Attribute 1: undefined Attribute 2: undefined Attribute 3: undefined Attribute 4: undefined Attribute 5: undefined

Page Info

Page URL: http://192.168.88.33/login.asp

Browser Info

Useragent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0 OS: Linux x86_64

Ruffle Info

Version: 0.1.0 Name: nightly 2021-01-12 Channel: nightly Built: 2021-01-12T00:55:17.048Z Commit: 73d123091014e190f4bc4d8edf98cab2e671cc3a

hatal175 commented 1 year ago
  1. The address is a local one, meaning only you have access to it. Maybe download the swf file from it and upload so we can check?
  2. Could you recheck with a more up to date ruffle version?