uReport

City of Bloomington, Indiana

Search

Fields to display

Search Results: (261)

closed #161936

Website & Web Services Feedback

Case Date:
12/3/2017

Typo on the sanitation/trash page: "All packaged yard waste must way less than 40 pounds." (weigh not way)

closed #162004

Website & Web Services Feedback

Case Date:
12/12/2017

I'm running v2.1.1 of the City of Bloomington's app for iOS. In the past it has worked fine, but today it is crashing each time I get to the point of entering a report. From the app's home screen I go New Report > (pick an area) Streets, Parking & Traffic > (pick an issue) Parking Meters and Tickets. As soon as I pick and issue it crashes. The same happens in other areas and issues. I recently updated to iOS 11.2, but to be honest I don't know if I've gone into the app since I installed iOS 11 a few months back. At any rate, the app is crashing now and I am unable to submit reports. I tried rebooting my phone. When I relaunched the app I got the error you see in the attached photo. I only saw that once, though, it could have just been that I tried connecting before the phone had picked up wifi. Thanks, Bob

closed #162005

Website & Web Services Feedback

Case Date:
12/12/2017

Will the uReport website be made response in order to work on mobile devices? Currently it does not.

closed #162076

Website & Web Services Feedback

Case Date:
12/19/2017

bruise on my son john back that happen today at BHNS i have pictures to prove what happen to him today please send a cop asap

closed #162220

Website & Web Services Feedback

Case Date:
1/5/2018

It would be nice if there was a link on the city website for employees to access email with.

closed #162238

Website & Web Services Feedback

Case Date:
1/8/2018

I just tried to search agendas and minutes from MPO Policy Committee meetings. No luck. It used to be easy to find things on bloomington.in.gov website. Not even the search function is useful on this "upgrade."

closed #162246

Website & Web Services Feedback

Case Date:
1/8/2018

It is very difficult to find email address on the website. Where are they? Thanks, John

closed #162860

Website & Web Services Feedback

Case Date:
1/29/2018

I'm trying to get info on air service to Bloomington. Does the airport have air service?

closed #163202

Website & Web Services Feedback

Case Date:
2/19/2018

Everyone try to use incident location map, it zooms out to view whole globe. The space the map is visible in makes it difficult anyhow. You should have a pop up map, and have the incident form scrollable on the main page not just inside a tiny space making it difficult to navigate.

closed #163334

Website & Web Services Feedback

Case Date:
2/26/2018

Trying to use the online bill pay service for water, but it repeatedly is erroring out on me. Here is the error (stack trace), better error handling would be great, as this is not human readable in terms of actions to take.. Server Error in '/eSuite.Utilities' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>