- Case Date:
- 6/10/2024
Why am I not able to send a Ureport by cellphone, or is it that it will not go through on a weekend? Today I filed Ureport 188867 on my computer. But yesterday I tried 4 times to send it by cellphone, and it would not go through. And I have had this problem before while trying to file reports while I am in the park.
Parks & Playgrounds
1020 S Woodlawn AVE
- Case Date:
- 7/27/2024
r: Can you let your staff know there grass on baseball field
- Case Date:
- 7/31/2024
Man living in shelter at Winslow Woods Trail and Community Garden area.
- Case Date:
- 6/9/2025
I let you know Someone has hacked your parks system and is sending phishing emails using your government email. I have attached a screenshot of an email I received from your .gov Please have your IT people look into this. It can potentially cause big issues for your constituents and others.
Potholes, Other Street Repair
1228 W 10th ST
- Case Date:
- 1/30/2024
Deep pothole near 601 N Summitt St created by gigabitnow installers. NOTE: I tried submitting this from my iPhone 14 Pro and the request never fully resolved. I'm happy to show someone what is going on to be able to submit uReports from my phone.
Sidewalk & Curb Complaints
100 W Kirkwood Ave
- Case Date:
- 5/1/2025
Unsafe curb damage, north edge of Kirkwood between College and Walnut, dead center, opposite the south steps to the Courthouse. This is a trip/stumble hazard, which I know because I fell on my face there at about 4:15pm on 5/1/25. There is other curb damage along the same edge, and I believe the cutout around the lamp post is also a hazard. If anything still hurts in the morning, I will get medical attention.
And your submission form doesn't work in Firefox.
Sidewalk Requests
City Water Tank, Bloomington, IN 47408, USA
- Case Date:
- 2/2/2024
FYI: I've tried submitting this several times using Safari on both macOS and iOS and I fails every time I include a photo, so I'm leaving it out for now but can provide it later if desired. (I think your webform doesn't know how to handle heic images.)
In any case, I reported this issue to INDOT, but at first they said I should report it to IU. So I did. Then later they said I should report it to the city. So I am. This is an open/unpaved section of the multi-use path. It's been in this state for months and is getting worse. Can this be repaired?
Water Utility Billing Problems
- Case Date:
- 6/2/2023
Hi
I apologize if this is not the correct place for this request, but I have been trying to pay my bill online and it keeps locking me out of the account. I have tried resetting my password and that isn't working either.
Thank you.
Website & Web Services Feedback
211 S Indiana AVE
- Case Date:
- 2/10/2018
Events schedule has a display problem: Notice: Undefined variable: created in Drupal\archive\Breadcrumb\BreadcrumbBuilder->build() (line 65 of modules/contrib/archive/src/Breadcrumb/BreadcrumbBuilder.php).
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>