You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without the leading blanks, the line with my gets removed and starting misterhouse results in
12/30/17 02:05:36 PM Evaluating user code
12/30/17 02:05:36 PM Oops1: Variable "$json" is not imported at (eval 640) line 718.
12/30/17 02:05:36 PM Oops1: (Did you mean &json instead?)
12/30/17 02:05:36 PM Oops1: Variable "$xml" is not imported at (eval 640) line 718.
12/30/17 02:05:36 PM Oops1: (Did you mean &xml instead?)
The my statement was apparently added 4 months ago by
"The implementation of persistent connections should be 95% ..." 0b83158
and "HTTP 1.1 Update #1" d998b8a
The text was updated successfully, but these errors were encountered:
gac410
added a commit
to gac410/misterhouse
that referenced
this issue
Apr 14, 2019
I just did a git clone -b master and was surprised the issue still exists. Several lib and code files have
my $json <<eof
...
eof
and result in
09/05/22 03:35:07 PM Evaluating user code
09/05/22 03:35:07 PM Oops1: Variable "$json" is not imported at (eval 672) line 2420.
09/05/22 03:35:07 PM Oops1: (Did you mean &json instead?)
and
09/05/22 03:35:07 PM Oops1: Variable "$xml" is not imported at (eval 672) line 2709.
09/05/22 03:35:07 PM Oops1: (Did you mean &xml instead?)
This causes the json_server to fail, which in turn makes ia7 less than responsive. I am not a star at git, so I will not attempt a pull request, however, here are the diffs 744.diff.txt
I had to insert 4 blanks in front of the my command in
code/common/android_server.pl
lib/xml_server.pl
Without the leading blanks, the line with my gets removed and starting misterhouse results in
The my statement was apparently added 4 months ago by
"The implementation of persistent connections should be 95% ..." 0b83158
and "HTTP 1.1 Update #1" d998b8a
The text was updated successfully, but these errors were encountered: